Systematically debug issues using graph-powered code navigation
58
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/debug-issue/SKILL.mdUse the knowledge graph to systematically trace and debug issues.
semantic_search_nodes_tool to find code related to the issue.query_graph_tool with callers_of and callees_of to trace call chains.get_flow_tool to see full execution paths through suspected areas.detect_changes_tool to check if recent changes caused the issue.get_impact_radius_tool on suspected files to see what else is affected.get_minimal_context_tool(task="<your task>") before other graph tools.detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient.b586687
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.