skills/systematic-debugging/SKILL.md
Four-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before code changes and stops guess-and-check debugging.
npx skillsauth add special-place-administrator/citadel_codex systematic-debuggingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
No fixes without root cause investigation first.
If two fixes fail in a row, stop and return to hypothesis verification. A third guess is not progress.
---HANDOFF---
- Bug: {problem statement}
- Root cause: {one-line cause}
- Fix: {what changed}
- Verified: {checks run}
- Related: {similar patterns found or none}
---
development
GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or reviews contributed code, proposes fixes with file:line references, and optionally implements fixes. Handles both issues and pull requests.
development
Generate and verify tests — happy path, edge cases, error paths — using the project's own framework and patterns
testing
First-run experience for the harness. Detects the project stack, scaffolds the .citadel/ state directory, generates configuration, runs one real task as a demo, and prints a reference card of all available skills. Gets someone from install to first `do` command in 5 minutes.
data-ai
Summarize the current session into a compact HANDOFF block for the next session or delegated agent.