code-review

Analyze code changes for style issues, bugs, and best practices.

13|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/phenobarbital/antigravity-config --skill code-review-phenobarbital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/phenobarbital/antigravity-config/tree/main/backend/.agent/skills/code-review
Command: npx skills add https://github.com/phenobarbital/antigravity-config --skill code-review-phenobarbital

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code changes and identifies style issues and best-practices gaps to improve maintainability and correctness.

Core Features & Use Cases

  • Instant feedback on code quality: highlights deviations from established guidelines and suggests fixes.
  • Consistency and maintainability: points out naming, structure, and readability improvements.
  • Use Case: During code reviews or PRs, provide targeted critique focused on style, correctness, and refactoring opportunities.

Quick Start

Submit the latest code changes and request a concise feedback pass on style and best practices.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get automated feedback on code quality for a pull request?

To get automated code quality feedback, submit your latest code changes to receive a concise review highlighting style issues, potential bugs, and best-practice gaps. The analysis focuses on readability, maintainability, and correctness across various languages and frameworks.

What is the best way to identify refactoring opportunities in my code?

The best way to identify refactoring opportunities is analyzing code structure, naming conventions, and duplication. This process points out readability improvements and structural deviations from established guidelines to enhance overall maintainability.

Can I use this to review commits across different programming languages?

Yes, you can use this to review commits across different programming languages. It is applicable to patches and commits across languages and frameworks, enforcing analysis of security considerations and best practices regardless of the specific tech stack.

How do I check if my code changes comply with established best practices?

To check if your code changes comply with best practices, request a targeted critique focusing on style and correctness. The review highlights deviations from established guidelines and suggests fixes to improve maintainability.

Does a code review check for security considerations and naming conventions?

A code review does check for security considerations and naming conventions. It enforces analysis of code structure, comments, duplication, and security to ensure your changes meet readability and maintainability standards.

Why does my code review focus on readability and maintainability?

Your code review focuses on readability and maintainability because these factors directly impact long-term correctness. By pointing out naming inconsistencies and structural improvements, the review ensures your codebase remains easy to manage and scale.