pr-review

Automate end-to-end GitHub pull request review with triage and critique.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of manual code review by automating the triage, context gathering, and critique of pull requests, ensuring high-quality feedback without the overhead of manual setup.

Core Features & Use Cases

  • Automated Triage: Automatically sizes the review based on the PR's complexity, choosing between a light or full review path.
  • Context-Aware Critique: Integrates with existing sprint context and design documentation to provide feedback that aligns with project intent.
  • Human-in-the-loop: Curates findings and presents them for human approval before posting to GitHub, ensuring the AI acts as a senior assistant rather than an autonomous gatekeeper.

Quick Start

Run the pr-review skill on the current branch to perform a comprehensive end-to-end review of the open pull request.

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 reviews without losing human oversight?

Automated pull request review performs triage and context-aware critique, then gates feedback submission for human approval before posting to GitHub. This human-in-the-loop mechanism ensures AI acts as a senior assistant rather than an autonomous gatekeeper.

What is context-aware code critique in a sprint workflow?

Context-aware code critique analyzes pull requests by integrating with existing sprint state files and design documentation. This ensures feedback aligns with project intent and design conformance rather than evaluating code in isolation.

How do I triage pull requests based on complexity automatically?

Automated triage sizes the review based on the pull request's complexity, choosing between a light or full review path. This sizing optimizes the code quality checks and risk assessment process for each specific PR.

Does automated PR review require local destructive changes to my repository?

No, automated PR review satisfies requirements for non-destructive local analysis. It performs rigorous code quality checks and risk assessment without applying destructive changes to your local repository state.

Can I use automated code review alongside existing sprint state files?

Yes, the automated code review integrates with existing sprint state files to provide context-aware critique. This integration aligns the pull request feedback with your current sprint context and design documentation.