Agent skill
code-review
Systematic multi-perspective code review with consistent quality gates.
Install this agent skill to your Project
npx add-skill https://github.com/salavender/antigravity-compound-engineering-plugin/tree/main/skills/code-review
SKILL.md
Code Review Skill
Overview
A systematic approach to code review that moves beyond "it looks good" to rigorous quality verification. This skill provides specific checklists and procedures for different review types.
When To Use
- Self-Review: Before submitting a PR or finishing
/work - Peer Review: When reviewing another agent's or human's code (
/resolve_pr) - Plan Review: When validating an implementation plan (
/plan_review)
Instrumentation
# Log usage when using this skill
./scripts/log-skill.sh "code-review" "manual" "$$"
What do you want to do?
- Security Review (Auth, RLS, Input) →
workflows/security-pass.md - Performance Review (Database, Re-renders) →
workflows/performance-pass.md - Architecture Review (State, Data Flow) →
workflows/architecture-pass.md - General Quality Check →
checklists/pre-merge.md
Key Principles
- Review in Passes: Don't check everything at once. Do a security pass, then a performance pass, etc.
- Reference Patterns: Always check against
docs/solutions/patterns/critical-patterns.md. - Verify, Don't Guess: If you see a potential issue, verify it with a quick test or script.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
session-resume
Resume context from previous session
compound-docs
Document solved problems for knowledge persistence
standard-security-auth
Security & Authentication Specialist - Expert in JWT, cookie-based auth, MFA, and generic security patterns
debug
Systematic debugging with structured reproduction and root cause analysis.
file-todos
Manage file-based todo tracking in the todos/ directory
mobile
Expertise in mobile responsiveness, specifically table patterns and standard UI component styling.
Didn't find tool you were looking for?