code-review

Automate multi-agent code review for pull requests and identify bugs and compliance violations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the comprehensive review of code changes, ensuring quality, compliance, and bug detection through a multi-agent pipeline.

Core Features & Use Cases

  • Multi-Agent Pipeline: Orchestrates specialized agents (scout, code-reviewer, bug-hunter, issue-validator) for thorough analysis.
  • Compliance & Bug Detection: Identifies violations of project standards and potential bugs.
  • Use Case: When submitting a pull request, this Skill can be invoked to perform a full code review, flagging issues before human review, thus saving significant developer time and improving code quality.

Quick Start

Use the code-review skill to perform a comprehensive review of the current pull request.

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 pull requests and branch diffs?

Automated code review for pull requests runs a multi-agent pipeline that identifies bugs, security vulnerabilities, and compliance violations. It summarizes changes, performs parallel analysis using specialized agents, and validates issues to produce a filtered report.

How does multi-agent code review work for detecting bugs and security vulnerabilities?

Multi-agent code review works by orchestrating specialized agents—scout, code-reviewer, bug-hunter, and issue-validator—that review changes in parallel. The pipeline validates detected issues against project standards and filters the results before reporting.

Can I use automated code review to check compliance against project standards?

Yes, automated code review checks compliance against project standards by running pre-flight checks, discovering configuration, and validating flagged issues. It identifies compliance violations alongside security vulnerabilities and bugs before human review.

What is the best way to flag bugs before human code review?

The best way to flag bugs before human review is invoking an automated multi-agent pipeline that performs parallel review and issue validation. This process detects bugs, security vulnerabilities, and compliance violations, saving developer time and improving code quality.

Does automated code review require any dependencies or configuration setup?

Automated code review requires no external dependencies, but the pipeline includes pre-flight checks and configuration discovery to align with project standards. It automatically identifies the necessary configuration before summarizing changes and running specialized agents.