When you're staring at a bug and don't know where to start, this skill uses a knowledge graph to trace the problem systematically. It searches for relevant code nodes, maps out call chains in both directions, visualizes execution flows, and checks recent changes that might have introduced the issue. The get_impact_radius feature is especially handy because it shows you what else breaks when you touch a suspected file. It's built for the kind of debugging where you need to understand how everything connects rather than just grep and guess. The approach assumes you're working in a codebase large enough that tracing callers and callees manually would take forever.
npx -y skills add tirth8205/code-review-graph --skill "Debug Issue" --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