pr-review-dev

Consolidate PR comments and CI failures, then dispatch agents to fix issues.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill pr-review-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-dev
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/pr-review-dev
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill pr-review-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying and fixing critical, major, and minor issues found in both Pull Request reviews and CI pipeline failures, streamlining the code review and integration process.

Core Features & Use Cases

  • Consolidated Issue Review: Gathers and prioritizes issues from PR comments and CI logs.
  • Automated Multi-Agent Fixing: Dispatches a parallel build of agents to resolve non-nitpick issues.
  • Nitpick Handling: Allows for a separate, user-prompted resolution of minor "nitpick" comments.
  • Use Case: A developer submits a Pull Request. This Skill automatically fetches review comments and any CI build failures, then orchestrates agents to fix the critical, major, and minor issues, presenting only the nitpicks for a final human decision.

Quick Start

Use the pr-review-dev skill to review and fix all critical, major, and minor issues for the current PR.

Frequently Asked Questions about pr-review-dev

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

FAQPage Schema
How do I automate fixing pull request comments and CI pipeline failures?

You can automate fixing pull request comments and CI pipeline failures by consolidating issues from both sources and dispatching a multi-agent parallel build to resolve critical, major, and minor problems automatically.

How does automated code review handle nitpick comments?

Automated code review handles nitpick comments by separating them from critical issues, allowing the multi-agent build to resolve major problems first while presenting nitpicks for a final human decision.

Do I need GitHub API integration to consolidate PR review issues?

Yes, you need GitHub API integration to fetch PR data and consolidate review issues, alongside access to CI system logs to analyze and prioritize pipeline failures for the automated fixing process.

What is the best way to resolve CI build failures alongside code quality issues?

The best way to resolve CI build failures alongside code quality issues is to use an automated multi-agent parallel build that gathers, prioritizes, and fixes critical, major, and minor problems from both sources.

Can I fix critical and major PR issues before addressing minor nitpicks?

Yes, you can fix critical and major PR issues before nitpicks by automatically dispatching agents to resolve prioritized problems first, leaving minor nitpick comments for a separate, user-prompted resolution.

Why does automated PR fixing only address non-nitpick issues initially?

Automated PR fixing addresses non-nitpick issues initially to streamline the developer workflow, resolving critical, major, and minor problems automatically while deferring nitpick comments to avoid blocking the pipeline.