review-pr

Reviews GitHub pull requests for code quality, security, performance and consistency using checklists and conventions.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/erichugy/agentic.skills --skill review-pr-erichugy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/erichugy/agentic.skills/tree/main/review-pr
Command: npx skills add https://github.com/erichugy/agentic.skills --skill review-pr-erichugy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review pull requests for code quality, security, performance, and consistency with project conventions to reduce defects and friction in code reviews.

Core Features & Use Cases

  • Automated PR context gathering: fetches title, body, author, baseRefName and headRefName, and changed files to inform reviews.
  • Checklist-driven evaluation: validates changes against general, UI, and API checklists and project-specific conventions.
  • Actionable feedback: reports findings with severity and suggested mitigations, ready for PR comments or automated remediation.
  • Use Case: When reviewing a PR in a large repo, you can rely on this skill to surface high-risk issues before merging.

Quick Start

Call /review-pr with a PR number to initiate a comprehensive PR review.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I review a GitHub pull request for code quality and security?

Reviewing a GitHub pull request for code quality and security involves validating changed files against general, UI, and API checklists to surface high-risk issues before merging. It gathers PR context like title, body, and branch names to inform file-level and context-aware checks.

What is checklist-driven code review and how does it work?

Checklist-driven code review evaluates pull requests by validating changes against predefined general, UI, and API checklists alongside project-specific conventions. It outputs structured findings with severity levels and suggested mitigations ready for PR comments.

Can I use project-specific conventions like AGENTS.md and CLAUDE.md during a PR review?

Yes, you can enforce project-specific conventions like AGENTS.md and CLAUDE.md during a PR review. The evaluation applies these repository-specific files alongside standard checklists to ensure code consistency and context-aware validation across changed files.

How do I perform a comprehensive code review on a large repository?

Performing a comprehensive code review on a large repository requires automated PR context gathering to fetch changed files and branch names, followed by checklist-driven evaluation to surface high-risk security and performance issues before merging.

Does automated PR review output actionable feedback for pull request comments?

Yes, automated PR review outputs actionable feedback for pull request comments. It reports structured findings with severity levels and suggested mitigations, ensuring the feedback is ready for direct PR comments or automated remediation workflows.

What is the best way to check pull requests for security and performance issues?

The best way to check pull requests for security and performance issues is applying checklist-driven evaluation that validates changed files against project conventions. This surfaces high-risk defects early by performing file-level and context-aware checks before merging.