bug-root-cause-moderator

Revise bug root-cause analyses using critic feedback and evidence.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pcortes/swarm-attack --skill bug-root-cause-moderator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-root-cause-moderator
Source: https://github.com/pcortes/swarm-attack/tree/main/.claude/skills/bug-root-cause-moderator
Command: npx skills add https://github.com/pcortes/swarm-attack --skill bug-root-cause-moderator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enhances root-cause analyses based on critic feedback, ensuring thoroughness and evidence.

Core Features & Use Cases

  • Feedback integration: incorporate reviewer insights.
  • Analysis strengthening: add missing data, refine hypotheses.

Quick Start

Provide a root-cause analysis and critic feedback; outputs an improved analysis with justification.

Frequently Asked Questions about bug-root-cause-moderator

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

FAQPage Schema
How do I improve a root-cause analysis with reviewer feedback?

Root-cause analysis improvement takes critic feedback on your initial analysis, systematically addresses identified gaps, gathers supporting evidence, and reconstructs a more accurate causal chain with structured output including summary, execution trace, root cause location, code snippet, and confidence level.

What should a complete root-cause analysis report include?

A structured root-cause report requires a summary, execution trace, root cause file and line number, the problematic code, detailed explanation of why the bug occurred, why existing safeguards missed it, confidence assessment, and alternative hypotheses considered.

Can I use root-cause analysis to review execution traces and code?

Root-cause analysis applies to software bug reports, execution traces, and code reviews. It systematically reconstructs the causal chain by integrating evidence from traces and code to identify where and why failures originated.

How does integrating critic feedback strengthen bug analysis?

Critic feedback identifies missing data, logical gaps, and weak hypotheses in your initial analysis. Integration adds those missing elements, refines causal reasoning, and produces evidence-backed conclusions that withstand scrutiny.

When should I add alternative hypotheses to a root-cause analysis?

Include alternative hypotheses when other potential causes could explain the symptoms but lack supporting evidence or contradict the execution trace. This demonstrates thorough analysis and justifies why the primary root cause is most likely.