github-code-review

Coordinate parallel AI agents to review GitHub pull requests and enforce quality gates.

75|17|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/smith-horn/skillsmith --skill github-code-review-smith-horn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/smith-horn/skillsmith/tree/main/.claude/skills/github-code-review
Command: npx skills add https://github.com/smith-horn/skillsmith --skill github-code-review-smith-horn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub PR reviews are often slow and inconsistent. This Skill coordinates AI-powered swarm agents to perform comprehensive reviews across a pull request, delivering timely, thorough feedback.

Core Features & Use Cases

  • Multi-agent review orchestration: Run diverse review agents in parallel to evaluate code quality, security, performance, and architecture.
  • Automated PR management: Generate actionable comments, summarize findings, and enforce quality gates.
  • Use Case: When a PR contains multiple modules, this Skill coordinates experts to review different areas simultaneously and compiles a unified report.

Quick Start

Start by provisioning prerequisites, then trigger a swarm for a PR:

  • Install prerequisites: gh CLI, ruv-swarm, and claude-flow on your machine.
  • Initialize swarm for a PR: gh pr view 123 --json files,title,body | npx ruv-swarm github review-init --pr 123
  • Run the full swarm and publish results: npx ruv-swarm github review-all --pr 123 --agents "security,performance,architecture,style"

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 GitHub PR reviews with AI agents?

Automate GitHub PR reviews by initializing a swarm on a pull request to coordinate AI agents that inspect changes and compile a unified report. You trigger the swarm using the gh CLI and ruv-swarm, specifying the PR number and the agents to run.

What is multi-agent orchestration for code review?

Multi-agent orchestration for code review runs diverse AI agents in parallel to evaluate code quality, security, performance, and architecture simultaneously. This approach boosts speed and consistency across medium to large PRs with multiple modules.

Can I run parallel code reviews on large pull requests?

Yes, you can run parallel code reviews on large pull requests by coordinating a swarm of AI agents. This Skill targets software projects with medium to large PRs across multiple modules, using parallel execution to deliver timely and thorough feedback.

What do I need to set up before using AI-driven GitHub PR management?

You need to install the gh CLI, ruv-swarm, and claude-flow on your machine to use AI-driven GitHub PR management. These prerequisites provision the environment required to initialize swarms and run automated code reviews.

How do I generate automated comments and enforce quality gates on a PR?

Generate automated comments and enforce quality gates by running the full swarm on a PR with agents like security, performance, architecture, and style. The swarm publishes results, summarizes findings, and applies integrated quality gates.

Does this automated code review tool work without external dependencies?

No, this automated code review tool requires external dependencies including the gh CLI, ruv-swarm, and claude-flow to function. You must provision these prerequisites before initializing a swarm for a pull request.