This is a refactoring assistant that uses a knowledge graph to show you what breaks before you break it. It lets you preview renames across your entire codebase, find dead code, and check impact radius before making changes. The workflow is deliberate: suggest refactorings, preview affected locations, apply with a refactor ID, then verify with change detection. It also surfaces large functions that need breaking down. Good for codebases where you're afraid to rename things because you don't know what depends on what. The safety checks are the main value here, not the speed.
npx -y skills add tirth8205/code-review-graph --skill "Refactor Safely" --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills