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.