PR Review

Automate GitHub pull request reviews and generate markdown and HTML documents.

387|42|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Community-Access/accessibility-agents --skill pr-review-community-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Review
Source: https://github.com/Community-Access/accessibility-agents/tree/main/.gemini/extensions/a11y-agents/skills/pr-review
Command: npx skills add https://github.com/Community-Access/accessibility-agents --skill pr-review-community-access

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire code review process, from discovering pull requests to generating comprehensive review documents, saving developers significant time and ensuring code quality.

Core Features & Use Cases

  • Automated Discovery: Finds PRs needing review based on user preferences and repository tracking.
  • Comprehensive Analysis: Pulls diffs, comments, reactions, CI status, and security flags.
  • Structured Documentation: Generates both Markdown and HTML review documents for easy sharing and archiving.
  • Interactive Commenting: Allows users to comment on specific lines or ranges directly within the AI interface.
  • Use Case: A developer can ask the AI to "review PR #123 in my-repo" and receive a detailed analysis, including code diffs with line-by-line explanations, potential risks, CI/CD status, and a generated review document ready for their team.

Quick Start

Use the PR Review skill to review pull request number 15 in the current repository.

Frequently Asked Questions about PR Review

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

FAQPage Schema
How do I automate GitHub pull request code reviews?

Automate GitHub pull request code reviews by fetching diffs, comments, and CI status. This process analyzes code changes, identifies potential risks, and generates detailed markdown and HTML review documents automatically.

What is included in an automated pull request review?

An automated pull request review includes fetched diffs, comments, reactions, CI status, and security flags. It provides line-by-line explanations, identifies potential risks, and generates a structured markdown and HTML document for archiving.

Can I comment on specific code lines within an automated code review?

Yes, you can comment on specific lines or ranges directly within the AI interface. This interactive commenting feature allows users to add targeted feedback and code suggestions within the GitHub workflow.

Does this automated code review tool check CI/CD pipeline status?

Yes, the automated code review tool checks CI/CD pipeline status. It pulls the CI status alongside diffs and security flags to ensure continuous integration checks pass before generating the final review document.

What is the best way to review pull requests in bulk?

The best way to review pull requests in bulk is through automated discovery based on repository tracking and user preferences. This finds PRs needing review and generates comprehensive markdown and HTML documents for each.

Do I need to manually fetch code diffs to review a pull request?

No, you do not need to manually fetch code diffs to review a pull request. The automated system fetches diffs, comments, and CI status directly from GitHub to generate the review document.