code-review

Review code changes for quality, security, and conventions across commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing code changes, ensuring adherence to quality, security, and project-specific conventions, thereby improving overall code health and reducing manual review overhead.

Core Features & Use Cases

  • Automated Change Detection: Identifies code modifications across unstaged, staged, and unpushed commits.
  • Focused Reviews: Allows users to specify review areas like security, types, styling, API, testing, or errors.
  • Structured Reporting: Provides a clear summary, highlights well-done aspects, lists findings by severity, and suggests next steps.
  • Use Case: A developer can run /code-review security types to get a focused review on potential security vulnerabilities and TypeScript best practices in their recent code changes before pushing.

Quick Start

Run the code-review skill with the security focus to review your staged code changes.

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 staged and unpushed git commits?

You can review unpushed git commits by running an automated code review process that detects staged and unstaged changes. It categorizes modified files and delivers structured feedback on quality and security based on specified focus arguments like types or errors.

Can I focus a code review specifically on security vulnerabilities and TypeScript types?

Yes, you can run a focused code review by passing arguments like security and types. This targets the analysis specifically toward security vulnerabilities and TypeScript conventions, ensuring the structured feedback addresses your defined priority areas.

What is the best way to check code quality and conventions before pushing changes?

Running an automated code review before pushing ensures adherence to quality, security, and project-specific conventions. It provides a structured report that highlights well-done aspects, lists findings by severity, and suggests next steps to improve overall code health.

Does automated code review work across different development stages?

Automated code review works across various development stages by detecting code modifications in unstaged, staged, and unpushed commits. It categorizes files and reviews them for maintainability and errors, ensuring code health is checked continuously throughout development.

How does structured code review reporting improve maintainability?

Structured code review reporting improves maintainability by providing a clear summary, highlighting well-done aspects, and listing findings by severity. This structured feedback highlights maintainability issues and suggests next steps to reduce manual review overhead and improve code health.

What are the limitations of using automated code review for quality assurance?

While it reduces manual review overhead, automated code review relies on user-defined focus arguments to analyze quality, security, and conventions. It cannot entirely replace human judgment for complex architectural decisions, but it effectively categorizes files and provides structured feedback on detected modifications.