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

  1. Confirm the symptom and collect a single source of truth (error output/log).
  2. Search the codebase for the error string / endpoint / symbol.
  3. Trace control flow (entrypoint → callers → side effects).
  4. Inspect configuration and environment assumptions.
  5. Make one change at a time and re-check the symptom.

Tooling checklist

  • rg for string/symbol search
  • git diff / git status for change review
  • Minimal, focused test/run commands

Didn't find tool you were looking for?

Be as detailed as possible for better results