code-review

Review code for security vulnerabilities, correctness, performance, and style.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for consistent, thorough code reviews by providing a structured checklist and guidelines to identify and mitigate security vulnerabilities, correctness issues, performance bottlenecks, and style inconsistencies.

Core Features & Use Cases

  • Security Auditing: Identifies common vulnerabilities like SQL injection, XSS, and secrets in code.
  • Correctness & Edge Cases: Ensures code functions as intended and handles various scenarios.
  • Performance Analysis: Flags potential performance anti-patterns.
  • Feedback Guidelines: Provides best practices for giving constructive and actionable feedback.
  • Use Case: When submitting a pull request, use this Skill to ensure your code adheres to security best practices and is free of common errors before it's merged.

Quick Start

Use the code-review skill to audit the provided code snippet for security vulnerabilities.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check my code for security vulnerabilities before submitting a pull request?

To check code for security vulnerabilities before a pull request, audit snippets for SQL injection, XSS, and exposed secrets using a structured review checklist to ensure adherence to security best practices.

What is the best way to perform a comprehensive code review?

The best way to perform a comprehensive code review is to follow a prioritized checklist evaluating security, correctness, performance bottlenecks, and style inconsistencies to identify vulnerabilities and edge cases.

How do I give constructive feedback during a code review?

To give constructive feedback during a code review, follow established guidelines that provide actionable and specific suggestions, focusing on prioritized issues like security vulnerabilities and performance anti-patterns.

Does a code review checklist help find performance bottlenecks and edge cases?

Yes, a code review checklist helps find performance bottlenecks and edge cases by enforcing a structured analysis process that flags anti-patterns and ensures code correctly handles various functional scenarios.

What common security vulnerabilities should I look for when reviewing code?

When reviewing code, look for common security vulnerabilities including SQL injection, cross-site scripting (XSS), and secrets exposure, utilizing specific examples and guidelines to identify and mitigate these risks.