pr-review-comprehensive

Fetch GitHub Pull Request comments, categorize by severity, and assess merge readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the comprehensive review of GitHub Pull Requests, ensuring code quality, adherence to standards, and merge readiness before deployment.

Core Features & Use Cases

  • Automated Review: Fetches all feedback from GitHub, organizes by priority (CRITICAL, MAJOR, MINOR, NITPICK).
  • Merge Readiness Assessment: Provides a clear go/no-go status based on defined criteria.
  • CI/CD Integration: Can be used in CI pipelines to automatically block merges with unresolved critical issues.
  • Use Case: A developer submits a PR. This Skill automatically analyzes all comments, identifies blocking issues, and reports back on merge readiness, saving the reviewer significant time.

Quick Start

Run a comprehensive review of pull request number 30.

Frequently Asked Questions about pr-review-comprehensive

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

FAQPage Schema
How do I automate GitHub PR review and assess merge readiness?

Automate GitHub PR review by fetching all pull request comments, categorizing them by severity into CRITICAL, MAJOR, MINOR, and NITPICK, and providing a clear go/no-go merge readiness status based on defined criteria.

Can I use this automated PR review in my CI/CD pipeline to block merges?

Yes, you can use this automated PR review in CI/CD pipelines to block merges. It identifies unresolved critical issues and reports back on merge readiness, preventing deployments with blocking issues.

Do I need the GitHub CLI to run a comprehensive pull request review?

Yes, you need the GitHub CLI (gh) installed to run a comprehensive pull request review. The Skill integrates with GitHub CLI to fetch comments and leverages Python scripts for severity analysis.

What's the best way to categorize code review comments by severity before deployment?

The best way to categorize code review comments by severity is using an automated workflow that organizes feedback into CRITICAL, MAJOR, MINOR, and NITPICK levels, ensuring code quality and adherence to standards before deployment.

Does this automated code review tool work with standard and production-grade workflows?

Yes, this automated code review tool works with both standard and production-grade review workflows. It leverages Python scripts for analysis to support comprehensive evaluation across different deployment contexts.

Why do I need jq for automated pull request analysis?

You need jq for automated pull request analysis to parse and filter JSON data fetched from the GitHub CLI. The Skill depends on jq alongside gh to process comments and categorize severity levels.