code-reviewer

Identify bugs, security vulnerabilities, and maintainability gaps in pull requests.

8|11|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/belokonm/claude-supercode-skills --skill code-reviewer-belokonm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/belokonm/claude-supercode-skills/tree/main/code-reviewer-skill
Command: npx skills add https://github.com/belokonm/claude-supercode-skills --skill code-reviewer-belokonm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Thorough, security-focused code reviews help teams catch bugs, security vulnerabilities, and maintainability issues before they reach production.

Core Features & Use Cases

  • Thorough correctness and security review to identify bugs and vulnerabilities.
  • Guidance on maintainability, readability, and adherence to best practices.
  • Use Case: Review pull requests for security implications and code quality before merge.

Quick Start

Provide a security-focused review of the latest code changes and suggest concrete fixes.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review pull requests for security vulnerabilities and code quality?

You can review pull requests for security vulnerabilities by applying static analysis to identify bugs, enforce secure coding practices, validate inputs, and ensure robust error handling before merging code changes.

What is static analysis for maintainability in code review?

Static analysis for maintainability evaluates code changes to find readability gaps and ensure adherence to best practices, ensuring correctness and quality while preventing bugs from reaching production.

How do I identify security vulnerabilities and bugs during a code review?

Identify security vulnerabilities and bugs during code review by applying static analysis to code changes, checking for secure coding practices, input validation, and robust error handling to ensure overall correctness.

Does this code review approach check for input validation and error handling?

Yes, this code review approach explicitly enforces secure coding practices by checking for proper input validation and robust error handling to identify and report security vulnerabilities.

What's the best way to ensure code correctness before a production merge?

The best way to ensure code correctness before a production merge is to perform a thorough security-focused review on pull requests, identifying bugs, vulnerabilities, and maintainability gaps in the latest code changes.

Can I get concrete fixes for maintainability gaps found in code changes?

Yes, when you provide the latest code changes for a security-focused review, the analysis identifies maintainability gaps and suggests concrete fixes to improve readability and adherence to best practices.