code_review

Execute code review checklists for functionality, quality, security, and performance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, helping developers identify and fix code smells, ensure adherence to best practices, and maintain high code quality before merging.

Core Features & Use Cases

  • Automated Checks: Utilizes checklists for functionality, code quality, security, and performance.
  • Code Smell Detection: Identifies common anti-patterns like "Long Method" and "Duplicate Code" with suggested solutions.
  • PR Best Practices: Guides on ideal PR size, commit message formatting, and PR description templates.
  • Use Case: Before submitting a Pull Request, use this Skill to run through a comprehensive checklist, detect potential code smells, and ensure your commit messages follow established conventions.

Quick Start

Run the code review skill to analyze the current codebase for common code smells and best practice violations.

Frequently Asked Questions about code_review

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

FAQPage Schema
How do I automate code review checklists for functionality and security?

Automate code review by executing comprehensive checklists for functionality, security, and performance to detect code smells and enforce best practices before merging. It systematically analyzes the current codebase against established quality criteria.

How does code smell detection identify anti-patterns like Long Method and Duplicate Code?

Code smell detection identifies anti-patterns like Long Method and Duplicate Code by analyzing the codebase against established quality assurance checklists. It flags these common issues and provides suggested solutions to improve overall maintainability.

Can I integrate ESLint and SonarQube for automated quality assurance checks?

Yes, automated quality assurance integrates with linters like ESLint and tools like SonarQube. This integration systematically enforces code quality standards and detects potential issues during the review process.

What's the best way to enforce PR best practices for commit messages and descriptions?

Enforce PR best practices by validating commit message formatting and PR description templates against established conventions. It guides developers on ideal PR size and ensures submissions follow standardized formatting before review.

Does this code review process work without external dependencies?

Yes, the code review process works without external dependencies, utilizing internal scripts and references to analyze the codebase. While it can integrate with linters like ESLint, its core functionality operates independently.

When do I need to run a comprehensive code review before submitting a Pull Request?

Run a comprehensive code review before submitting a Pull Request to identify and fix code smells, ensure adherence to best practices, and maintain high code quality. This prevents potential issues from reaching the main branch.