bug-fix-expert

Orchestrate a multi-agent workflow to reproduce, analyze, and resolve defects.

36.4k|7.5k|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/Wei-Shaw/sub2api --skill bug-fix-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-fix-expert
Source: https://github.com/Wei-Shaw/sub2api/tree/main/skills/bug-fix-expert
Command: npx skills add https://github.com/Wei-Shaw/sub2api --skill bug-fix-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bug fixing workflows are often slowed by unclear ownership and fragmented steps. This Skill orchestrates multi‑agent collaboration to confirm, diagnose, design, implement, test, and review fixes with clear roles and strong guardrails.

Core Features & Use Cases

  • Multi-Agent Orchestration: coordinates verification, analysis, repair, and security review across isolated worktrees.
  • Safety & Quality: enforces tests and independent reviews, and prevents pushing changes to remote branches until approved.
  • Practical Scenarios: handles CI/QA reported defects, guides reproducibility, root‑cause analysis, patch design, testing, and staged deployment planning.

Quick Start

After you receive a bug report, run this Skill to guide an end-to-end remediation workflow.

Frequently Asked Questions about bug-fix-expert

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

FAQPage Schema
How do I coordinate a multi-agent workflow for bug fixing?

A multi-agent bug-fix workflow orchestrates verification, analysis, repair, and security review across isolated worktrees to resolve defects safely. It coordinates agents to reproduce, diagnose, implement, test, and review fixes with clear roles and strong guardrails.

What is the best way to analyze and resolve defects reported by CI pipelines?

To resolve defects reported by CI pipelines, you can run an end-to-end remediation workflow that guides reproducibility, root-cause analysis, patch design, testing, and staged deployment planning. This ensures changes are auditable and independently validated before approval.

How do I enforce safety gates and independent validation during code review?

Enforcing safety gates during code review requires running tests and independent security reviews before any changes are merged. This approach prevents pushing patches to remote branches until they are fully approved, ensuring traceable and auditable fixes.

Can I use isolated git worktrees to test bug fixes across different modules?

Yes, you can use isolated git worktrees to test bug fixes across multiple modules. This multi-agent orchestration applies across modules and CI pipelines, coordinating independent verification and analysis to ensure changes do not introduce regressions.

Why does a multi-agent approach prevent pushing changes to remote branches until approved?

A multi-agent approach prevents pushing changes to remote branches until approved by enforcing strict safety and quality gates. It coordinates independent validation and security reviews, ensuring all patches are verified and traceable before any remote deployment occurs.