code-reviewer

Review code changes for security, performance, correctness, and maintainability.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rahulgupta2018/agent-skills --skill code-reviewer-rahulgupta2018
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/rahulgupta2018/agent-skills/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/rahulgupta2018/agent-skills --skill code-reviewer-rahulgupta2018

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the inconsistency and oversight common in manual code reviews by providing a structured, priority-based framework that ensures security, performance, and maintainability are evaluated systematically before any code is merged.

Core Features & Use Cases

  • Priority-Based Review: Enforces a strict review order: Security, Performance, Correctness, and Maintainability.
  • Rule Catalogue: Provides a comprehensive index of industry-standard rules (OWASP Top 10, API security, concurrency, etc.) to guide the review process.
  • Use Case: Use this skill when performing a security audit on a new pull request to identify potential SQL injection vulnerabilities, N+1 performance issues, or missing authorization checks before they reach production.

Quick Start

Activate the code-reviewer skill to perform a comprehensive security and quality audit on the current pull request diff.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I perform a security audit on a pull request to check for OWASP vulnerabilities?

Automate code reviews for API security by applying a comprehensive rule catalogue that enforces standardized review discipline. This structured approach identifies potential concurrency issues and API security gaps before code reaches production.

How do I identify performance bottlenecks like N+1 issues during a code review?

To review code changes for maintainability, evaluate correctness and structural quality after security and performance checks pass. This systematic priority-based approach ensures maintainability is assessed consistently across frontend and backend stacks.

Can I use static analysis for pre-merge code quality checks across frontend and backend stacks?

Static analysis supports pre-merge code quality checks across frontend and backend stacks by applying industry-standard rules. This systematic review ensures correctness and maintainability are evaluated before any code is merged into production.

What is the best way to enforce standardized code review discipline for security and quality?

The best way to enforce standardized code review discipline is using a priority-based framework that evaluates security, performance, correctness, and maintainability in strict order. This prevents oversight common in manual code reviews by applying a comprehensive rule catalogue.