Code Review Pro

Analyzes code for security vulnerabilities, performance bottlenecks, and maintainability issues.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill code-review-pro-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Pro
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skills/code-review-pro
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill code-review-pro-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of thoroughly reviewing code for potential issues, ensuring higher quality, security, and maintainability.

Core Features & Use Cases

  • Comprehensive Analysis: Covers security vulnerabilities, performance bottlenecks, code quality, and adherence to best practices.
  • Actionable Feedback: Provides specific, prioritized recommendations with code examples for fixes.
  • Use Case: A developer submits a new feature and wants to ensure it's secure, performant, and follows team standards before merging.

Quick Start

Run a full code review on the provided codebase.

Frequently Asked Questions about Code Review Pro

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

FAQPage Schema
How do I perform a security audit on my source code before merging?

A security audit examines code logic to identify vulnerabilities and runtime problems. This Skill analyzes your codebase to detect security flaws, performance bottlenecks, and maintainability issues before a merge.

What is the best way to check code adherence to best practices during a pre-commit check?

Checking best practices during a pre-commit involves analyzing algorithms and logic for inefficiencies. This Skill provides prioritized, actionable recommendations with code examples to resolve maintainability issues.

Can I use automated code review to identify refactoring opportunities?

Yes, automated code review identifies refactoring opportunities by performing detailed examinations of code logic and runtime problems. It highlights maintainability issues and performance inefficiencies across your codebase.

Does code analysis work for detecting performance bottlenecks in a new feature?

Yes, code analysis detects performance bottlenecks by performing in-depth analysis across multiple dimensions. It examines algorithms and runtime logic to identify inefficiencies and provides specific fixes.

What are the limitations of automated code auditing for maintainability?

Automated code auditing for maintainability requires detailed examination of code logic and algorithms. While it identifies issues and provides actionable feedback, complex runtime problems may still need manual verification.