code-reviewer

Analyze code diffs and files to identify bugs, vulnerabilities, and code smells.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/VXerys/marketiv-web --skill code-reviewer-vxerys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/VXerys/marketiv-web/tree/main/00_BACKEND/.agents/skills/code-reviewer
Command: npx skills add https://github.com/VXerys/marketiv-web --skill code-reviewer-vxerys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Read, Grep, Glob, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review, identifying bugs, security vulnerabilities, code smells, and architectural concerns, enabling efficient code quality maintenance.

Core Features & Use Cases

  • Bug Detection: Identifies and reports potential bugs in the code.
  • Security Vulnerability Analysis: Detects common security issues like SQL injection, XSS, and insecure deserialization.
  • Code Smell Identification: Flags code that may indicate deeper issues or inefficiencies.
  • Use Case: Use this Skill to review pull requests, conduct code quality audits, or identify refactoring opportunities.

Quick Start

Run the code-reviewer skill on your pull request to automatically generate a review report.

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 review for pull requests?

You can automate code review by analyzing code diffs and files to identify bugs, security vulnerabilities, code smells, and architectural concerns, generating a structured review report for your pull requests.

Can I use automated code review to detect security vulnerabilities like SQL injection?

Yes, automated code review detects common security vulnerabilities like SQL injection, XSS, and insecure deserialization by analyzing your code files and flagging potential security issues.

What is the best way to identify code smells and refactoring opportunities?

The best way to identify refactoring opportunities is to run an automated code quality audit that flags code smells and architectural concerns, helping you pinpoint inefficiencies for targeted refactoring.

Does automated code review work for detecting N+1 queries and architectural issues?

Yes, automated code review works for detecting N+1 queries and architectural issues by analyzing your code structure and dependencies to pinpoint performance bottlenecks and design flaws.

Do I need specific tools to run an automated security audit on my codebase?

Yes, conducting an automated security audit requires tools like Read, Grep, and Glob to scan files and analyze code diffs for identifying bugs and vulnerabilities.

What problems does an automated code review report solve?

An automated code review report solves the problem of maintaining code quality by identifying bugs, security vulnerabilities, and code smells, enabling efficient and consistent code quality maintenance.