Cad Debug — Development skill for Claude Code
Scientific root-cause debugging protocol (No panic-coding).
How to install Cad Debug
Installs to ~/.claude/skills/sayanthegamer-cadence-cad-debug/SKILL.md
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-debug && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-debug.md -o ~/.claude/skills/sayanthegamer-cadence-cad-debug/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Cad Debug does
name: cad-debug description: Scientific root-cause debugging protocol (No panic-coding).
Execute the `cadence-debug` skill:
- Do NOT edit production code yet.
- Create a minimal standalone reproduction script to reproduce the defect.
- Formulate 2-3 testable hypotheses.
- Instrument diagnostic assertion probes to isolate the root cause.
- Apply the surgical cure, verify clean pass, and convert repro into a permanent test in
tests/.
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Octo Debug — Systematic debugging with methodical problem investigation 2.8k ★
- Hive — Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real 473 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Debug Error
Deep-dive debugging with root cause analysis and universal memory integration
Investigator
Root-cause debugging specialist that diagnoses issues through systematic investigation before proposing any fi
Bug Race
Use when a bug has already survived at least one debugging attempt and you have 2-3 genuinely distinct root-ca
Cloud Run Debug
Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers
Debug Blitz
Parallel debug assault — fires debug-detective + silent-failure-hunter + env-debugger simultaneously. Three ro
Sap Debug
Trigger structured root cause analysis for SAP issues — runtime errors, dump analysis, integration failures, c
Related Agents
Router Opus
Worker subagent dispatched by the auto-model-router for deep work — architectural refactors, multi-file cross-
Debug Investigator
Debug specialist who performs systematic root cause analysis on bugs and failures. Uses scientific method to i
Debug Specialist
Specialized debugging assistant with expertise in root cause analysis, error interpretation, and systematic tr