debugging-with-tools
Use for investigation-heavy work. Prefer tool-driven evidence (search, logs, diffs) before changing code.
$ インストール
git clone https://github.com/rozwer/cross2B-Pro /tmp/cross2B-Pro && cp -r /tmp/cross2B-Pro/.codex/skills/debugging-with-tools ~/.claude/skills/cross2B-Pro// tip: Run this command in your terminal to install the skill
SKILL.md
name: debugging-with-tools description: Use for investigation-heavy work. Prefer tool-driven evidence (search, logs, diffs) before changing code.
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
Repository

rozwer
Author
rozwer/cross2B-Pro/.codex/skills/debugging-with-tools
0
Stars
0
Forks
Updated23h ago
Added1w ago