This skill helps you perform thorough code reviews.
Guidelines
When reviewing code, check for:
Correctness - Does the code do what it's supposed to?
Security - Are there any vulnerabilities?
Performance - Are there obvious inefficiencies?
Readability - Is the code clear and maintainable?
Best Practices - Does it follow language conventions?
Available Scripts
Run these from the skill's base_path:
# Analyze code complexity
python scripts/analyze_complexity.py <file>
# or via stdin
cat <file> | python scripts/analyze_complexity.py
# Check code style
python scripts/check_style.py <file>
# or via stdin
cat <file> | python scripts/check_style.py
Usage
Run analyze_complexity.py to get metrics
Run check_style.py for style issues
Provide comprehensive feedback based on the results
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: yoichiojima-2-mcp-servers-code-review3description: Code Review Skill4---56# Code Review Skill78This skill helps you perform thorough code reviews.910## Guidelines1112When reviewing code, check for:131. **Correctness** - Does the code do what it's supposed to?142. **Security** - Are there any vulnerabilities?153. **Performance** - Are there obvious inefficiencies?164. **Readability** - Is the code clear and maintainable?175. **Best Practices** - Does it follow language conventions?1819## Available Scripts2021Run these from the skill's base_path:2223```bash24# Analyze code complexity25python scripts/analyze_complexity.py <file>26# or via stdin27cat <file> | python scripts/analyze_complexity.py2829# Check code style30python scripts/check_style.py <file>31# or via stdin32cat <file> | python scripts/check_style.py33```3435## Usage36371. Run `analyze_complexity.py` to get metrics382. Run `check_style.py` for style issues393. Provide comprehensive feedback based on the results4041---42> Converted and distributed by [TomeVault](https://tomevault.io/claim/yoichiojima-2) — claim your Tome and manage your conversions.43<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/yoichiojima-2-mcp-servers-code-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Review Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.