pr-review

Analyze pull request code diffs for security, correctness, performance, and maintainability.

8|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/bradtaylorsf/alphaagent-team --skill pr-review-bradtaylorsf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/bradtaylorsf/alphaagent-team/tree/main/plugins/aai-core/skills/pr-review
Command: npx skills add https://github.com/bradtaylorsf/alphaagent-team --skill pr-review-bradtaylorsf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of conducting comprehensive code reviews for pull requests, ensuring code quality, security, and maintainability.

Core Features & Use Cases

  • Automated Analysis: Analyzes code changes for security vulnerabilities, correctness, performance issues, and maintainability.
  • Structured Feedback: Generates a structured review report categorizing findings into critical, major, minor, and positive observations.
  • Use Case: When a developer submits a pull request, this Skill can be invoked to perform an initial automated review, flagging potential issues before human reviewers even look at the code.

Quick Start

Use the pr-review skill to review the pull request for the current branch.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate a pull request review for security and performance issues?

To automate a pull request review, this feature analyzes code diffs for security vulnerabilities, correctness, performance, and maintainability, generating a structured report of critical issues and suggestions before human review.

How does automated code review categorize feedback on pull requests?

Automated code review categorizes feedback by analyzing code changes and generating a structured report that separates findings into critical issues, major concerns, minor suggestions, and positive observations for clear prioritization.

Can I use GitHub CLI to run automated code reviews on my current branch?

Yes, you can use GitHub CLI with a dedicated git-pr-reviewer agent to run automated code reviews on the current branch, analyzing diffs for maintainability and security without manual diff inspection.

Do I need any specific dependencies to perform automated code analysis on GitHub pull requests?

No specific dependencies are required to perform automated code analysis on GitHub pull requests, as the functionality operates using the GitHub CLI and a dedicated git-pr-reviewer agent to evaluate code quality.

What is the best way to catch security vulnerabilities in a pull request before human review?

The best way to catch security vulnerabilities before human review is invoking an automated code review process that analyzes pull request diffs for security flaws, correctness, and performance, flagging critical issues immediately.

When should I not rely on automated code review for my pull requests?

You should not rely solely on automated code review for complex architectural decisions, as it focuses on identifying security vulnerabilities, correctness, performance issues, and maintainability rather than replacing human judgment entirely.