What problem does it solve?
This Skill provides a comprehensive framework for systematically debugging issues, ensuring root cause analysis before any fixes are applied, and validating solutions at every layer.
Core Features & Use Cases
- Systematic Debugging: Follows a four-phase process (Investigate, Analyze, Test, Implement) to ensure bugs are fixed at their source.
- Root Cause Tracing: Helps trace errors back through call stacks to pinpoint the origin of problems.
- Defense-in-Depth Validation: Ensures data is validated at multiple layers to prevent bugs from recurring.
- Use Case: When a critical bug is reported in production, use this Skill to guide the investigation, identify the exact root cause, implement a robust fix, and verify its effectiveness across all affected systems.
Quick Start
Use the ck:debug skill to investigate a reported bug in the user authentication flow.