fix

Investigate and resolve software bugs through a structured six-stage workflow.

41|3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/darkroomengineering/cc-settings --skill fix-darkroomengineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/darkroomengineering/cc-settings/tree/main/skills/fix
Command: npx skills add https://github.com/darkroomengineering/cc-settings --skill fix-darkroomengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bug investigation and resolution workflow enabling automated orchestration of debugging tasks across specialized agents.

Core Features & Use Cases

  • Maestro orchestration mode coordinates explore, reproduce, diagnose, implement, verify, and learn steps.
  • Delegates to specialized agents to accelerate bug fixes.
  • Enforces scope rules and build verification to ensure safe, auditable changes.

Quick Start

Describe the bug in detail to trigger the Maestro fix workflow.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I orchestrate end-to-end bug investigation and resolution in my codebase?

End-to-end bug investigation is orchestrated through a Maestro workflow that guides codebases with reported defects through Explore, Reproduce, Diagnose, Implement, Verify, and Learn stages. This enforces deterministic task delegation, scoped changes, and documented learnings.

What is the workflow for reproducing and diagnosing a reported software defect?

Reproducing and diagnosing a reported software defect involves a structured workflow applying Explore, Reproduce, and Diagnose stages. This automated orchestration delegates tasks to specialized agents to investigate failures accurately before implementing fixes.

Can I delegate debugging tasks to specialized agents for fixing bugs?

Debugging tasks can be delegated to specialized agents through the Maestro orchestration mode. This accelerates bug fixes by coordinating the investigation and resolution workflow across agents assigned to specific debugging stages.

How do I ensure scoped changes and build verification when applying a bug fix?

Scoped changes and build verification are ensured by applying scope rules and verification stages within the bug fix workflow. This guarantees that implemented fixes are safe, auditable, and functionally verified before completion.

Does the bug resolution workflow support documenting learnings from resolved issues?

The bug resolution workflow supports documenting learnings through a dedicated Learn stage. This stage ensures that resolutions yield documented learnings, satisfying requirements for deterministic task delegation and auditable changes.