diagnose-issues

Orchestrate parallel debug agents to diagnose UAT gaps and update UAT.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NAinfini/Guild_Management --skill diagnose-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnose-issues
Source: https://github.com/NAinfini/Guild_Management/tree/main/.kilocode/skills/diagnose-issues
Command: npx skills add https://github.com/NAinfini/Guild_Management --skill diagnose-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate and automate investigation of UAT gaps by running parallel debug agents to diagnose root causes, reducing time to diagnosis.

Core Features & Use Cases

  • Parallel diagnosis: Spawn one agent per UAT gap to investigate root causes concurrently.
  • Evidence collection: Aggregate symptoms, findings, and artifacts for each gap.
  • Handoff to planning: Provide diagnosed gaps to plan-phase for targeted fixes.

Quick Start

Invoke the orchestrator to parse UAT gaps, spawn parallel agents, and collect root causes.

Frequently Asked Questions about diagnose-issues

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

FAQPage Schema
How do I diagnose root causes for multiple UAT gaps at the same time?

Parallel debug agents diagnose UAT gaps by spawning one agent per defined gap, investigating root causes concurrently, and aggregating evidence into a consolidated diagnosis. This orchestration reduces overall time to diagnosis.

What is parallel root-cause diagnosis for UAT gaps?

Parallel root-cause diagnosis is an automated process where multiple debug agents investigate UAT gaps simultaneously. It is needed when UAT.md contains multiple defined gaps and a test suite is available, requiring concurrent evidence collection to speed up root-cause identification.

Can I use parallel debug agents if my UAT gaps are not defined in UAT.md?

No, parallel debug agents require gaps to be defined in UAT.md before invocation. The orchestrator parses this file to identify each gap and spawn one agent per gap, so missing or undefined gaps cannot be processed without prior documentation in the file.

Do I need a test suite to run parallel root-cause diagnosis on UAT gaps?

Yes, a test suite is required to run parallel root-cause diagnosis on UAT gaps. The debug agents rely on the available test suite to investigate symptoms, collect evidence, and determine root causes for each gap defined in UAT.md during the orchestration process.

What's the best way to hand off diagnosed UAT gaps to the planning phase?

The best way to hand off diagnosed UAT gaps is to aggregate the root causes, symptoms, and artifacts collected by each parallel debug agent, then update UAT.md with precise diagnoses. This output feeds directly into plan-phase --gaps for targeted fixes.

Why are my UAT gap diagnoses slow when investigating multiple issues sequentially?

Sequential UAT gap diagnosis is slow because each gap is investigated one at a time. Parallel debug agents address this by spawning one agent per gap to investigate root causes concurrently, aggregating findings, and reducing overall time to diagnosis.