bmad-os-findings-triage

Orchestrate human-in-the-loop triage of code review findings with parallel agents.

8|2|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/bmad-code-org/bmad-utility-skills --skill bmad-os-findings-triage-bmad-code-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-os-findings-triage
Source: https://github.com/bmad-code-org/bmad-utility-skills/tree/main/skills/bmad-os-findings-triage
Command: npx skills add https://github.com/bmad-code-org/bmad-utility-skills --skill bmad-os-findings-triage-bmad-code-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of manually triaging large volumes of code review findings by orchestrating a team of specialized AI agents to perform research and planning while keeping the human in the loop for final decisions.

Core Features & Use Cases

  • Parallel Agent Orchestration: Spawns individual agents for each finding to ensure focused, high-quality analysis.
  • HITL Decision Loop: Provides a structured framework for agents to present findings and for humans to issue binding decisions (FIX, DISMISS, DEFER).
  • Automated Reporting: Handles the heavy lifting of updating tasks, committing changes, and posting results back to GitHub PRs.

Quick Start

Ask the assistant to triage the findings report located at findings.md to begin the automated review process.

Frequently Asked Questions about bmad-os-findings-triage

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

FAQPage Schema
How do I automate triage for large volumes of code review findings?

Automated triage of code review findings uses parallel AI agents to research and propose resolutions for each finding while keeping humans in the loop for final decisions. This orchestrates the analysis to clear review backlogs efficiently.

How does human-in-the-loop triage work with autonomous code review agents?

Human-in-the-loop triage works by having agents present analyzed findings to humans who then issue binding decisions like FIX, DISMISS, or DEFER. The system records these decisions and updates GitHub PR comments automatically.

Can I use GitHub CLI to automate pull request comment updates from code review?

Yes, integrating with GitHub CLI allows the triage system to post results and update PR comments automatically. It manages the lifecycle of findings from task creation to final decision recording.

Do I need local task management tools to orchestrate agentic code review?

Yes, local task management tools are required alongside GitHub CLI to execute autonomous research and commit verified fixes. These integrations manage the lifecycle of findings from parsing to final commit.

What is the best way to handle parallel agent orchestration for PR findings?

The best way to handle parallel agent orchestration is spawning individual agents for each code review finding. This ensures focused, high-quality analysis before presenting results for human decisions and automated GitHub reporting.

Why does automated code review triage require a findings report file?

Automated triage requires a findings report file to parse and create initial tasks for the agents. The system reads the report, spawns agents to analyze each finding, and manages the workflow until fixes are committed.