Runs a multi-agent PR review with 6-7 specialized reviewers analyzing code quality, security, testing, architecture, and performance in parallel. You pass a PR number or branch, it fetches the diff via gh CLI, then spawns agents that each focus on one dimension and produce conventional comments (praise, issue, suggestion, nitpick) plus an approve or request-changes verdict. The workflow is surprisingly thorough: it probes for the memory MCP server to recall patterns from past reviews, asks what kind of review you want (full, security-focused, quick), and on Claude Code 2.1.120+ can defer to the native ultrareview subcommand. Good for teams that want consistent, structured reviews without the overhead of setting up separate CI linters. The task tracking is verbose but keeps long reviews organized.
npx skills add https://github.com/yonatangross/orchestkit --skill review-pr