What problem does it solve?
This Skill provides a disciplined workflow for diagnosing and fixing software problems without guesswork, helping you resolve bugs faster while avoiding symptom-only patches.
Core Features & Use Cases
- Root-cause analysis: Scans the affected area first, then traces failures back to the originating cause instead of patching the visible error.
- Multi-path issue handling: Supports bugs, test failures, CI/CD breakages, lint and type errors, log errors, and UI issues with mode selection and complexity routing.
- Verification and prevention: Requires exact before-and-after verification, regression coverage, and defensive checks so the same issue class does not return.
- Use Case: A failing test or production bug can be investigated systematically, fixed with minimal changes, and validated with follow-up checks before completion.
Quick Start
Ask the ck:fix skill to investigate the failing issue, identify the root cause, apply the minimal fix, and verify the result with tests and safety checks.