This orchestrates multiple specialized AI agents to review code from different angles at once. You feed it a file path, repo, or snippet, and it routes the work to agents handling security, performance, architecture, compliance, and more. The coordination logic is smart: some agents run in parallel, others sequentially when they need each other's insights, then everything gets synthesized into a unified report with conflict resolution. It's overkill for quick fixes but makes sense when you need comprehensive coverage across domains and don't want to manually coordinate separate review passes. The plugin architecture means you can add custom agent types as your needs evolve.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill error-debugging-multi-agent-review