rai-bugfix-run

Orchestrate a 7-phase bugfix pipeline with three human-in-the-loop gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides end-to-end orchestration of a seven-phase bugfix pipeline with three human-in-the-loop gates to ensure governance and high-quality fixes in AI-assisted software projects.

Core Features & Use Cases

  • Orchestrates a full 7-phase bugfix pipeline inline with three mandatory HITL gates, pausing for human validation.
  • Reads and updates artifacts under work/bugs/RAISE-{N}/, integrates with Jira, git, and CI workflows, and produces a final MR with a summary.
  • Suitable for teams needing repeatable, auditable bugfix workflows in AI-assisted development.

Quick Start

Start the pipeline by invoking /rai-bugfix-run with a bug ID to begin processing.

Frequently Asked Questions about rai-bugfix-run

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

FAQPage Schema
How do I orchestrate an end-to-end bugfix pipeline with human validation gates?

You can orchestrate an end-to-end bugfix pipeline by invoking the skill with a bug ID. It runs a seven-phase process inline, pausing at three fixed human-in-the-loop gates to validate decisions before producing a final merge request.

What is a human-in-the-loop gate in automated bugfix workflows?

A human-in-the-loop gate is a mandatory checkpoint in the bugfix pipeline where execution pauses for human judgment. This skill uses three fixed gates to validate AI-assisted decisions, ensuring governance and high-quality software fixes.

How do I integrate Jira status updates and git workflows into an automated bugfix process?

To integrate Jira and git workflows, this skill automatically updates Jira statuses and produces a final merge request with a summary. It manages artifacts under work/bugs/RAISE-{N}/ throughout the orchestration pipeline.

Can I use this bugfix orchestration workflow without spawning subagents?

Yes, you can run this bugfix orchestration without subagents. The skill operates entirely inline, executing the full seven-phase pipeline and pausing only at the three designated human-in-the-loop validation gates.

Does this automated bugfix pipeline support CI workflow integration?

Yes, the bugfix pipeline supports CI workflow integration. It orchestrates fixes end-to-end, updates Jira statuses, and produces a final merge request, making it suitable for teams needing repeatable, auditable AI-assisted development.

What are the limitations of using a fixed seven-phase bugfix pipeline?

The fixed seven-phase bugfix pipeline limits flexibility by enforcing three mandatory human-in-the-loop gates. While this ensures auditable governance, it requires manual validation at each gate, meaning the process cannot run fully autonomously end-to-end.