rai-bugfix-analyse

Identify and document software bug root causes in RaiSE projects.

71|8|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/humansys/raise --skill rai-bugfix-analyse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rai-bugfix-analyse
Source: https://github.com/humansys/raise/tree/main/packages/raise-cli/src/raise_cli/skills_base/rai-bugfix-analyse
Command: npx skills add https://github.com/humansys/raise --skill rai-bugfix-analyse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Determine and document the root cause of software bugs in RaiSE projects to guide effective fixes and governance.

Core Features & Use Cases

  • Select appropriate RCA methods based on available signals (stack traces, change history, reproduction).
  • Produce a structured artifact at work/bugs/RAISE-{N}/analysis.md with method, root cause, evidence, and suggested fix.
  • Integrate with the Next step /rai-bugfix-plan to continue the workflow.

Quick Start

Run the RCA workflow by starting with /rai-bugfix-triage to classify the bug and then generate the analysis.

Frequently Asked Questions about rai-bugfix-analyse

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

FAQPage Schema
How do I perform root cause analysis for software bugs?

To perform root cause analysis for software bugs, you can use an RCA workflow that selects the most suitable method based on available signals like stack traces and change history to identify the underlying cause.

What is the best way to document bug triage findings?

The best way to document bug triage findings is to generate a structured analysis artifact that records the chosen RCA method, root cause, evidence, and suggested fix for effective governance.

When do I need a formal root cause analysis artifact?

You need a formal root cause analysis artifact when you must determine and document bug causes to guide effective fixes, ensuring the development team has structured evidence before proceeding.

How does RCA method selection work based on debugging signals?

RCA method selection works by evaluating available debugging signals such as stack traces, change history, and reproduction steps to dynamically choose the most suitable root cause analysis approach.

What is the next step after completing a bug root cause analysis?

The next step after completing a bug root cause analysis is to proceed with the bugfix plan, using the generated analysis artifact to guide the actual implementation of the fix.

Can I start bug analysis without first classifying the bug?

While possible, the quick start recommends beginning with bug triage to classify the bug first, ensuring the subsequent root cause analysis applies the most appropriate RCA methods based on initial signals.