github-code-review

Coordinate specialized AI agents to review GitHub pull requests.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dabblersport/webapp --skill github-code-review-dabblersport
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/dabblersport/webapp/tree/main/.claude/skills/github-code-review
Command: npx skills add https://github.com/dabblersport/webapp --skill github-code-review-dabblersport

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, npx.

What problem does it solve?

This skill addresses the bottleneck of manual code reviews by deploying a swarm of specialized AI agents to perform comprehensive, parallel analysis of pull requests, ensuring consistent quality and security standards.

Core Features & Use Cases

  • Multi-Agent Swarm: Coordinates specialized agents for security, performance, architecture, and style to provide holistic feedback.
  • Automated Quality Gates: Enforces strict merge requirements based on custom thresholds for security vulnerabilities, performance regressions, and architectural complexity.
  • Use Case: A developer submits a large feature PR; the swarm automatically triggers, identifies a potential SQL injection, suggests a performance optimization for a database query, and enforces project-specific naming conventions before a human reviewer even opens the PR.

Quick Start

Initialize a comprehensive multi-agent review for pull request 123 by running the review-init command with the required agent list and depth parameters.

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 reviews using AI agents?

You can automate GitHub pull request code reviews by deploying a multi-agent AI swarm that coordinates specialized agents to analyze diffs and PR metadata for security vulnerabilities, performance bottlenecks, and style violations. It integrates with GitHub CLI to automate status checks and comment generation.

What is multi-agent AI code review and how does it work?

Multi-agent AI code review deploys specialized agents for security, performance, architecture, and style to provide holistic feedback in parallel. These agents analyze pull request diffs and metadata to identify flaws, enforce quality gates, and automatically generate comments before human review.

Do I need the GitHub CLI to run automated security checks on pull requests?

Yes, you need the GitHub CLI (gh) installed to run automated security checks on pull requests with this tool. The skill integrates directly with the GitHub CLI to automate status checks, comment generation, and quality gate enforcement across your development workflows.

Can I enforce custom merge requirements for security vulnerabilities and performance regressions?

Yes, you can enforce strict merge requirements by configuring custom quality gates based on thresholds for security vulnerabilities, performance regressions, and architectural complexity. The AI agents evaluate pull requests against these thresholds to block or allow merges.

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

To initialize a comprehensive code review, you run the review-init command with the required agent list and depth parameters. This triggers the specialized AI swarm to begin parallel analysis of the target pull request diff and metadata.

What's the best way to identify SQL injection and performance bottlenecks before human PR review?

The best way to identify SQL injection and performance bottlenecks before human review is using an automated AI agent swarm. Specialized security and performance agents analyze pull request diffs to catch vulnerabilities and query regressions, enforcing project-specific conventions automatically.