This orchestrates a four-phase code review workflow using specialized subagents that tackle quality, architecture, security, performance, testing, and documentation in sequence. Each phase feeds context to the next, so your security audit considers architectural issues and your test review incorporates performance requirements. It integrates real tools like SonarQube, Snyk, and CodeQL, and you can tune it with flags for security focus, strict mode, or framework-specific checks. Honestly, this is overkill for most pull requests, but if you're doing quarterly audits, pre-production gates, or need a systematic review of a legacy codebase, the structured phases and agent handoffs make sense. You'll want to trim the scope for everyday use.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill comprehensive-review-full-review