What problem does it solve?
This Skill eliminates the risk of silently merging low-quality, insecure, or incomplete changes by systematically reviewing every open pull request and producing a decision-ready report.
Core Features & Use Cases
- Comprehensive PR discovery: Fetches all open pull requests (with careful handling to avoid truncated results) and gathers titles, authors, diffs, and metadata for review.
- Critical multi-lens analysis: Evaluates each PR across feature relevance, code quality, security, architecture, global cross-layer completeness, and test coverage.
- Approval-gated implementation: Pauses for explicit user approval, then (if approved) applies required fixes, runs tests, and merges into the current release branch following strict rules.
Quick Start
Use the review-prs-ag skill to analyze all open PRs in the OmniRoute repository and generate blocking reports for your approval before any merge or integration.