pr-reviewer

Automate GitHub pull request reviews for quality, security, and standards issues.

175|26|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/jmagly/ai-writing-guide --skill pr-reviewer-jmagly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviewer
Source: https://github.com/jmagly/ai-writing-guide/tree/main/agentic/code/frameworks/sdlc-complete/extensions/github/skills/pr-reviewer
Command: npx skills add https://github.com/jmagly/ai-writing-guide --skill pr-reviewer-jmagly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates code review for GitHub pull requests, assessing code quality, security signals, and adherence to project standards to accelerate feedback loops and reduce manual toil.

Core Features & Use Cases

  • Fetch PR details and diffs from GitHub.
  • Analyze changes for code quality and security patterns.
  • Prepare structured review drafts for comments or approvals.

Quick Start

Use the PR reviewer to fetch a PR number and generate a draft review with suggested changes.

Frequently Asked Questions about pr-reviewer

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automated code review uses tools to scan PR changes for quality, security, and standards issues, then generates structured feedback. This Skill fetches PR diffs and analyzes them for code quality patterns, security signals, and project adherence, producing review drafts via GitHub CLI automation.

Can I scan pull requests for security issues automatically?

Yes. This Skill scans PR diffs for sensitive data patterns and security concerns, applying security checks alongside code quality analysis. It identifies potential vulnerabilities and generates guidance for review before approval.

How do I fetch and analyze GitHub PR diffs programmatically?

Pull request analysis fetches PR details and diffs using GitHub CLI tooling, then processes changes against quality and security criteria. This Skill automates the full workflow: validate PR references, retrieve diffs, scan for issues, and prepare structured review output.

What checks does automated PR review perform?

Automated PR review evaluates code quality, detects security patterns, and validates adherence to project standards. This Skill applies all three checks across typical PR scenarios and generates approval or feedback recommendations based on findings.

Does this work with existing GitHub workflows?

Yes. This Skill integrates with GitHub pull requests via gh CLI, fitting into existing approval and feedback loops. It automates review tasks without requiring external dependencies beyond GitHub and standard tooling.