code-review

Evaluate recent code changes for defects, security gaps, and maintainability issues.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/V1vek98/claude-code-template --skill code-review-v1vek98
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/V1vek98/claude-code-template/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/V1vek98/claude-code-template --skill code-review-v1vek98

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review is often inconsistent and time-consuming, allowing defects, security gaps, and maintainability issues to slip into production. This skill provides a structured, repeatable review process to catch problems early and improve code quality.

Core Features & Use Cases

  • Systematic evaluation across correctness, security, performance, maintainability, and testing.
  • Produces a human-readable summary with prioritized findings and suggested actions.
  • Useful after feature work and before commits to enforce quality gates across teams and codebases.

Quick Start

Run the code-review skill on the latest changes to generate a structured report you can act on.

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 recent changes before committing?

Automate code review by running this skill on recent changes to evaluate correctness, security, performance, maintainability, and testing, generating a structured summary with suggested actions before commits.

What is the best way to enforce quality gates across multiple codebases and frameworks?

Enforce quality gates by applying a structured, repeatable code review checklist across codebases of varying sizes and languages to catch regressions and identify defects before they reach production.

Can I use static analysis to catch security gaps and maintainability issues?

Yes, static analysis through this code review process identifies security gaps and maintainability issues by systematically evaluating recent code changes and producing a human-readable report with prioritized findings.

How does a code review checklist work for improving code quality?

A code review checklist works by evaluating changes across five dimensions—correctness, security, performance, maintainability, and testing—to catch problems early and produce prioritized actions for improving code quality.

Does code review work with any programming language or framework?

Yes, this code review skill is designed to be applied across codebases of varying sizes, languages, and frameworks to identify defects and enforce quality gates before commits.

Why does inconsistent code review allow defects to slip into production?

Inconsistent code review allows defects to slip in because it lacks a structured, repeatable process; this skill solves that by providing a systematic evaluation with a prioritized, human-readable summary of findings.