github-code-review

Coordinate parallel GitHub pull request reviews with gh CLI and ruv-swarm agents.

2|Updated Jul 26, 2019
One-click install
npx skills add https://github.com/qiphon/learn --skill github-code-review-qiphon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/qiphon/learn/tree/main/.opencode/skills/github-code-review
Command: npx skills add https://github.com/qiphon/learn --skill github-code-review-qiphon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates AI-driven coordination of GitHub pull request reviews, enabling teams to scale code analysis with autonomous agents that inspect changes, generate comments, and enforce quality gates.

Core Features & Use Cases

  • Multi-agent code review: parallel analysis by specialized agents (security, performance, style, architecture).
  • PR management automation: automated status updates, inline comments, and review decisions based on predefined rules.
  • Use Case: When a PR touches security-sensitive files, the swarm assembles relevant agents and returns a comprehensive report with suggested fixes.

Quick Start

To begin, initialize a swarm for PR 123 using GitHub CLI and the swarm tool, then spawn targeted agents and post initial results.

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-driven GitHub pull request reviews?

Multi-agent code review deploys specialized agents in parallel to inspect pull requests for security, performance, style, and architecture. The swarm assembles relevant agents to return comprehensive reports with suggested fixes.

What do I need to run multi-agent code review on my repository?

To set up automated PR management, initialize a swarm for your target PR using the GitHub CLI and swarm tool. Then spawn targeted agents for security, performance, style, and architecture to post initial inline comments and status checks.

Can I use AI agents to post inline comments and status checks on GitHub PRs?

Yes, you can use AI agents to post inline comments and status checks on GitHub PRs. The swarm orchestrates agents to emit inline comments, update status checks, and return review decisions based on predefined rules.

How does swarm-based code analysis handle security-sensitive file changes?

Swarm-based code analysis handles security-sensitive file changes by assembling relevant specialized agents. These agents run parallel analysis on the diffs and return a comprehensive report with suggested fixes for security vulnerabilities.

What is the best way to scale code analysis for pull requests across a team?

The best way to scale code analysis is to use multi-agent coordination that runs parallel, agent-based analysis on PR files. This automates inspection, generates comments, and enforces quality gates without manual reviewer bottlenecks.