skill-system-debug

Installation
SKILL.md

skill-system-debug

This skill is coder-only. The public contract is a lifecycle:

  • start opens a debug session with its own scratch dir and time budget
  • step records hypothesis progression, evidence, and optional tool friction
  • close writes a structured lesson with root-cause and verification fields back into memory

Reviewer surfaces should consume the resulting lesson or friction artifacts, not run sk debug directly.

Operations

The preferred public entrypoint is the unified CLI:

python3 ../skill-system-cli/scripts/sk.py debug start --title "FD entry path bug" --symptom "entry.json env paths failed from arbitrary cwd"
python3 ../skill-system-cli/scripts/sk.py debug step --debug-id dbg_123 --hypothesis "paths are cwd-relative" --action "inspect entry rewrite"
python3 ../skill-system-cli/scripts/sk.py debug close --debug-id dbg_123 --root-cause-file path/to/file.py --root-cause-line 42 --hypothesis-chain "..." --counter-evidence "..." --fix "..." --verification "..."
Related skills
Installs
19
GitHub Stars
4
First Seen
Mar 22, 2026