What problem does it solve?
Ad-hoc debugging that patches symptoms instead of fixing root causes wastes development time and leads to recurring bugs. This Skill provides a structured framework to trace full causal chains, eliminate guesswork, and implement verified, lasting fixes for any software issue.
Core Features & Use Cases
- Structured 4-Phase Workflow: Guides users through triage, investigation, root cause confirmation, and test-first fix implementation with built-in safety checks.
- Universal Bug Coverage: Handles all common debugging scenarios including stack traces, failing tests, GitHub/Linear/Jira issue tickets, and bugs that resisted prior fix attempts.
- Anti-Pattern Guardrails: Prevents common mistakes like shotgun debugging and symptom patching by enforcing causal chain validation and prediction checks for uncertain links.
- Use Case: If a production bug keeps reappearing after multiple partial fixes, or a test failure has a confusing stack trace with no obvious cause, this Skill walks you through reproducing, investigating, and fixing the issue without wasted effort.
Quick Start
Use the ce-debug skill to investigate the failing user authentication test and implement a root-cause fix.