devflow-review-pr

Fetch PR details, run validations, and consolidate review findings.

2|1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/docutray/docutray-claude-code-plugins --skill devflow-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow-review-pr
Source: https://github.com/docutray/docutray-claude-code-plugins/tree/main/.kimi/skills/devflow-review-pr
Command: npx skills add https://github.com/docutray/docutray-claude-code-plugins --skill devflow-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end pull request reviews by fetching PR details, validating changes, and consolidating findings for fast, reliable merges.

Core Features & Use Cases

  • Auto fetch PR data and linked issues to provide context during reviews.
  • Run validations (tests, lint, type checks, build) to ensure PR quality before merging.
  • Checkout PR branches, install dependencies if needed, and execute deterministic checks.
  • Provide a structured review with actionable feedback and clear approval decisions.
  • Use Case: A maintainer runs /flow:devflow-review-pr 123 to automatically review PR #123 and surface issues for quick resolution.

Quick Start

Provide the PR number to trigger a complete technical review and automatic checks.

Frequently Asked Questions about devflow-review-pr

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

FAQPage Schema
How do I automate pull request reviews for multiple files and dependencies?

Automating pull request reviews is done by fetching PR data and linked issues, checking out branches, and running deterministic validations. This ensures PR quality across multiple files and dependencies before merging.

What validations can I run automatically on a pull request before merging?

You can run tests, lint checks, type checks, and build validations automatically on a pull request. These deterministic checks ensure code quality and surface issues for quick resolution before a merge decision is made.

Does automated PR review work with linked issues to provide context?

Automated PR review fetches linked issues alongside PR details to provide context during the validation process. This contextual data helps evaluate changes accurately and produce structured feedback for the reviewer.

How do I trigger an end-to-end code review for a specific PR number?

To trigger an end-to-end code review, you provide the specific PR number to initiate the workflow. The system then fetches PR data, runs validations, and returns a structured review outcome.

What's the best way to ensure fast reliable merges for pull requests of various sizes?

The best way to ensure fast reliable merges is by running deterministic checks across multiple files and dependencies. Automating validations and consolidating findings provides clear approval decisions for PRs of various sizes.

Can I run type checks and lint validations automatically when reviewing code changes?

Yes, you can run type checks and lint validations automatically when reviewing code changes. The automated review process executes these deterministic checks after fetching PR details and installing needed dependencies.