reviewer

Analyze code for quality, security, and best practices issues.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/KJ-devs/portfolio --skill reviewer-kj-devs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/KJ-devs/portfolio/tree/main/.claude/skills/reviewer
Command: npx skills add https://github.com/KJ-devs/portfolio --skill reviewer-kj-devs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of code review, ensuring code quality, security, and adherence to best practices before deployment.

Core Features & Use Cases

  • Code Quality Analysis: Checks for naming conventions, code duplication, function size, and dead code.
  • Security Auditing: Identifies potential vulnerabilities like injections, hardcoded secrets, and improper input validation based on OWASP Top 10.
  • Performance & Maintainability: Reviews for performance bottlenecks and code maintainability issues like type safety and error handling.
  • Use Case: After a developer commits new code, use this Skill to perform an automated review, flagging critical issues and suggesting improvements.

Quick Start

Use the reviewer skill to analyze the code changes in the current branch.

Frequently Asked Questions about reviewer

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

FAQPage Schema
What is automated code review and how does it identify security vulnerabilities?

Automated code review analyzes source code to detect quality issues, dead code, and security vulnerabilities like injections and hardcoded secrets based on the OWASP Top 10, generating a structured report of critical issues and suggestions.

How do I perform a code review for quality and best practices?

To perform a code review for quality, analyze the code changes in your current branch to check for naming clarity, duplication, function scope, performance bottlenecks, and maintainability, which yields a detailed report without modifying the code.

Can I use this code review process to check for OWASP Top 10 vulnerabilities?

Yes, security auditing checks for potential vulnerabilities including injections, improper input validation, and hardcoded secrets based directly on the OWASP Top 10 standards to ensure secure deployment.

Does the code review automatically fix the issues it finds?

No, the code review process does not modify the code. It solely analyzes the branch to identify naming issues, dead code, and security vulnerabilities, generating a structured report detailing critical issues, positive points, and suggestions.

What specific maintainability and performance bottlenecks does a code review catch?

A code review catches maintainability issues such as type safety and error handling, alongside performance bottlenecks, code duplication, and dead code to ensure overall code quality before deployment.