github-code-review

Automate GitHub pull request reviews with multi-agent swarm analysis.

1|2|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/LLM-Dev-Ops/observatory --skill github-code-review-llm-dev-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/LLM-Dev-Ops/observatory/tree/main/.claude/skills/github-code-review
Command: npx skills add https://github.com/LLM-Dev-Ops/observatory --skill github-code-review-llm-dev-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates GitHub code review by orchestrating multiple AI agents to review pull requests at scale, surface issues, and deliver actionable feedback.

Core Features & Use Cases

  • AI-powered swarm review: parallel analysis across security, performance, architecture, style, and accessibility domains.
  • PR feedback automation: generate inline comments, summarize findings, and propose fixes.
  • Quality gates & workflow automation: enforce policy-based checks and integrate with GitHub actions.

Quick Start

Initialize a PR review swarm and spawn dedicated agents: $ gh pr view <PR_NUMBER> --json files,diff | npx ruv-swarm github review-init --pr <PR_NUMBER> --agents "security,performance,style,architecture,accessibility" $ gh pr comment <PR_NUMBER> --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 GitHub pull request code review with AI?

Automate GitHub pull request code review by orchestrating AI agents in a swarm to analyze security, performance, architecture, style, and accessibility. The RUV Swarm framework coordinates parallel agent workloads, generates inline comments, and enforces quality gates across diverse repositories.

How does multi-agent swarm code review work for pull requests?

Multi-agent swarm code review works by spawning dedicated AI agents that analyze pull request diffs in parallel across security, performance, style, architecture, and accessibility domains. Each agent surfaces issues and delivers actionable feedback through inline comments on the pull request.

Do I need GitHub CLI and Node.js to run AI-powered PR reviews?

Yes, running AI-powered PR reviews requires GitHub CLI, Node.js, and the RUV Swarm framework. These dependencies enable the system to fetch pull request data, orchestrate agent workloads, generate inline comments, and enforce quality gates within your repositories.

Can I enforce quality gates and automated checks on GitHub pull requests?

You can enforce quality gates on GitHub pull requests by integrating policy-based checks through GitHub actions. The swarm review system applies automated checks across multiple domains and blocks merges until security, performance, and architecture standards are met.

What's the best way to review pull requests across multiple repositories at scale?

Reviewing pull requests across multiple repositories at scale is best handled by a multi-agent swarm that applies parallel analysis to diverse repositories. The RUV Swarm framework coordinates dedicated agents for each review domain, enabling consistent quality enforcement regardless of repository count.

How do I initialize a code review swarm for a specific pull request?

Initialize a code review swarm by fetching the pull request diff via GitHub CLI and spawning agents with the RUV Swarm review-init command. Specify the PR number and desired agent domains such as security, performance, style, architecture, and accessibility to begin parallel analysis.