code-reviewer

Identify and report security, quality, and performance issues in code changes.

34|21|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/kumaran-is/claude-code-onboarding --skill code-reviewer-kumaran-is
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/kumaran-is/claude-code-onboarding/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/kumaran-is/claude-code-onboarding --skill code-reviewer-kumaran-is

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews of code changes can be time-consuming and error-prone; this skill provides structured, repeatable checks for security, quality, performance, and best practices.

Core Features & Use Cases

  • Security checks (OWASP-aligned)
  • Code quality and readability
  • Performance considerations during reviews
  • Consistent best-practices enforcement
  • Output structured findings aligned to severity

Quick Start

Review the latest git diff and generate a prioritized findings 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 security and performance issues in a PR?

Automate code review by analyzing changed files in commits or PRs against a security, quality, and performance checklist to output structured findings with severity labels.

What is the best way to find OWASP-aligned security vulnerabilities in a git diff?

Find OWASP-aligned security vulnerabilities by running automated checks against the changed files in a git diff, generating a prioritized report of issues based on a review checklist.

How do I generate a prioritized findings report for my latest code commit?

Generate a prioritized findings report by reviewing the latest git diff, evaluating code changes against a checklist, and outputting identified security, quality, and performance issues with severity labels.

Can I enforce consistent code quality and best practices checks during code reviews?

Enforce consistent code quality and best practices by applying structured, repeatable checks to code changes, ensuring readability and performance considerations are evaluated systematically.

Does the code review process support severity labeling for identified issues?

The code review process supports severity labeling by evaluating changes against a checklist and outputting findings categorized as CRITICAL, HIGH, MEDIUM, or LOW.

What types of checks are included in an automated code review checklist?

An automated code review checklist includes OWASP-aligned security checks, code quality and readability assessments, performance considerations, and consistent best-practice enforcement.