Agent skill
debugging-with-tools
Use for investigation-heavy work. Prefer tool-driven evidence (search, logs, diffs) before changing code.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/debugging-with-tools-rozwer-cross2b-pro
SKILL.md
Workflow
- Confirm the symptom and collect a single source of truth (error output/log).
- Search the codebase for the error string / endpoint / symbol.
- Trace control flow (entrypoint → callers → side effects).
- Inspect configuration and environment assumptions.
- Make one change at a time and re-check the symptom.
Tooling checklist
rgfor string/symbol searchgit diff/git statusfor change review- Minimal, focused test/run commands
Didn't find tool you were looking for?