What problem does it solve? Manual pull request reviews are slow and inconsistent, often missing silent failures, test coverage gaps, and type design issues. This Skill automates multi-agent code review so every PR gets systematic scrutiny before merge. ## Core Features & Use Cases - Automated Review Loop: Runs code-reviewer, silent-failure-hunter, and pr-test-analyzer agents automatically after a PR is posted, with a fixer agent addressing findings across up to 3 rounds. - Specialized Review Agents: Six agents covering CLAUDE.md compliance, error handling, code simplification, type design, test coverage, and comment accuracy, runnable in parallel. - Finding Triage and Issue Creation: Categorizes findings as Critical, Important, or Suggestions, posts them via gh pr review, and creates GitHub issues for high-confidence bugs and test gaps. - Use Case: After pushing a branch and opening a PR, the review agents automatically analyze the diff, post categorized findings with file:line references, and a fixer agent resolves critical issues before you merge. ## Quick Start Ask the assistant to review pull request 42 using the pr-review-toolkit review workflow with tests and error analysis enabled.