debug
✓Investigate local development issues: test failures, runtime errors, type errors, unexpected behavior. Use when something doesn't work locally, tests fail, builds break, or behavior differs from expectation. Distinct from /investigate (production) and /fix-ci (CI pipeline). Keywords: debug, why doesn't, broken, failing, error, crash, undefined, unexpected, doesn't work, local testing.
Installation
SKILL.md
| Test failure | Jest/Vitest output, assertion error | Read test, trace expectation | | Runtime error | Exception, crash, undefined | Stack trace → source → state | | Type error | TS complaint, inference issue | Read error, check types | | Build failure | Bundler error, missing module | Check deps, config |
| Behavior mismatch | "It should do X but does Y" | Trace code path, find divergence |
Investigate local development issues: test failures, runtime errors, type errors, unexpected behavior. Use when something doesn't work locally, tests fail, builds break, or behavior differs from expectation. Distinct from /investigate (production) and /fix-ci (CI pipeline). Keywords: debug, why doesn't, broken, failing, error, crash, undefined, unexpected, doesn't work, local testing. Source: phrazzld/claude-config.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/phrazzld/claude-config --skill debug- Source
- phrazzld/claude-config
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is debug?
Investigate local development issues: test failures, runtime errors, type errors, unexpected behavior. Use when something doesn't work locally, tests fail, builds break, or behavior differs from expectation. Distinct from /investigate (production) and /fix-ci (CI pipeline). Keywords: debug, why doesn't, broken, failing, error, crash, undefined, unexpected, doesn't work, local testing. Source: phrazzld/claude-config.
How do I install debug?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/phrazzld/claude-config --skill debug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/phrazzld/claude-config
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01