What problem does it solve? Manual pull request review is slow and inconsistent, often missing violations of project conventions or real security issues buried in large diffs. This Skill automates multi-agent PR review grounded in your repository's own AGENTS.md, CLAUDE.md, and language best practices, posting only high-confidence, citation-backed findings. ## Core Features & Use Cases - Multi-Agent Parallel Review: Runs a standards/bugs agent and a security agent (CWE/OWASP) in parallel, plus optional platform-specific review skills discovered automatically. - Project Context Awareness: Reads root and nested AGENTS.md/CLAUDE.md files, .agents/ and .claude/ docs, ADRs, and PR descriptions so intentional design decisions are not flagged as regressions. - Strict Quality Gates: Filters findings by confidence thresholds (90, or 75 for foundational files), requires citations, and discards known false positives before posting a GitHub comment via gh. - Use Case: A developer opens a PR touching API code; the Skill detects the language, loads relevant best-practice skills, reviews the diff against repo standards, and posts a single consolidated review comment with file/line links. ## Quick Start Ask the assistant to review pull request number 123 using the pr-review skill and post the findings as a GitHub comment.