ce:review

Coordinates multiple AI agents to review code diffs and merge findings into a single report.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/mukles/platejs-markdown-converter --skill ce-review-mukles
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ce:review
Source: https://github.com/mukles/platejs-markdown-converter/tree/main/.agents/skills/ce-review
Command: npx skills add https://github.com/mukles/platejs-markdown-converter --skill ce-review-mukles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill coordinates multiple persona agents to perform structured code reviews with confidence-gated findings, merging and deduplicating results into a single report prior to PR creation.

Core Features & Use Cases

  • Spawns always-on reviewer personas and CE agents to cover correctness, testing, maintainability, and project-standards compliance.
  • Performs intent discovery, plan verification, diff computation, and cross-agent synthesis to produce a unified findings set.
  • Outputs findings in a standardized schema and provides a synthesized verdict to guide PR decisions.

Quick Start

Provide a PR URL, branch name, or standalone diff to trigger the multi-agent review workflow.

Frequently Asked Questions about ce:review

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

FAQPage Schema
How do I automate code review for a pull request using AI agents?▼

Automated code review for a pull request is achieved by spawning multiple AI persona agents to analyze the diff, which then merge and deduplicate findings into a single structured report. You simply provide a PR URL, branch name, or standalone diff to trigger the workflow.

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

Multi-agent code review orchestration coordinates always-on reviewer personas and AI agents to evaluate correctness, testing, and maintainability across a diff. It performs intent discovery, plan verification, and cross-agent synthesis to produce a unified findings set with a synthesized verdict.

Can I use automated code review on a standalone branch diff instead of a pull request?▼

Yes, you can apply automated code review to standalone branch diffs or individual changes. The multi-agent workflow processes any provided diff, computing changes and generating a standardized findings report prior to PR creation.

What is the best way to structure code review findings from multiple AI agents?▼

The best way to structure code review findings is through a standardized schema that merges and deduplicates results from multiple agents. This approach provides confidence-gated findings and a synthesized verdict to guide PR decisions.

Does multi-agent code review check project standards and maintainability?▼

Yes, multi-agent code review checks project standards compliance, maintainability, correctness, and testing. It spawns dedicated reviewer personas to cover each area and synthesizes their findings into a single report.

What limitations should I expect when orchestrating AI agents for code review?▼

When orchestrating AI agents for code review, you should expect findings to be gated by confidence levels and require cross-agent synthesis to deduplicate results. The workflow relies on a defined schema and frontmatter-defined Skill Units to produce a final synthesized verdict.