Debug Issue banner
filipdopita-tech filipdopita-tech

Debug Issue

Development community

Description

--- name: Debug Issue description: Systematically debug issues using graph-powered code navigation --- ## Debug Issue Use the knowledge graph to systematically trace and debug issues. ### Steps 1. Use `semantic_search_nodes` to find code related to the issue. 2. Use `query_graph` with `callers_of` and `callees_of` to trace call chains. 3. Use `get_flow` to see full execution paths through suspected areas. 4. Run `detect_changes` to check if recent changes caused the issue. 5. Use `get_impact

Installation

Installs to ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-debug-issue/SKILL.md

Terminal
mkdir -p ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-debug-issue && curl -fsSL https://raw.githubusercontent.com/filipdopita-tech/claude-ecosystem-setup/HEAD/skills/debug-issue.md -o ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-debug-issue/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository