pr-review-orchestration

Orchestrate automated Pull Request review cycles with AI feedback and code fixes.

20|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/malhashemi/dotfiles --skill pr-review-orchestration-malhashemi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-orchestration
Source: https://github.com/malhashemi/dotfiles/tree/main/dot_config/opencode/skill/pr-review-orchestration
Command: npx skills add https://github.com/malhashemi/dotfiles --skill pr-review-orchestration-malhashemi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and justfile (resource) components.

What problem does it solve?

This Skill automates the entire Pull Request (PR) review cycle, from waiting for AI feedback to implementing fixes and managing the review loop, significantly reducing manual intervention and speeding up the development process.

Core Features & Use Cases

  • Automated Review Loop: Manages the end-to-end process of receiving AI reviews, assessing feedback, implementing changes, and requesting re-reviews.
  • Intelligent Feedback Assessment: Uses sub-agents to analyze AI feedback against actual code, ensuring accurate and context-aware responses.
  • Use Case: When a developer opens a PR, this Skill can automatically handle the initial AI review, implement suggested minor fixes, and iterate until the AI approves or escalates to a human reviewer, freeing up developer time.

Quick Start

Use the pr-review-orchestration skill to manage the review process for PR number 123 in the malhashemi/dotfiles repository.

Frequently Asked Questions about pr-review-orchestration

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

FAQPage Schema
How do I automate the AI code review loop for GitHub pull requests?

You can automate the AI code review loop by orchestrating the end-to-end pull request process, which waits for AI feedback, assesses review threads, implements code fixes, and responds to comments until requirements are satisfied.

What is automated PR review orchestration and how does it handle AI feedback?

Automated PR review orchestration manages asynchronous review processes by using sub-agents to analyze AI feedback against actual code, validating assessments to ensure context-aware responses and accurate implementation of suggested fixes.

Can I use this to implement minor code fixes automatically from AI suggestions?

Yes, you can implement minor code fixes automatically from AI suggestions by letting the orchestration skill handle the initial AI review, apply the recommended changes, and iterate until the AI approves or escalates to a human reviewer.

Does automated PR review work with GitHub Actions for continuous integration?

Automated PR review works with GitHub Actions for continuous integration by ensuring all AI feedback is addressed or deferred appropriately, satisfying automated code quality assurance requirements within your development workflow.

What happens to unresolved comments during an automated pull request review cycle?

During an automated pull request review cycle, unresolved comments are managed by ensuring all feedback is either addressed through code fixes or deferred appropriately, preventing the loop from stalling and escalating when necessary.