code-review

Coordinate self-review, peer review, and architecture validation workflows for code quality gates.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/minhcopilot/antigravity --skill code-review-minhcopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/minhcopilot/antigravity/tree/main/skills/code-review
Command: npx skills add https://github.com/minhcopilot/antigravity --skill code-review-minhcopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a disciplined, repeatable framework for code reviews to raise quality, catch edge cases, and reduce technical debt across development cycles.

Core Features & Use Cases

  • Self-Review: Apply a personal checklist to validate code before submitting a PR.
  • Peer Review: Systematically evaluate others' changes focusing on security, architecture, maintainability, and readability.
  • Plan & Architecture Review: Assess design documents and implementation plans for alignment with project patterns and standards.

Quick Start

Open a PR and apply the Pre-Merge and Architecture/Performance review checklists, then record findings using the included templates.

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 on a pull request?

To perform a structured code review, apply pre-merge checklists to evaluate security, architecture, and readability. This skill enforces reference patterns and reproducible workflows to validate code quality before merging.

What is multi-perspective code review and when do I need it?

Multi-perspective code review systematically evaluates code changes from different angles like security and maintainability. You need it to enforce quality gates, catch edge cases, and reduce technical debt across development cycles.

How do I validate implementation plans and architecture before coding?

To validate implementation plans, use architecture review checklists to assess design documents against project patterns and standards. This ensures architectural alignment and enforces quality gates before development begins.

Can I use a checklist for self-review before submitting a pull request?

Yes, you can apply a personal self-review checklist to validate your code before submitting a pull request. This enforces quality gates and reproducible workflows to catch issues early in the development cycle.

What is the best way to enforce quality gates during software development?

The best way to enforce quality gates is by applying structured checklists across self, peer, and architecture reviews. This disciplined framework raises code quality, catches edge cases, and reduces technical debt.

What should a peer review checklist cover for evaluating code quality?

A peer review checklist should systematically cover security, architecture, maintainability, and readability. Evaluating these dimensions ensures changes meet project standards and pass enforced quality gates.