dev-pr-review

Review pull request diffs and report coding standard deviations.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/guan404ming/gmccc --skill dev-pr-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dev-pr-review
Source: https://github.com/guan404ming/gmccc/tree/main/skills/dev/dev-pr-review
Command: npx skills add https://github.com/guan404ming/gmccc --skill dev-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes for consistency with coding standards and conventions.

Core Features & Use Cases

  • Structured PR diff review focusing on consistency with existing patterns and best practices.
  • Read changed files, identify issues, and surface actionable feedback without duplicating effort.
  • Use in team reviews to enforce standards and accelerate decision-making.

Quick Start

Start a PR review by checking out the PR and running through the checklist on the changed files.

Frequently Asked Questions about dev-pr-review

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

FAQPage Schema
How do I check pull requests for consistency with coding standards?▼

To check pull requests for consistency with coding standards, this Skill evaluates changed files and diffs against a structured checklist, surfacing deviations to enforce existing patterns and best practices.

What is the best way to automate code review for pull requests across repositories?▼

The best way to automate code review for pull requests is using a deterministic workflow that reads changed files, identifies issues, and generates a polite issue list with a final verdict to guide merge decisions.

How does a structured PR review workflow identify deviations in code diffs?▼

A structured PR review workflow identifies deviations in code diffs by evaluating the changes and surrounding context against coding standards, then reporting actionable feedback without duplicating manual review effort.

Can I enforce coding conventions and best practices across multiple repositories?▼

Yes, you can enforce coding conventions and best practices across multiple repositories by applying a consistent PR checklist to evaluate diffs and surface issues for team reviews.

What actionable feedback does a PR review checklist provide to guide merge decisions?▼

A PR review checklist provides actionable feedback by listing identified issues politely and delivering a final verdict, directly guiding merge decisions based on coding standards consistency.