pr-review

Automate pull request reviews across GitHub, Bitbucket, Azure DevOps, and TFS.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/albertoirurueta/ai-catalog --skill pr-review-albertoirurueta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/albertoirurueta/ai-catalog/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/albertoirurueta/ai-catalog --skill pr-review-albertoirurueta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, bitbucket, azure-devops, tfs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing pull requests by automating the detection of ticket intent mismatches, convention drift, correctness bugs, security issues, and test coverage, while supporting a seamless experience across different platforms.

Core Features & Use Cases

  • Automated PR Review: Analyze pull requests for potential issues, including code quality, security, and adherence to architectural conventions.
  • Cross-Platform Support: Works with GitHub, Bitbucket, Azure DevOps, and TFS.
  • Use Case: Utilize this Skill to ensure that pull requests meet your project's standards and conventions before merging them, saving time and reducing manual effort.

Quick Start

Review the pull request with ID 123 using the command: /pr-review 123

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate pull request code reviews across GitHub and Bitbucket?

Automated pull request code reviews across GitHub, Bitbucket, Azure DevOps, and TFS are performed by analyzing ticket intent alignment, codebase convention drift, correctness, security, and test coverage issues.

What is automated PR review and how does it detect convention drift?

Automated PR review analyzes pull requests to detect convention drift by checking if the submitted code aligns with your project's existing codebase architecture and established conventions before merging.

Can I use automated code review for Azure DevOps and TFS repositories?

Automated code review supports Azure DevOps and TFS repositories by integrating with Azure DevOps CLI and TFS APIs to analyze pull requests for security issues and test coverage.

How do I check if a pull request aligns with ticket intent before merging?

Checking pull request ticket intent alignment is automated by analyzing the PR changes against the original ticket requirements to ensure the implementation meets the intended goals before merging.

What do I need to set up to run automated PR reviews on my repositories?

To run automated PR reviews you need integration with GitHub MCP tools, Bitbucket REST API, Azure DevOps CLI, or TFS APIs depending on your target repository platform.

Does automated code review check for security issues and test coverage?

Automated code review explicitly checks pull requests for security vulnerabilities and evaluates test coverage alongside code quality, correctness bugs, and architectural convention adherence.