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.