What problem does it solve? Reviewing pull requests in a multi-service codebase requires checking database schema safety, WebSocket event contracts, infrastructure changes, and test coverage all at once, which is easy to do inconsistently or incompletely by hand. ## Core Features & Use Cases - Change Classification: Categorizes changed files into review domains (DB safety, event contract, infrastructure, coverage, general) based on file patterns. - Parallel Specialized Reviewers: Spawns subagent reviewers in parallel, each guided by a domain-specific reviewer instruction file with project-specific rules. - Structured Risk Assessment: Aggregates findings into a review report with a LOW/MEDIUM/HIGH/CRITICAL risk level and recommended actions, optionally posted as a PR comment. - Use Case: A developer opens a PR touching a Mongoose schema and a Docker compose file; the skill triggers the DB safety and infrastructure reviewers plus the general reviewer, then produces a consolidated risk-rated review. ## Quick Start Ask the assistant to review PR 42, or run the review on the current branch's pull request.