pr-review

Fetch pull request data and diffs, analyze against a checklist, and generate structured GitHub review comments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides in-depth, knowledge-enriched analysis for pull requests, helping to identify potential issues and ensure code quality by leveraging project-specific context.

Core Features & Use Cases

  • Contextual Code Review: Analyzes PRs against project knowledge, conventions, and architecture.
  • Finding Prioritization: Identifies blocking issues, suggestions, and questions with clear severity.
  • Knowledge Enrichment: Integrates relevant project documentation and past decisions into review comments.
  • Use Case: Review a colleague's pull request for a new feature, ensuring it aligns with established architectural patterns and flagging any potential gotchas based on past project experiences.

Quick Start

Use the pr-review skill to review pull request number 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 code review for GitHub pull requests?

Automating code review for GitHub pull requests involves fetching PR data and diffs, analyzing them against a structured checklist, and posting structured review comments enriched with project knowledge directly to GitHub.

What is knowledge-enriched pull request analysis?

Knowledge-enriched pull request analysis integrates project documentation, conventions, and past architectural decisions into code review findings to identify potential issues and ensure alignment with established patterns.

Does this code review tool require the gh CLI to fetch pull request diffs?

Yes, this code review tool requires the gh CLI dependency to fetch pull request data and diffs from GitHub repositories before performing structured analysis and generating review comments.

How do I prioritize code review findings by risk areas in a pull request?

To prioritize code review findings by risk areas, the Skill analyzes file changes to identify blocking issues, suggestions, and questions, assigning clear severity to each finding based on the modified files and escalating complex cross-boundary concerns.

Can I escalate complex cross-boundary code review concerns to an agent?

Yes, you can escalate complex cross-boundary code review concerns to an Explore agent, which handles deeper analysis when changes span multiple architectural boundaries or risk areas within the codebase.

How do I create work items for documentation from a GitHub PR review?

To create documentation work items from a GitHub PR review, the Skill generates structured review comments that identify missing project knowledge, ensuring future PRs receive proper contextual enrichment and architectural alignment.