code-review

Review code changes across architecture, quality, security, performance, testing, and documentation.

8|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/p1tl0rd/antigravity-ros2-skills --skill code-review-p1tl0rd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/p1tl0rd/antigravity-ros2-skills/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/p1tl0rd/antigravity-ros2-skills --skill code-review-p1tl0rd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides senior-level, structured feedback on code changes to improve architecture, quality, security, performance, tests, and documentation, helping teams ship reliable software faster.

Core Features & Use Cases

  • Architecture & Design: evaluates module organization, separation of concerns, and architectural patterns to prevent design drift.
  • Code Quality: checks readability, naming, complexity, DRY principles, and opportunities for refactoring.
  • Security & Dependencies: flags vulnerabilities, dependency management gaps, and supply-chain risks.
  • Performance & Scalability: analyzes algorithm efficiency, caching opportunities, and async patterns for high-load scenarios.
  • Testing Quality: looks at meaningful assertions, test isolation, edge cases, and maintainability.
  • Documentation & API: reviews README quality, API surface, and developer experience.
  • Use Case: for a major feature merge, receive a prioritized, actionable review that guides fixes before release.

Quick Start

Describe the code changes you want reviewed and trigger a deep, six-area assessment.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get an actionable code review for a major feature merge?

To get an actionable code review, describe your code changes to receive structured feedback across architecture, quality, security, performance, testing, and documentation with prioritized recommendations for immediate implementation.

What is the best way to review architecture and design patterns in new code?

Reviewing architecture and design patterns involves evaluating module organization and separation of concerns to prevent design drift, providing concrete improvement suggestions that protect long-term maintainability and business value.

Can I check my codebase for security vulnerabilities and dependency risks?

You can check security vulnerabilities and dependency risks by analyzing the code changes to flag supply-chain gaps and management issues, delivering actionable feedback to harden software before release.

How do I analyze algorithm efficiency and async patterns for high-load scenarios?

Analyze algorithm efficiency and async patterns by evaluating caching opportunities and scalability bottlenecks, identifying performance limitations to ensure reliable software under high-load scenarios.

Does this code review process evaluate testing quality and API documentation?

The code review process evaluates testing quality by checking meaningful assertions and isolation, while reviewing API documentation and README quality to improve developer experience and overall maintainability.

When should I not use an automated code review for refactoring?

Automated code review for refactoring should be avoided for trivial syntax changes, as the structured assessment targets design decisions impacting long-term maintainability rather than minor formatting adjustments.