code-review

Automate multi-pass code review of GitHub pull requests with parallel agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill coordinates the complex process of reviewing pull requests by orchestrating multiple agent reviewers to run in parallel, surface findings, and present a cohesive summary for faster, safer code integration.

Core Features & Use Cases

  • Multi-pass review workflow with always-on and repo-specific reviewers that supplement built-in checks.
  • Parallel analysis across architecture, correctness, security, testing, and devdocs to surface diverse concerns.
  • Generates a session-scoped review document that can be stored or shared for post-merge follow-ups.

Quick Start

Initiate a PR review by running the coordinator against the target branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate multi-agent pull request reviews for incremental diffs?

Automate multi-agent PR reviews by running a coordinator against the target branch to load incremental or full diffs. The Skill orchestrates parallel agents across architecture, correctness, security, testing, and devdocs, generating a structured review document.

What is a multi-pass code review workflow with parallel agents?

A multi-pass code review applies always-on and repo-specific reviewers in parallel across a pull request diff. It cross-references existing PR feedback and executes phase-based reviews to surface diverse concerns before generating a cohesive summary document.

Can I use custom repo-specific reviewers alongside built-in code review checks?

Yes, the workflow merges repo-specific reviewers with built-in checks and always-on agents. The review process supplements built-in architecture, correctness, security, testing, and devdocs analysis with your custom reviewer configurations.

Does this code review workflow support GitHub PRs and existing feedback cross-referencing?

Yes, the review workflow applies to GitHub PRs and cross-references existing PR feedback during analysis. It loads incremental or full diffs to ensure phase-based reviews account for previously surfaced pull request comments and findings.

What's the best way to generate a structured review document from a pull request diff analysis?

Generate a structured review document by running a multi-pass review that orchestrates parallel agents across the pull request diff. The session-scoped document captures findings from architecture, security, and correctness reviewers for sharing or post-merge follow-ups.