pr-review

Automates pull request review with context gathering, diff analysis, and structured evaluation.

1|16|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/konflux-ci/.fullsend --skill pr-review-konflux-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/konflux-ci/.fullsend/tree/main/skills/pr-review
Command: npx skills add https://github.com/konflux-ci/.fullsend --skill pr-review-konflux-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually reviewing pull requests is time-consuming and error-prone, especially with complex changes and numerous files.

Core Features & Use Cases

  • Automated PR Context Gathering: Collects all relevant PR metadata, including title, body, author, labels, and linked issues to understand the change scope.
  • Diff Analysis: Assesses the size and complexity of code changes, choosing between simplified or per-file review modes for efficiency.
  • Evaluation and Commenting: Delegates code evaluation to the code-review skill, then compiles a structured review with clear findings and a verdict, suitable for interactive or pipeline mode workflows.
  • Use Case: QA engineers and reviewers can quickly obtain detailed, standardized feedback on code changes without manual inspection, ensuring faster integrations and consistent quality.

Quick Start

Use the pr-review skill to analyze a pull request on your GitHub repository and receive structured feedback.

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?

To automate pull request reviews on GitHub, this skill gathers PR metadata, analyzes code diffs, and delegates evaluation to generate structured feedback. It compiles clear findings and a verdict, ensuring consistent quality assurance without manual inspection.

What is the best way to streamline GitHub PR evaluations?

Streamlining GitHub PR evaluations is best achieved by automating context gathering and diff analysis. This approach selects between simplified or per-file review modes based on change complexity, delivering standardized, structured feedback for faster integration.

Can I integrate automated PR feedback into my development pipeline?

Yes, you can integrate automated PR feedback into your development pipeline. The skill supports batch workflows, compiling structured review conclusions with clear findings and a verdict directly into team development pipelines for consistent quality assurance.

Does automated pull request review work with large code changes?

Automated pull request review works with large code changes by assessing the size and complexity of diffs. It adapts by choosing between simplified or per-file review modes to efficiently evaluate complex changes and numerous files.

Why do I need automated quality assurance for pull requests?

You need automated quality assurance for pull requests because manual review is time-consuming and error-prone, especially with complex changes. Automating context gathering and diff analysis ensures faster integration and consistent, standardized feedback.