bug-execute

Execute bug fixes from a triage plan using parallel developer agents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Mar5929/.claude --skill bug-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-execute
Source: https://github.com/Mar5929/.claude/tree/main/skills/bug-execute
Command: npx skills add https://github.com/Mar5929/.claude --skill bug-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate bug fixes efficiently by coordinating parallel developer agents based on a triage execution plan, reducing cycle time and avoiding merge conflicts through isolated workspaces.

Core Features & Use Cases

  • Parallel bug-fix orchestration: Spawns agent worktrees to fix multiple bugs concurrently within each phase.
  • Phase-aware sequencing: Reads the execution plan, respects phase dependencies, and progresses phase-by-phase.
  • BEF integration awareness: Supports BEF-integrated projects and standalone mode; updates state in PROJECT_STATE.md accordingly.
  • Usage scenario: When you have a triaged plan with several bugs, this skill spins up parallel agents, applies fixes, and records results per bug.

Quick Start

Provide the execution plan path and the skill will orchestrate parallel developer agents to fix the bugs.

Frequently Asked Questions about bug-execute

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

FAQPage Schema
How do I execute multiple bug fixes in parallel without causing merge conflicts?

Phase-aware sequencing ensures bug fixes progress correctly by reading the execution plan and enforcing phase dependencies. The skill processes bugs phase-by-phase, ensuring that prerequisite fixes in earlier phases complete before subsequent phases begin their parallel agent workflows.

Can I orchestrate bug fixes if my project does not use BEF integration?

Yes, you can orchestrate bug fixes without BEF integration because the skill supports standalone operation. It automatically detects whether the project is BEF-enabled or standalone, and updates the project state in PROJECT_STATE.md accordingly during the parallel bug fix orchestration.

How do I start a parallel bug-fix workflow using a triage plan?

To start a parallel bug-fix workflow, provide the execution plan path to the skill. It validates the plan, enforces the phase order, and spins up parallel developer agents within isolated worktrees to apply fixes and record results per bug automatically.

What are the limitations of using isolated worktrees for parallel bug triage execution?

A limitation of isolated worktree parallel execution is that it requires a valid phased triage plan to function. The skill strictly enforces phase order and relies on the plan's structure, meaning unstructured bug lists or missing phase dependencies will halt the orchestration process.