code-reviewer

Automate code reviews to identify security, performance, and quality issues.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/0xjax/veld --skill code-reviewer-0xjax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/0xjax/veld/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/0xjax/veld --skill code-reviewer-0xjax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates code reviews to catch security flaws, performance issues, and style problems, reducing manual review time and improving code quality.

Core Features & Use Cases

  • Security: Identify vulnerabilities like SQL injection, XSS, and authentication issues.
  • Performance: Detect N+1 queries, inefficient loops, memory leaks.
  • Code Quality & Testing: Enforce DRY, SOLID principles, naming conventions, and assess test coverage and documentation.
  • Use Case: When reviewing a PR, automatically flag security flaws and quality issues to speed up approvals.

Quick Start

Provide the repository path or code snippet to start an automated security, performance, and quality review.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code reviews for security vulnerabilities and performance issues?

Automated code reviews identify security vulnerabilities and performance issues by applying static analysis during pull requests or pre-commit. You provide a repository path or code snippet to receive actionable feedback flagging flaws like SQL injection or N+1 queries.

What specific security vulnerabilities and performance issues can static analysis catch in a pull request?

Static analysis in a pull request can catch security vulnerabilities like SQL injection, XSS, and authentication issues, alongside performance problems such as N+1 queries, inefficient loops, and memory leaks to improve code quality.

How do I enforce SOLID principles and naming conventions during code refactoring?

Enforce SOLID principles and naming conventions during code refactoring by running automated code reviews that assess test coverage, documentation, and style problems, delivering concrete code changes to maintain quality.

Can I use automated code review on just a code snippet instead of a full repository?

Yes, you can use automated code review on a single code snippet. Providing a code snippet triggers the static analysis to flag vulnerabilities, inefficiencies, and style problems just as it would for a full repository path.

Does automated code review provide actionable feedback with concrete code changes?

Automated code review provides actionable feedback with concrete code changes. After code modifications or PR updates, it flags vulnerabilities and inefficiencies while delivering specific code adjustments to speed up approvals.