ck:fix

Fix bugs, errors, and CI/CD issues with automated verification.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/felix-howard/ella --skill ck-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:fix
Source: https://github.com/felix-howard/ella/tree/main/.opencode/skills/fix
Command: npx skills add https://github.com/felix-howard/ella --skill ck-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a unified approach to fixing any bug, error, test failure, CI/CD issue, type error, linting problem, log error, or UI issue, ensuring code quality and stability.

Core Features & Use Cases

  • Intelligent Routing: Automatically determines the best workflow (autonomous, review, quick) based on issue complexity.
  • Comprehensive Debugging: Activates ck:debug to identify root causes and uses parallel exploration agents to verify hypotheses.
  • Automated Verification: Implements fixes and uses parallel Bash agents for type checking, linting, and building to ensure no regressions.
  • Use Case: When a critical bug is reported in production, this Skill will automatically debug, implement a fix, verify it thoroughly, and then prompt for a commit.

Quick Start

Use the ck:fix skill to fix the type error in the user authentication module.

Frequently Asked Questions about ck:fix

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

FAQPage Schema
How do I fix a CI/CD pipeline failure or test regression automatically?

Automated test failure and CI/CD issue fixing uses intelligent routing to assess complexity and select an appropriate workflow. It implements fixes and runs parallel agents for type checking, linting, and building to verify no regressions occur before prompting for a commit.

What is the best way to debug and resolve a type error or linting issue in my code?

The best way to resolve type errors and linting issues is to activate debugging to identify root causes and use parallel exploration agents. It verifies hypotheses and implements fixes while ensuring code quality and stability across the lifecycle.

How does automated bug fixing handle complex software engineering issues?

Automated bug fixing handles complex issues by selecting workflows like autonomous, review, quick, or parallel modes based on complexity assessment. It ensures thorough verification through parallel agents and code reviews to maintain code stability.

Can I use an automated workflow to fix a UI issue and verify code quality?

Yes, you can use an automated workflow to fix UI issues. It provides comprehensive debugging to find root causes and uses parallel Bash agents to verify type checking, linting, and building, ensuring overall code quality and stability.

Does automated debugging require manual review for production bug fixes?

Automated debugging does not always require manual review. It determines the appropriate workflow based on issue complexity, using an autonomous mode for simple fixes and a review mode for complex issues to ensure stability.