code-reviewer

Automate structured code quality reviews by severity for PR changes.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/natslash/options-strategy-builder --skill code-reviewer-natslash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/natslash/options-strategy-builder/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/natslash/options-strategy-builder --skill code-reviewer-natslash

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

General-purpose code review skill covering security, code quality, performance, and best practices.

Core Features & Use Cases

  • Identify changed files via git diff or user request and apply a standardized checklist
  • Provide structured findings by severity (Critical > High > Medium > Low)
  • Use during PR reviews and quality audits to ensure code health and compliance

Quick Start

Review the latest changes against the checklist and report findings by severity.

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 a pull request using a security and quality checklist?

Automated code review applies a standardized checklist to pull requests, analyzing git diffs against security, quality, and performance metrics to generate structured findings and defensible remediation actions.

What is the best way to categorize code review findings by severity for a pull request?

Categorizing code review findings by severity classifies issues into Critical, High, Medium, and Low levels, enabling developers to prioritize security vulnerabilities and quality defects during pull request remediation.

Can I run a code quality audit on an existing codebase of any size?

Code quality audits apply to codebases of varying sizes, executing quick health checks against standardized checklists to evaluate security, performance, and overall code compliance.

How do I perform a quick health check on recent code changes before merging?

Quick health checks identify changed files via git diff or user request, applying a deterministic code review workflow to report security, quality, and performance findings by severity.

Does automated pull request review cover both security vulnerabilities and performance bottlenecks?

Pull request review covers security vulnerabilities, quality defects, and performance bottlenecks by applying a comprehensive checklist to code changes, providing severity-based reporting for immediate remediation.

When should I use an automated checklist for code review instead of manual inspection?

Automated checklists provide deterministic workflow and structured reporting for pull requests, ensuring consistent security, quality, and performance evaluation across varying codebase sizes where manual inspection lacks scalability.