github-code-review

Coordinate GitHub CLI and ruv-swarm agents to review pull requests.

1|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/Human-Frontier-Labs-Inc/parencylegal --skill github-code-review-human-frontier-labs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/Human-Frontier-Labs-Inc/parencylegal/tree/main/corn-docs/.claude/skills/github-code-review
Command: npx skills add https://github.com/Human-Frontier-Labs-Inc/parencylegal --skill github-code-review-human-frontier-labs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to orchestrate AI-powered, multi-agent code reviews on GitHub PRs, reducing review time and increasing coverage across security, performance, and architecture.

Core Features & Use Cases

  • Multi-Agent Review System: Deploy specialized AI agents to review changes across security, performance, architecture, style, and accessibility.
  • PR-Based Orchestration: Seamlessly integrate with GitHub CLI to fetch PR context, diffs, and metadata, then orchestrate parallel analysis.
  • Automation & Quality Gates: Enforce checks, post actionable feedback, and steer PR decisions with automated workflows.

Quick Start

gh pr view 123 --json files,additions,deletions,title,body npx ruv-swarm github review-init --pr 123 --agents "security,performance,architecture,style" --depth comprehensive gh pr comment 123 --body "🔍 Multi-agent code review initiated"

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I automate AI code reviews on GitHub pull requests?

You can automate AI code reviews on GitHub pull requests by orchestrating specialized agents to analyze diffs and metadata fetched via GitHub CLI. The system coordinates parallel analysis across security, performance, and architecture to post actionable feedback automatically.

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

Multi-agent code review deploys specialized AI agents to analyze different aspects of a pull request simultaneously. It fetches context via GitHub CLI and uses orchestration tools to run parallel checks on security, performance, style, and architecture.

Can I use GitHub CLI to fetch PR context for automated code analysis?

Yes, GitHub CLI is used to fetch pull request context, diffs, and metadata. The data extracted using the GitHub CLI serves as the input for orchestrating parallel, agent-based automated code analysis.

Does automated PR review work for large pull requests with comprehensive depth?

Yes, automated PR review handles pull requests of varying sizes by deploying parallel analysis agents. You can configure a comprehensive depth setting to ensure large changes receive thorough security, performance, and maintainability checks.

How do I run a security and performance focused code review on a GitHub PR?

You can run a security and performance focused code review by initializing an agent swarm with specific parameters. This deploys targeted agents that analyze your PR diffs in parallel to identify vulnerabilities and bottlenecks before posting feedback.

What are the limitations of using AI agents for GitHub code review?

AI agent code reviews rely on the context fetched from GitHub CLI diffs and metadata, meaning complex architectural nuances outside the diff may be missed. Automated feedback should be treated as actionable guidance for maintainers rather than a complete replacement for human judgment.