Awesome-omni-skill Code Review Analyzer
A comprehensive code review skill that analyzes code for best practices, potential bugs, security issues, and suggests improvements.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/testing-security/code-review-analyzer" ~/.claude/skills/diegosouzapw-awesome-omni-skill-code-review-analyzer && rm -rf "$T"
manifest:
skills/testing-security/code-review-analyzer/SKILL.mdsource content
Code Review Analyzer
This skill performs thorough code reviews by analyzing your code for best practices, identifying potential bugs, security vulnerabilities, and suggesting improvements for better maintainability and performance.
When to Use
Use this skill when you need to:
- Review code before merging pull requests
- Analyze existing code for potential issues
- Get suggestions for code improvements
- Identify security vulnerabilities
- Ensure adherence to coding standards
- Optimize code performance
- Check for common anti-patterns
Simply paste your code and specify the programming language for a comprehensive review with actionable feedback.