github-code-review

Coordinate multi-agent code reviews on GitHub pull requests.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Dorpeer95/stocks-trading --skill github-code-review-dorpeer95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/Dorpeer95/stocks-trading/tree/main/.claude/skills/github-code-review
Command: npx skills add https://github.com/Dorpeer95/stocks-trading --skill github-code-review-dorpeer95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates AI-powered, multi-agent code reviews on GitHub pull requests to accelerate high-quality feedback and safer code changes.

Core Features & Use Cases

  • Multi-Agent Review System: deploy specialized agents (security, performance, architecture, style, accessibility) to inspect changes in parallel.
  • PR-driven Collaboration: orchestrates cross-functional review with automated comments, findings, and actionable fixes.
  • Customizable Pipelines: supports custom agents and configurable depth, depth, and quality gates to fit teams and workflows.

Quick Start

Activate a review swarm on a PR by running a swarm-init command to spawn agents and trigger automatic reviews.

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 multi-agent code reviews on GitHub pull requests?

You can automate GitHub pull request reviews by deploying a coordinated AI swarm to analyze changes. This system spawns specialized agents for security, performance, and architecture checks, automatically posting findings and actionable comments directly on the PR.

What is an AI swarm-driven code review and how does it work?

An AI swarm-driven code review orchestrates multiple specialized agents to inspect pull request changes in parallel. It coordinates cross-functional agents to evaluate security, performance, style, and accessibility, generating automated comments and review artifacts based on your configured quality gates.

Do I need GitHub CLI and ruv-swarm to run automated PR checks?

Yes, running automated PR checks requires GitHub CLI, ruv-swarm, and Claude Flow. These dependencies provide the necessary environment to initialize the swarm, spawn custom agents, and orchestrate cross-functional reviews across your repositories.

Can I customize the depth and quality gates for GitHub PR reviews?

Yes, you can customize the review pipelines by configuring depth and quality gates to fit your team's workflow. The system supports deploying custom agents alongside standard ones to ensure specific architectural and accessibility standards are met.

How do I trigger an automated review swarm on a pull request?

To trigger a review swarm, run a swarm-init command to spawn the agents and activate automatic reviews. This orchestrates the specialized agents to inspect changes and post automated comments directly to your GitHub pull request.