What problem does it solve?
This Skill provides a structured approach to fixing bugs and issues, guiding users through a systematic process to diagnose and resolve problems efficiently.
Core Features & Use Cases
- Structured Workflow: Guides users through a 6-step process, including scouting, diagnosing, complexity assessment, fixing, verification, and prevention.
- Mode Selection: Offers three modes (autonomous, human-in-the-loop, quick) to handle different types of issues.
- Parallel Execution: Routes to parallel agents for parallel tasks, such as multi-agent fix or parallel verification.
- Task Orchestration: Utilizes Claude Tasks for tracking and coordinating the workflow.
- Prevention Measures: Ensures that fixes are effective and prevent future occurrences.
- Review Cycle: Includes an automated review cycle for code quality and security.
Quick Start
Use the ck:fix skill to fix a bug in your codebase by running the following commands:
ak init my-app
ak add skill:fix
ak fix bug --auto