review-code

Review source code for security vulnerabilities and reliability issues.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Eric-Pacheco95/claude-workbench --skill review-code-eric-pacheco95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/Eric-Pacheco95/claude-workbench/tree/main/.claude/skills/review-code
Command: npx skills add https://github.com/Eric-Pacheco95/claude-workbench --skill review-code-eric-pacheco95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of code review, focusing on security and reliability, which helps identify defects, unsafe patterns, and maintainability issues in the codebase.

Core Features & Use Cases

  • Security-Focused Review: Identifies potential security vulnerabilities such as authentication issues, secrets handling, and injection attacks.
  • Reliability Analysis: Checks for correctness, edge cases, API contract clarity, and testing gaps.
  • Use Case: Use this Skill after implementing a PRD to ensure the code meets security and reliability standards before deployment.

Quick Start

Run a code review on the latest commit using /review-code git diff HEAD.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate a security-focused code review for my latest commit?

To automate a security code review, execute scripts that scan source code for vulnerabilities and reliability issues. Run a command like `/review-code git diff HEAD` to analyze your latest commit for defects and unsafe patterns.

What does a security code review check for in a software codebase?

A security code review checks source code for vulnerabilities like authentication issues, secrets handling, and injection attacks. It also performs reliability analysis to identify edge cases, API contract clarity, and testing gaps.

Do I need Python to run a vulnerability assessment on my source code?

Yes, you need Python and security-focused code analysis libraries installed. These dependencies are required to execute the scripts that perform vulnerability assessments and reliability checks on your source code.

When should I run a code reliability check during the software development lifecycle?

Run a code reliability check after implementing a PRD to ensure your code meets security and reliability standards before deployment. It is also applicable for codebase audits and post-implementation quality checks.

What is the best way to find injection vulnerabilities and unsafe patterns in my codebase?

The best way to find injection vulnerabilities is to run automated code review scripts that target security defects. This analysis scans your codebase to detect authentication issues, unsafe patterns, and secrets handling.