code-review-pipeline

Coordinate staged multi-agent code review across pre-commit and pull-request workflows.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/pagerguild/guilde-lite --skill code-review-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-pipeline
Source: https://github.com/pagerguild/guilde-lite/tree/main/marketplace/plugins/code-review-pipeline/skills/code-review-pipeline
Command: npx skills add https://github.com/pagerguild/guilde-lite --skill code-review-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates multi-agent code review to outperform single-agent reviews by coordinating specialized agents to detect issues across changes.

Core Features & Use Cases

  • Stage 1: Automated checks (linting, testing, type checks, formatting)
  • Stage 2: Parallel agent reviews (code reviewer, security auditor, architect reviewer, test analyzer)
  • Stage 3: Consensus & report generation with de-duplication
  • Use cases: pre-commit/PR reviews, security audits, architectural assessments, validation of AI-generated code, and enforcing team code quality.

Quick Start

Provide a code diff to trigger the multi-agent review pipeline and receive a unified assessment.

Frequently Asked Questions about code-review-pipeline

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

FAQPage Schema
How do I automate multi-agent code review for pull requests?

Multi-agent code review orchestrates specialized agents to run parallel checks on code changes, security audits, and architecture. It uses a scatter-gather workflow with staged checks and consensus aggregation to outperform single-agent reviews.

Can I use AI-assisted review to validate AI-generated code?

AI-assisted review validates AI-generated code by applying staged automated checks and parallel agent reviews. It coordinates specialized agents for security auditing and architectural assessment to detect issues across changes.

What is the best way to run a security audit and architectural review on a code diff?

A multi-agent code review pipeline runs security audits and architectural reviews by dispatching specialized agents in parallel. It aggregates consensus and de-duplicates findings to produce a unified assessment report.

How does a scatter-gather workflow improve pre-commit code review?

Scatter-gather workflow improves pre-commit code review by scattering tasks across parallel agents for linting, testing, and security. It gathers and de-duplicates their consensus into a unified report for better issue detection.

Do I need specific dependencies to run parallel agent reviews?

No specific dependencies are required to run parallel agent reviews. The multi-agent pipeline operates independently, coordinating specialized agents for test analysis, security audits, and architectural assessments.