ck:fix

Orchestrate end-to-end bug fixes across scout, diagnose, plan, implement, verify, and finalize phases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dungnt97/wallet-portal --skill ck-fix-dungnt97
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ck:fix
Source: https://github.com/dungnt97/wallet-portal/tree/main/claude/skills/fix
Command: npx skills add https://github.com/dungnt97/wallet-portal --skill ck-fix-dungnt97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end bug fixes with rigorous steps and guardrails to ensure root-cause resolution.

Core Features & Use Cases

  • End-to-end workflow orchestration across scout, diagnose, complexity assessment, plan, implement, verify, and finalize phases.
  • Mandatory and optional subagent activations (ck:scout, ck:debug, ck:sequential-thinking, Explore, Bash, tester, planner, etc.) to coordinate multi-part fixes.
  • Task-based coordination for moderate to complex fixes, including prevention gating with regression tests and defense-in-depth checks.

Quick Start

Initiate an autonomous bug-fix cycle on the current issue using ck:fix with default mode.

Frequently Asked Questions about ck:fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an end-to-end bug fix workflow across multiple files?▼

To automate end-to-end bug fixes, you orchestrate a structured workflow across scout, diagnose, plan, implement, verify, and finalize phases. This coordinates multiple subagents to handle multi-file issues, regression testing, and prevention measures, ensuring root-cause resolution rather than surface-level patches.

What is the best way to ensure a bug fix addresses the root cause and prevents recurrence?▼

Ensuring a root-cause fix requires a workflow that mandates diagnosis before implementation and verification before finalizing. By enforcing regression tests and defense-in-depth checks, the process guarantees the root cause is resolved and prevention measures are in place to stop recurrence.

Can I use an automated workflow to fix CI/CD failures and UI test failures?▼

Yes, you can use automated bug fix orchestration for CI/CD failures and UI or test failures. The workflow assesses complexity, activates subagents to diagnose the failure, implements the fix, and verifies the resolution across the codebase, ensuring the pipeline is restored.

How do I coordinate multiple debugging subagents for a complex codebase issue?▼

You coordinate multiple debugging subagents by using task-based orchestration that activates mandatory and optional agents like scouts, debuggers, and planners. This structured approach manages moderate to complex fixes by distributing tasks across the scout, diagnose, implement, and verify phases for thorough resolution.

Does automated bug fixing work for single-file issues or is it only for complex multi-file problems?▼

Automated bug fixing works for both single-file and multi-file issues. The workflow assesses the problem's complexity during the diagnose phase and scales subagent activation accordingly, making it suitable for simple single-file fixes as well as complex multi-file codebase problems.

Why should I use a structured workflow for debugging instead of fixing bugs directly?▼

Using a structured workflow for debugging prevents superficial patches by enforcing root-cause analysis and regression testing. It coordinates the entire fix lifecycle from scout to finalize, adding guardrails and prevention measures that direct fixes often miss, ensuring long-term codebase stability.