# Yoichiojima 2 MCP Servers Code Review

> Code Review Skill

- Skill: `tomevault-io/yoichiojima-2-mcp-servers-code-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/yoichiojima-2-mcp-servers-code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/yoichiojima-2-mcp-servers-code-review/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/yoichiojima-2-mcp-servers-code-review

---


# Code Review Skill

This skill helps you perform thorough code reviews.

## Guidelines

When reviewing code, check for:
1. **Correctness** - Does the code do what it's supposed to?
2. **Security** - Are there any vulnerabilities?
3. **Performance** - Are there obvious inefficiencies?
4. **Readability** - Is the code clear and maintainable?
5. **Best Practices** - Does it follow language conventions?

## Available Scripts

Run these from the skill's base_path:

```bash
# 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

1. Run `analyze_complexity.py` to get metrics
2. Run `check_style.py` for style issues
3. Provide comprehensive feedback based on the results

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/yoichiojima-2) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

