fix

Apply diagnosed bug fixes and stage changes after passing tests, lint, and typecheck.

11.6k|1.1k|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/emdash-cms/emdash --skill fix-emdash-cms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/emdash-cms/emdash/tree/main/.flue/skills/fix
Command: npx skills add https://github.com/emdash-cms/emdash --skill fix-emdash-cms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates implementing a diagnosed bug fix following the proposed plan, ensuring the patch is correct and auditable.

Core Features & Use Cases

  • Implement the diagnose's proposed fix with minimal, safe changes
  • Run reproduce tests, then run full test suites, lint, and typecheck
  • Stage the working tree for the orchestrator without committing or pushing

Quick Start

Implement the proposed fix, run tests, lint, and typecheck, then stage the changes for review.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate applying a diagnosed bug fix and verify tests pass?

To automate applying a diagnosed bug fix, this Skill implements the proposed plan with minimal changes, then runs reproduce tests, full test suites, lint, and typecheck to verify the patch passes before staging.

What is the best way to stage code changes for review without committing or pushing?

The best way to stage changes for review without committing or pushing is to use an automation workflow that applies patches and runs validation checks, leaving the working tree staged for an orchestrator to review.

Does this automated patching workflow run lint and typecheck before staging?

Yes, the automated patching workflow runs lint and typecheck alongside full test suites, ensuring the diagnosed fix passes all validation checks before staging the changes for orchestrator review.

Can I use this to implement minimal safe changes from a proposed diagnosis plan?

Yes, you can use this to implement minimal, safe changes based on a proposed diagnosis plan, ensuring the codebase receives only the necessary patches to resolve the diagnosed bug.

Why does the fix workflow enforce staging changes instead of committing them directly?

The fix workflow enforces staging changes instead of committing directly to ensure the patch remains auditable and allows for orchestrator review before final integration into the codebase.

When do I need to run reproduce tests during the bug fix automation process?

You need to run reproduce tests immediately after applying the diagnosed fix to verify the patch resolves the specific bug before proceeding to run full test suites, lint, and typecheck.