rca-bugfix

Analyze software issues and generate implementation prompts with RCA markdown files.

3|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/fluxforgeai/ARTEMIS --skill rca-bugfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rca-bugfix
Source: https://github.com/fluxforgeai/ARTEMIS/tree/main/.claude/skills/rca-bugfix
Command: npx skills add https://github.com/fluxforgeai/ARTEMIS --skill rca-bugfix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides engineers through structured root cause analysis for software bugs, consolidating evidence, documenting findings, and producing a clear implementation prompt so teams can move quickly from discovery to remediation.

Core Features & Use Cases

  • Structured RCA workflow: Validates prerequisites, loads investigation and findings artifacts, and writes a standardized RCA document to docs/RCAs/.
  • Fix design and prompt generation: Creates an implementation prompt saved to docs/prompts/ with enforced filename and pipeline rules for downstream planning.
  • Use Case: After an alert or a /finding, run this Skill to confirm the underlying cause, capture logs and code evidence, and produce a developer-ready fix prompt for the planning step.

Quick Start

Run /rca-bugfix with a concise issue description such as "health check timeout causing gray indicators on monitor page" to draft an RCA and an implementation prompt.

Frequently Asked Questions about rca-bugfix

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

FAQPage Schema
How do I generate a developer-ready implementation prompt after root cause analysis?

To generate a developer-ready implementation prompt after root cause analysis, run the Skill with an issue description so it loads investigation artifacts, writes RCA markdown files to docs/RCAs, and outputs fix prompts to docs/prompts.

What's the best way to document software bug evidence and triage findings in a repository?

Documenting software bug evidence and triage findings in a repository is done by consolidating logs and code evidence into standardized RCA markdown files written directly to the docs/RCAs directory.

Do I need existing investigation artifacts before running root cause analysis for bugfix?

Yes, you need existing investigation artifacts or a completed initial finding step for bug triage, because the workflow validates these prerequisites before reviewing evidence and designing the fix.

How does structured root cause analysis transition from bug discovery to remediation?

Structured root cause analysis transitions from bug discovery to remediation by confirming the underlying cause, capturing code evidence, and producing an implementation prompt for the downstream planning step.

Can I enforce filename conventions for RCA documents and fix prompts in my pipeline?

Yes, you can enforce filename conventions for RCA documents and fix prompts in your pipeline, as the workflow enforces naming and pipeline rules for markdown files saved to docs/RCAs and docs/prompts.

Why does my root cause analysis workflow require validating prerequisites before writing RCA files?

Root cause analysis workflows require validating prerequisites to ensure investigation artifacts exist, preventing incomplete evidence reviews and ensuring accurate RCA documents and implementation prompts are generated.