code-review

Automate code reviews for correctness, security, performance, and maintainability.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/coderhzy/vibecoding-project-manager --skill code-review-coderhzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/coderhzy/vibecoding-project-manager/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/coderhzy/vibecoding-project-manager --skill code-review-coderhzy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, ensuring code quality, security, and maintainability before it's committed, reducing bugs and technical debt.

Core Features & Use Cases

  • Automated Code Analysis: Performs checks across correctness, security, performance, maintainability, and test coverage.
  • Configurable Review Levels: Offers quick, standard, and deep review options based on time and depth requirements.
  • Use Case: Before pushing a new feature, trigger a standard code review to catch potential bugs and security vulnerabilities, ensuring the codebase remains robust.

Quick Start

Run a deep code review on the current project using the code-review skill.

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 before a Git commit?

You can automate code review before a Git commit by triggering configurable checks for correctness, security, performance, and test coverage. The process integrates with Git workflows to provide detailed reports and automated fixes for simple issues.

What is automated code quality assurance and how does it work?

Automated code quality assurance systematically analyzes code correctness, security vulnerabilities, performance bottlenecks, and maintainability. It performs comprehensive checks across the codebase and generates actionable recommendations to reduce technical debt before integration.

Can I configure the depth of code analysis for a quick review?

Yes, you can configure the code analysis depth using quick, standard, or deep review options. This allows you to balance time constraints against the thoroughness of correctness, security, performance, and test coverage checks.

Does the code review process check test coverage and security vulnerabilities?

Yes, the code review process explicitly checks test coverage and security vulnerabilities. It performs comprehensive analysis across correctness, performance, and maintainability, providing detailed reports with actionable recommendations to fix identified issues.

How do I get actionable recommendations for fixing code maintainability issues?

You get actionable recommendations for code maintainability issues by running a standard or deep review. The analysis generates detailed reports highlighting problems and provides automated fixes for simple issues to improve overall codebase robustness.

What is the best way to ensure code quality and reduce technical debt before pushing a feature?

The best way to ensure code quality and reduce technical debt is triggering a comprehensive code review before pushing. This analyzes correctness, security, performance, and test coverage, catching potential bugs and providing automated fixes for simple issues.