code-review

Apply structured multi-perspective quality gates to code changes.

47|7|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/salavender/antigravity-compound-engineering-plugin --skill code-review-salavender
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/salavender/antigravity-compound-engineering-plugin/tree/main/skills/code-review
Command: npx skills add https://github.com/salavender/antigravity-compound-engineering-plugin --skill code-review-salavender

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Code reviews are often inconsistent and time-consuming; this skill provides structured, multi-perspective checks to enforce consistent quality gates.

Core Features & Use Cases

  • Multi-pass reviews: Security, performance, architecture, and general quality checks.
  • Consistent gates: Pre-merge standards to catch issues early.
  • Actionable guidance: Clear checklists and remediation steps for each review type.

Quick Start

Review a PR and run the Architecture Pass to verify design and data flow.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a structured code review before merging a pull request?

A structured code review applies multi-perspective quality gates to catch issues early. It enforces passes for security, performance, architecture, and general quality checks via documented workflows and checklists before merging.

What is an architecture review pass and when do I need it for feature implementation?

An architecture review verifies design and data flow for feature implementation. You need this review pass to ensure structural integrity and validate that the planned implementation aligns with overall system architecture.

How do I check my code changes for security and performance issues before submission?

To check code changes for security and performance issues, run multi-pass reviews using structured checklists. This provides actionable guidance and remediation steps for each specific vulnerability or bottleneck found.

Can I use this to review a teammate's PR for general quality and consistency?

Yes, you can review a teammate's PR for general quality and consistency. The skill provides consistent gates and clear checklists to enforce uniform pre-merge standards across the entire team during peer reviews.

What is the best way to standardize peer reviews and catch issues early?

The best way to standardize peer reviews is applying structured, multi-perspective quality gates. This enforces consistent pre-merge standards and provides documented workflows to systematically catch issues early.

Why does my code review process take so long and miss architectural flaws?

Code reviews often miss architectural flaws and take excessive time due to inconsistency. Applying structured quality gates with documented checklists enforces consistent passes, reducing review time and catching design issues.