code-review

Review modified code files and auto-fix mechanical issues.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/phra/Antigravity-Discord-Bridge --skill code-review-phra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/phra/Antigravity-Discord-Bridge/tree/main/.specsmd/fire/agents/builder/skills/code-review
Command: npx skills add https://github.com/phra/Antigravity-Discord-Bridge --skill code-review-phra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security, and architectural issues, and can even auto-fix common problems, ensuring code adheres to standards before human review.

Core Features & Use Cases

  • Automated Code Analysis: Scans code for bugs, security vulnerabilities, and style violations.
  • Auto-Fixing: Applies mechanical fixes for common issues, reducing manual effort.
  • Suggestion Generation: Provides clear suggestions for more complex issues requiring human judgment.
  • Use Case: After a developer commits code, this Skill runs automatically, identifies potential problems, fixes simple ones, and flags complex ones for the developer to address, speeding up the development cycle.

Quick Start

Use the code-review skill to review all files modified in the current run.

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 for modified files in my development run?

To automate code review, scan modified or created files to identify bugs, security vulnerabilities, and style violations. The process auto-fixes mechanical issues based on project standards while flagging architectural changes for user confirmation, ensuring code quality before human review.

Can I automatically fix code quality and security issues without manual intervention?

You can automatically fix code quality issues by applying mechanical fixes for common problems and style violations. However, security vulnerabilities and behavioral changes are only flagged for user confirmation, requiring human judgment to resolve complex architectural issues.

Does automated code review work with existing project linters and test suites?

Automated code review integrates with project linters and test suites to ensure code quality and stability. By leveraging existing project standards, it validates code against configured rules and verifies that modifications do not break current test coverage.

What is the difference between auto-fixing and suggestion generation in code review?

Auto-fixing applies mechanical corrections for common code quality and style issues directly, whereas suggestion generation provides clear recommendations for complex security and architectural issues that require human judgment to implement properly.

When should I not rely on automated code review for refactoring?

You should not rely on automated code review for complex refactoring involving architectural or behavioral changes. The tool only flags these structural modifications for user confirmation instead of auto-fixing them, because they require manual evaluation of system impact.