BeClaude

code-review-skill

New
GitHub TrendingGeneralby Viprasol-Tech

AI agent skill for rigorous, prioritized code review — correctness, security (OWASP/CWE), performance & tests, with specific fixes. Works with Claude Code, Codex, Cursor. By Viprasol Tech.

First seen 6/15/2026

Summary

This skill enables Claude Code to perform rigorous, prioritized code reviews focusing on correctness, security (OWASP/CWE), performance, and test coverage.

  • It provides specific, actionable fixes for identified issues, making it invaluable for developers seeking to improve code quality and security before merging.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/code-review-skill.md

3
Invoke in Claude Code
/code-review-skill

Use Cases

Review a pull request for security vulnerabilities like SQL injection or XSS before merging.
Identify performance bottlenecks in a Python data processing script and suggest optimizations.
Check a JavaScript codebase for common CWE weaknesses and provide remediation steps.
Evaluate test coverage and suggest additional unit tests for critical functions.
Analyze a Node.js API endpoint for proper input validation and error handling.
Review a legacy code module for deprecated patterns and recommend modern alternatives.

Usage Examples

1

/code-review-skill review the changes in the current git diff for security issues

2

Review this Python function for performance and correctness: [paste code]

3

Check my pull request #42 for OWASP Top 10 vulnerabilities and suggest fixes

View source on GitHub
securitytestingcode-reviewagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is code-review-skill?

This skill enables Claude Code to perform rigorous, prioritized code reviews focusing on correctness, security (OWASP/CWE), performance, and test coverage. It provides specific, actionable fixes for identified issues, making it invaluable for developers seeking to improve code quality and security before merging.

How to install code-review-skill?

To install code-review-skill: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/code-review-skill.md. Finally, /code-review-skill in Claude Code.

What is code-review-skill best for?

code-review-skill is a community categorized under General. It is designed for: security, testing, code-review, agent. Created by Viprasol-Tech.

What can I use code-review-skill for?

code-review-skill is useful for: Review a pull request for security vulnerabilities like SQL injection or XSS before merging.; Identify performance bottlenecks in a Python data processing script and suggest optimizations.; Check a JavaScript codebase for common CWE weaknesses and provide remediation steps.; Evaluate test coverage and suggest additional unit tests for critical functions.; Analyze a Node.js API endpoint for proper input validation and error handling.; Review a legacy code module for deprecated patterns and recommend modern alternatives..