code-review

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

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/nicolanoviell/antigravity-talk-0326 --skill code-review-nicolanoviell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/nicolanoviell/antigravity-talk-0326/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/nicolanoviell/antigravity-talk-0326 --skill code-review-nicolanoviell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of code review by identifying bugs, style issues, and best practices violations, making it easier to maintain code quality and ensure compliance with standards.

Core Features & Use Cases

  • Bug Detection: Automatically identifies common programming errors.
  • Style Enforcement: Enforces project coding conventions and best practices.
  • Best Practices: Recommends improvements and alternatives for better code.
  • Use Case: Before merging a pull request, use this Skill to automatically check for potential issues in the code.

Quick Start

Run the code-review skill on the pull request 'PR-123' to get a detailed code review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check a pull request for bugs and style issues automatically?

To check a pull request for bugs and style issues automatically, use this Skill to review code changes, identify potential errors, and enforce coding conventions before merging.

What is the best way to enforce coding conventions during a code review?

The best way to enforce coding conventions during a code review is to run this Skill, which automatically flags style issues and recommends improvements to ensure compliance with best practices.

Do I need static code analysis tools to review pull requests?

Yes, you need static code analysis tools and code style linters to perform a thorough pull request review, as this Skill relies on them to accurately detect bugs and enforce style guidelines.

Can I identify best practices violations before merging code?

Yes, you can identify best practices violations before merging code by running this Skill on your pull request, which analyzes the changes and recommends alternatives for better code quality.

How does automated bug detection work for pull requests?

Automated bug detection for pull requests works by using this Skill to scan code changes against static analysis tools, automatically identifying common programming errors and generating a detailed review report.