Back to list
handresc1127

bug-coordinator

by handresc1127

0🍴 0📅 Jan 23, 2026

SKILL.md


name: bug-coordinator description: Orchestrates the complete bug-fixing workflow from Jira ticket to implementation. Use when starting to fix a bug, managing the bug-fixing pipeline, or checking workflow progress. license: MIT compatibility: Requires VS Code Insiders with GitHub Copilot and Atlassian MCP metadata: author: accruent version: "1.0"

Bug Coordinator

This skill provides workflow orchestration for the multi-agent bug-fixing pipeline.

When to Use

  • User wants to start fixing a bug
  • User provides a Jira ticket key
  • User asks about bug-fixing workflow progress
  • User wants to resume an in-progress bug fix

Workflow Overview

┌──────────┐   ┌──────────┐   ┌─────────┐   ┌─────────┐   ┌──────────────────┐
│  FETCH   │ → │ RESEARCH │ → │ VERIFY  │ → │   RCA   │ → │ PLAN & IMPLEMENT │
│ (Jira)   │   │(Codebase)│   │(Research)│  │(Analysis)│  │   (Fix Bug)      │
└──────────┘   └──────────┘   └─────────┘   └─────────┘   └──────────────────┘
     │              │              │              │               │
     ▼              ▼              ▼              ▼               ▼
bug-context.md  research/    verified-      rca-report.md   impl-plan.md
                *.md         research.md                    + code changes

Specialized Agents

The coordinator delegates to these specialized agents:

AgentPhasePurpose
Bug Researcher2Research codebase context
Research Verifier3Verify research accuracy
RCA Analyst4Root cause analysis
RCA Verifier5Verify RCA accuracy
Bug Planner6Create implementation plan
Bug Implementer7Execute the fix

Artifact Directory Structure

context/bugs/{TICKET-ID}/
├── bug-context.md
├── research/
│   ├── hypothesis.md
│   ├── codebase-research.md
│   └── verified-research.md
├── rca-report.md
├── verified-rca.md
├── implementation-plan.md
└── fix-summary.md

Entry Points

Start New Bug Fix

@Bug Coordinator EMS-1234

Resume Existing Workflow

@Bug Coordinator context/bugs/EMS-1234/bug-context.md

Using Prompt Shortcut

/start-bug-workflow EMS-1234

Prerequisites

  1. VS Code Setting Enabled:

    "chat.customAgentInSubagent.enabled": true
    
  2. Atlassian MCP Connected (for Jira integration)

  3. All Bug-Fixing Agents Installed:

    • Bug Researcher
    • Research Verifier
    • RCA Analyst
    • RCA Verifier
    • Bug Planner
    • Bug Implementer

Human Checkpoints

The workflow requires human approval at critical phases:

  1. Before Planning (Phase 6): User reviews verified RCA
  2. Before Implementation (Phase 7): User approves implementation plan

These checkpoints ensure the analysis is correct before investing in fix development.

Error Handling

See the Bug Coordinator agent for detailed error handling patterns for:

  • Jira ticket not found
  • Missing prerequisite artifacts
  • Agent handoff failures

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon