review

Coordinate multiple Claude Code agents to analyze diffs and aggregate findings into a report.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ckallum/calsuite --skill review-ckallum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/ckallum/calsuite/tree/main/skills/review
Command: npx skills add https://github.com/ckallum/calsuite --skill review-ckallum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline code reviews by orchestrating automated analysis of diffs, surfacing defects, security issues, and improvement opportunities across multiple review agents, so teams ship with higher confidence and faster feedback.

Core Features & Use Cases

  • Parallel agent-based review: coordinates up to nine review agents to assess diffs against conventions, security, type design, and correctness.
  • PR and local-diff support: works with both pull requests and local branches to produce a consolidated findings report.
  • Actionable outputs: aggregates findings into a single report and integrates with downstream workflows to guide shipping decisions.

Quick Start

Run /review on a branch with changes to initiate an automated Claude Code review workflow.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automated code review works by coordinating multiple Claude Code agents to analyze pull request diffs, aggregating findings on defects and security issues into a single consolidated report.

Can I review local branch diffs before creating a pull request?

Yes, automated code review supports local branches by analyzing local diffs against conventions, security, and correctness, producing an actionable findings report before you create a pull request.

What is parallel agent-based code review?

Parallel agent-based code review is a mechanism that coordinates up to nine Claude Code agents to assess diffs simultaneously against conventions, security, type design, and correctness for faster feedback.

Does automated code review enforce provenance tracking for findings?

Yes, the automated code review workflow enforces provenance tracking and strict output formats, ensuring every finding in the aggregated report is traceable to guide shipping decisions.

What is the best way to consolidate code review findings from multiple agents?

The best way to consolidate code review findings is using a workflow that aggregates outputs from multiple review agents into a single actionable report with integration hooks to guide shipping decisions.