review-prs-cx

Analyze open GitHub pull requests and generate approval-gated review reports.

44.0k|5.9k|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/diegosouzapw/OmniRoute --skill review-prs-cx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-prs-cx
Source: https://github.com/diegosouzapw/OmniRoute/tree/main/.agents/skills/review-prs-cx
Command: npx skills add https://github.com/diegosouzapw/OmniRoute --skill review-prs-cx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow prevents risky merges by systematically analyzing open GitHub pull requests, identifying security, architecture, and test gaps before any implementation proceeds.

Core Features & Use Cases

  • Comprehensive PR analysis: Reviews feature relevance, code quality, security risks, architecture impact, and test coverage for each open PR.
  • Cross-layer completeness checks: Detects missing backend-frontend layers (endpoints vs UI, data fields vs models, shared types/DTOs/validation) and flags documentation gaps with concrete suggestions.
  • Approval-gated implementation: Produces a per-PR critical report with scoring and a clear verdict, then waits for explicit user approval before applying fixes and merging into the correct release branch.

Quick Start

Ask the agent to run the PR Review & Analysis Workflow for OmniRoute and return a blocking report for each open PR that requires your explicit approval before any changes are merged.

Frequently Asked Questions about review-prs-cx

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

FAQPage Schema
How do I review GitHub pull requests for security risks and architecture consistency?

Analyzing open pull requests for security and architecture consistency requires fetching complete PR metadata and diffs, scoring issues by severity, and enforcing safe merge rules. This workflow generates critical, approval-gated review reports flagging cross-layer gaps before implementation proceeds.

What is an approval-gated pull request review workflow?

An approval-gated pull request review workflow systematically evaluates code quality, feature fit, and test coverage, then enforces a hard stop requiring explicit user approval before applying fixes and merging changes into the current release branch.

How do I detect missing backend-frontend layers in a pull request?

Detecting missing backend-frontend layers in a pull request requires cross-layer completeness checks that compare endpoints against UI components, data fields against models, and shared types or DTOs. This analysis flags documentation gaps with concrete suggestions.

Can I block risky merges into my release branch using automated code analysis?

Blocking risky merges into a release branch requires automated code analysis that evaluates security posture, architecture impact, and test coverage. The workflow produces a per-PR critical report with scoring and a clear verdict to prevent unsafe implementations.

Does pull request review check test coverage and feature relevance?

Pull request review checks test coverage and feature relevance by applying end-to-end evaluation of incoming code changes. It analyzes each open PR across feature fit, code quality, security risks, architecture consistency, and test coverage before generating an actionable audit.

When should I use an approval-gated workflow for code analysis?

Use an approval-gated workflow for code analysis when you need to prevent risky merges by systematically identifying security, architecture, and test gaps before any implementation proceeds into your release branch.