code-review-skill
NewAI 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.
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/code-review-skill.md
/code-review-skillUse Cases
Usage Examples
/code-review-skill review the changes in the current git diff for security issues
Review this Python function for performance and correctness: [paste code]
Check my pull request #42 for OWASP Top 10 vulnerabilities and suggest fixes
Security Audits
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..