github-code-review

Analyze GitHub pull requests with a swarm of specialized AI agents.

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

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 higher code quality and faster merge cycles.

Core Features & Use Cases

  • Multi-Agent Swarm: Coordinates specialized agents for security, performance, architecture, and style simultaneously.
  • Automated Quality Gates: Enforces strict thresholds for security vulnerabilities and performance regressions before merging.
  • 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 without human intervention.

Quick Start

Use the github code review skill to initialize a comprehensive multi-agent review for pull request number 123.

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 for security and performance?

Automated GitHub pull request code reviews use a multi-agent AI swarm to analyze code for security vulnerabilities, performance bottlenecks, and style compliance. This multi-agent approach provides context-aware feedback and enforces quality gates without human intervention.

What is a multi-agent AI swarm for pull request analysis?

A multi-agent AI swarm for pull request analysis coordinates specialized agents to evaluate security, performance, architecture, and style simultaneously. This parallel analysis mechanism identifies complex issues like SQL injections and database query optimizations across diverse software projects.

Can I integrate AI code review into CI/CD pipelines with GitHub CLI?

Integrating AI code review into CI/CD pipelines uses GitHub CLI and npx to trigger automated analysis. This setup enforces strict quality gates and merge thresholds for security vulnerabilities and performance regressions directly within the GitHub workflow.

How do I enforce quality gates for security vulnerabilities before merging a PR?

Enforcing quality gates for security vulnerabilities before merging requires an automated multi-agent review system. The AI agents enforce strict thresholds and block merges if potential security flaws or performance regressions are detected in the pull request.

Does GitHub CLI need npx to run AI code review agents?

GitHub CLI requires npx to execute the AI code review agents. These dependencies work together to initialize the multi-dimensional analysis on pull requests, enabling the specialized security and performance agents to run within the CI/CD pipeline.

What are the limitations of automated AI code review for large feature PRs?

Automated AI code review limitations for large feature PRs include potential context constraints across diverse software projects. While the multi-agent swarm effectively identifies security vulnerabilities and performance bottlenecks, architectural pattern analysis may require human validation for complex system interactions.