review

Dispatch parallel code reviewers and apply automated fixes across up to five iterations.

1|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill review-kenkenmain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/kenkenmain/ken-cc-plugins/tree/main/plugins/minions/skills/review
Command: npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill review-kenkenmain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a multi-agent review loop to surface issues and automatically apply fixes, reducing manual coordination overhead.

Core Features & Use Cases

  • Parallel review orchestration: dispatches five reviewers in parallel and aggregates results.
  • Automated fixes: routes issues to a fixer agent to resolve all issues (including info-level).
  • Iterative, bounded workflow: repeats up to five iterations with early termination on zero issues.
  • Audit-friendly state management: tracks phase transitions and per-iteration state for traceability.

Quick Start

Invoke the review workflow to dispatch five parallel reviewers and a fixer, iterating up to five times until zero issues are found.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate multi-agent code review and fix cycles?

Automated multi-agent code review dispatches five parallel reviewers to aggregate issues and route them to a fixer agent, repeating up to five iterations until zero issues are found.

What is parallel review orchestration for quality assurance?

Parallel review orchestration dispatches five reviewers concurrently to surface code issues, aggregating their central verdicts to ensure comprehensive quality-assurance coverage before applying fixes.

Can I configure the maximum iteration limit for automated code review loops?

Yes, the iterative code review workflow supports a configurable maximum iteration limit, bounding the automated review and fix loop to up to five cycles with early termination on zero issues.

How does automated code review handle info-level issues?

Automated code review routes all identified issues, including info-level findings, to a fixer agent to resolve them automatically during each iteration of the review loop.

How is state managed during iterative code review workflows?

Iterative code review workflows manage state by tracking phase transitions and per-iteration state, providing audit-friendly traceability for every review cycle and automated fix applied.

When should I use an automated review loop instead of manual code review?

Use an automated review loop to reduce manual coordination overhead when software projects require repeated review cycles, parallel issue aggregation, and automated fixes across multiple iterations.