code-review

Review changed files for bugs, security issues, and standards compliance.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/giladresisi/ai-dev-env --skill code-review-giladresisi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/giladresisi/ai-dev-env/tree/main/skills/code-review
Command: npx skills add https://github.com/giladresisi/ai-dev-env --skill code-review-giladresisi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for rigorous pre-commit code reviews, identifying bugs, security vulnerabilities, and adherence to coding standards before code is merged.

Core Features & Use Cases

  • Automated Code Analysis: Scans changed files for logic errors, security flaws, performance issues, and quality violations.
  • Standards Compliance: Ensures code adheres to project-specific and global coding standards.
  • Use Case: Before committing a new feature, use this Skill to automatically review the code for potential bugs and security risks, ensuring a higher quality codebase.

Quick Start

Run a technical code review on the most recent changes in the repository.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a pre-commit code review for security vulnerabilities and coding standards?

Automated pre-commit code review scans recently changed files to identify bugs, security vulnerabilities, and coding standards compliance violations before changes are merged. It analyzes code logic, security flaws, and performance bottlenecks to ensure a higher quality codebase.

What is the best way to check my code for bugs and security issues before committing?

The best way to check code before committing is running a technical review on recently changed files to detect bugs, security issues, and standards violations. It generates a detailed report with severity, file, line, issue, detail, and suggestion for each finding.

How does automated code review handle project-specific coding standards?

Automated code review handles project-specific coding standards by analyzing adherence to rules documented in CLAUDE.md and README.md files. It evaluates changed files against both global and project-specific standards to flag compliance violations.

Can I use a pre-commit hook to detect performance bottlenecks and logic errors?

Yes, you can use a pre-commit hook to detect performance bottlenecks and logic errors. The review process analyzes recently changed files for code logic flaws, security vulnerabilities, performance issues, and quality violations.

What format does the code review report use for documenting security issues and bugs?

The code review report documents security issues and bugs in a detailed format listing severity, file, line, issue, detail, and suggestion for each finding. Reports are generated inside the .agents/code-reviews/ directory.