code-review

Audit GitHub pull requests for bugs and security vulnerabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes in pull requests, ensuring compliance with project standards and identifying potential bugs or security vulnerabilities.

Core Features & Use Cases

  • Automated Code Auditing: Leverages multiple AI agents to perform comprehensive reviews.
  • Standard Compliance: Checks code against project-specific conventions defined in CLAUDE.md.
  • Bug and Security Detection: Identifies logic errors, security flaws, and injection patterns.
  • Use Case: When a developer submits a pull request, this Skill can automatically review it, providing feedback on potential issues before human review, thus speeding up the development cycle.

Quick Start

Use the code-review skill to review pull request number 123.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request reviews on GitHub?

Automated pull request reviews use multi-agent systems to audit code changes against project standards, identifying bugs and security vulnerabilities. This process leverages `gh` CLI for interaction and standard file reading tools for comprehensive analysis.

How does multi-agent code review detect security vulnerabilities?

Multi-agent code review detects security vulnerabilities by deploying multiple AI agents to analyze pull request changes. These agents identify logic errors, security flaws, and injection patterns by auditing the code against project conventions.

What do I need to run automated code audits on pull requests?

To run automated code audits, you need a `CLAUDE.md` file for compliance checks, the `gh` CLI for GitHub interaction, and a specific commit SHA for linking. The tool then uses Read, Grep, and Glob tools for analysis.

Can I check pull request compliance against project standards?

Yes, you can check pull request compliance against project standards. The review process specifically validates code changes against conventions defined in your `CLAUDE.md` file to ensure project-specific compliance.

What's the best way to find bugs in GitHub pull requests before human review?

Finding bugs before human review is best achieved through automated multi-agent code reviews. This approach identifies logic errors and security flaws in pull requests automatically, providing feedback and speeding up the development cycle.