flow-code-review

Coordinate independent agents to review code across branches with CI gate checks.

25|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/benkruger/flow --skill flow-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-code-review
Source: https://github.com/benkruger/flow/tree/main/skills/flow-code-review
Command: npx skills add https://github.com/benkruger/flow --skill flow-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are critical but brittle when multiple cognitive agents must coordinate. This skill orchestrates six tenants across four agents in parallel, ensuring consistent context, triage, and fixes while maintaining audit trails and state.

Core Features & Use Cases

  • Six tenants alignment (Architecture, Simplicity, Maintainability, Correctness, Test coverage, Documentation) evaluated by independent agents.
  • Concurrent agent execution with parent session aggregation to produce a unified triage result.
  • Hard gates, artifact gathering, and step-wise progression to safely move from review to fix and learn.

Quick Start

Start the Code Review phase by invoking /flow:flow-code-review to launch all agents and begin triage.

Frequently Asked Questions about flow-code-review

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

FAQPage Schema
How do I automate code reviews with multiple agents?

You can automate code review by coordinating isolated agents that evaluate architecture, correctness, and test coverage concurrently. This workflow aggregates cross-agent triage results to enforce hard CI gates and produce documented deliverables.

What is multi-agent code review triage and how does it work?

Multi-agent code review triage dispatches independent agents to assess code changes concurrently. A parent session aggregates their evaluations across six review tenants, producing a unified triage result that drives step-wise progression through CI gate checks.

How do I run a pre-mortem analysis on code changes?

Pre-mortem analysis runs as an isolated agent evaluating code changes for potential failures before deployment. It executes concurrently with adversarial and documentation agents, feeding results into a parent session for cross-agent triage and hard gate enforcement.

Can I use parallel agents to enforce CI gates in my workflow?

Parallel agents enforce CI gates by evaluating code changes concurrently and collecting artifacts through phase-enter driven orchestration. The parent session aggregates these results to enforce hard gates, ensuring step-wise progression from review to fix.

Does automated code review work with existing CI workflows?

Automated code review works with CI workflows by implementing hard gate checks and artifact gathering across branch evaluations. The orchestration model ensures changes pass concurrent agent triage before step-wise progression to the fix phase.

What are the limitations of concurrent agent code review?

Concurrent agent code review is limited to software projects with structured review workflows. It requires phase-enter driven orchestration to maintain state and audit trails across isolated agents, ensuring hard gates and artifact collection function correctly.