code-review

Review code files for quality, security, performance, and testing adherence.

6|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Ven0m0/claude-config --skill code-review-ven0m0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Ven0m0/claude-config/tree/main/plugins/coding-assistant/skills/code-review
Command: npx skills add https://github.com/Ven0m0/claude-config --skill code-review-ven0m0

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 vulnerabilities, performance issues, and adherence to best practices, saving developers time and improving overall code integrity.

Core Features & Use Cases

  • Comprehensive Analysis: Evaluates code quality, security, performance, and testing.
  • Actionable Feedback: Provides specific, categorized feedback with suggestions.
  • Use Case: A developer submits a pull request. This Skill can be invoked to perform an initial automated review, flagging potential issues before a human reviewer even looks at it.

Quick Start

Use the code-review skill to analyze the code in the 'src/utils' directory.

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 a pull request before human review?

You can automate code review by invoking this Skill to analyze specified file paths or directories, performing a comprehensive check of code quality, security vulnerabilities, performance issues, and testing adherence to provide structured feedback.

What does an automated code quality analysis cover?

An automated code quality analysis evaluates code structure, identifies security vulnerabilities, assesses performance bottlenecks, and checks testing adherence based on predefined templates and best practices.

How do I check my source code for security vulnerabilities and performance issues?

To check source code for security vulnerabilities and performance issues, point the Skill at your target file paths or directories to receive categorized, actionable feedback with specific refactoring suggestions.

Does automated code review work on specific directories or only entire repositories?

Automated code review works on specific directories. You can target granular file paths, such as the 'src/utils' directory, to perform focused analysis on particular parts of your codebase.

What is the best way to get actionable feedback for code refactoring?

The best way to get actionable feedback for code refactoring is to use an automated review tool that evaluates your code against best practices and returns categorized suggestions with specific improvements.

Can I use this for quality assurance on existing codebases without a pull request?

Yes, you can use this for quality assurance on existing codebases. By specifying target file paths or directories, the Skill performs a comprehensive analysis of code quality, security, and performance regardless of active pull requests.