ce-review

Automate multi-agent code review and merge findings into a structured report.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Bradliebs/VolumeTurtle --skill ce-review-bradliebs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-review
Source: https://github.com/Bradliebs/VolumeTurtle/tree/main/.github/skills/ce-review
Command: npx skills add https://github.com/Bradliebs/VolumeTurtle --skill ce-review-bradliebs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates thorough, multi-agent code reviews by spawning specialized reviewer personas and merging their findings into a single structured report.

Core Features & Use Cases

  • Spawns always-on personas (correctness, testing, maintainability, project-standards) plus cross-cutting and stack-specific reviewers as needed; performs intent and plan discovery; coordinates diff scope and artifact synthesis across PRs, branches, or standalone checks.

Quick Start

Run ce-review on a PR or branch to spawn the reviewer sub-agents and generate a structured findings report.

Frequently Asked Questions about ce-review

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

FAQPage Schema
How do I automate multi-agent code review for a PR diff?

Automate multi-agent code review by spawning targeted reviewer personas to analyze PR diffs and merge their findings into a single structured report. The process handles intent discovery, plan verification, and reviewer selection automatically across diverse tech stacks.

What is the best way to perform intent discovery and diff analysis on branch changes?

Intent discovery and diff analysis on branch changes are best handled by spawning specialized sub-agents that verify implementation plans against the actual diff. These agents preserve the diff context without mutating prompts, ensuring accurate artifact synthesis across the reviewed branch.

Can I run an automated PR review on standalone commits without a full branch context?

Automated PR review supports standalone checks on individual commits without requiring full branch context. The multi-agent system applies always-on personas for correctness, testing, maintainability, and project standards to synthesize findings from the isolated commit diff.

Does automated code review work across diverse tech stacks and project standards?

Automated code review works across diverse tech stacks by deploying cross-cutting and stack-specific reviewer personas. It evaluates project standards alongside correctness and maintainability to ensure the synthesized report accurately reflects the unique requirements of the technology stack.

How to generate a structured code review report from multiple reviewer findings?

Generate a structured code review report by merging the findings from multiple specialized reviewer sub-agents into a single synthesized artifact. This multi-agent coordination evaluates the diff scope and produces a consolidated report covering correctness, testing, maintainability, and standards.