code-review

Coordinate multiple agents to review GitHub pull requests for high-signal issues.

33|8|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/pipecat-ai/pipecat-cli --skill code-review-pipecat-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/pipecat-ai/pipecat-cli/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/pipecat-ai/pipecat-cli --skill code-review-pipecat-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated code review for pull requests by coordinating multiple specialized agents to surface high-signal issues with minimal manual effort.

Core Features & Use Cases

  • Multi-agent orchestration: Parallel analysis of changes to detect bugs, security concerns, and design inconsistencies.
  • CLAUDE.md compliance auditing: Verifies adherence to CLAUDE.md guidelines and reports exact rule violations with context.
  • Automated comments & reporting: Generates inline comments and can post reviews via GitHub PR review, using PR title, description, and diff as context.

Quick Start

Initiate a PR review and receive a structured set of inline comments highlighting critical issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automated code review for GitHub pull requests is performed by coordinating multiple specialized agents to identify high-signal issues within the changed diff. It analyzes PR diffs, titles, descriptions, and metadata to report only critical bugs, security concerns, and logic flaws.

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

Multi-agent code review works by running parallel analysis of pull request changes using specialized agents to detect bugs, security concerns, and design inconsistencies. This approach surfaces high-signal issues with minimal manual effort and generates structured inline comments.

Can I check pull requests for CLAUDE.md compliance automatically?

Yes, pull requests can be checked for CLAUDE.md compliance automatically. The review process audits changes against CLAUDE.md guidelines and reports exact rule violations with traceable references and context from the diff.

Does automated PR analysis work across different programming languages?

Automated PR analysis works across different programming languages on GitHub. It focuses on evaluating the changed diff to find obvious bugs, security flaws, and logic errors regardless of the language used in the pull request.

What is the best way to report high-signal issues in a pull request diff?

The best way to report high-signal issues in a pull request diff is by generating structured inline comments. This method uses PR title, description, and diff context to highlight only critical issues with traceable references and minimal tool usage.

When should I not use automated multi-agent code review?

You should not use automated multi-agent code review when you need exhaustive style checking or low-signal feedback. It is designed to report only high-signal issues like obvious bugs, CLAUDE.md violations, and security flaws within the changed diff.