review-pr

Review pull requests for coding standards and architectural patterns.

3|4|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/hmcts/agentic-plugins-marketplace --skill review-pr-hmcts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/hmcts/agentic-plugins-marketplace/tree/main/plugins/agents/hmcts-sdlc-orchestrator/skills/review-pr
Command: npx skills add https://github.com/hmcts/agentic-plugins-marketplace --skill review-pr-hmcts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reviewing pull requests against coding standards is time-consuming and prone to human error. This skill automates the process, saving time and ensuring compliance.

Core Features & Use Cases

  • Automated Code Review: Quickly assess pull requests against coding standards and best practices.
  • Customizable Review Criteria: Supports different repository types with tailored review criteria.
  • Comprehensive Feedback: Provides detailed feedback on both blocking issues and improvements.
  • Use Case: For a software developer tasked with reviewing a pull request, this skill can automatically check for compliance with project-specific standards, saving time and ensuring quality.

Quick Start

Run the skill by providing a PR URL or number and the skill will perform the review automatically.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for pull requests against coding standards?

To automate code review for pull requests, you can use a skill that parses PR details via Git commands and assesses adherence to coding standards and architectural patterns. This automates the review process, saving time and ensuring compliance with project-specific standards.

What is automated pull request compliance checking and how does it work?

Automated pull request compliance checking assesses code changes against predefined coding standards and architectural patterns. It parses PR details using Git commands to provide comprehensive feedback on both blocking issues and potential improvements.

How do I review a pull request for coding standards using a PR URL?

To review a pull request for coding standards, provide the PR URL or number to the automated review skill. It will parse the details and automatically generate feedback on compliance and architectural patterns.

Does automated PR review work with different repository types and custom criteria?

Yes, automated PR review supports different repository types by applying tailored review criteria. It evaluates the code against the specific architectural patterns and coding standards relevant to that repository type.

Why is manual code review prone to human error and how can automation help?

Manual code review is prone to human error and is time-consuming when checking coding standards. Automation helps by consistently assessing pull requests against architectural patterns and providing detailed, objective feedback on blocking issues.

Do I need Git commands to access and parse PR details for automated review?

Yes, Git commands are required to access and parse pull request details for automated review. The skill uses these commands to extract the necessary code changes to evaluate compliance with coding standards.