Мультиагентное ревью pull request в GitHub

★ 8.1 · vibe-coding

github-code-review is a Claude Code skill that deploys a coordinated swarm of specialized AI agents to perform comprehensive pull request reviews without leaving the development environment. Five agents run in parallel — covering security (OWASP, CVE, secret exposure), performance (algorithm complexity, database queries, memory patterns), architecture, style, and accessibility — pulling PR context via GitHub CLI with `gh pr view` and `gh pr diff`. When critical issues are found, the skill automatically blocks the PR using `gh pr review --request-changes` and applies labels; lower-severity findings are posted as targeted inline comments with suggested code fixes. It requires GitHub CLI, ruv-swarm, and claude-flow, making it the right fit for teams that need consistent, automated code review across multiple quality dimensions on every PR.