← Back to list

code-review
by yoichiojima-2
⭐ 1🍴 1📅 Dec 29, 2025
SKILL.md
name: code-review description: | Review code for quality, bugs, security issues, and best practices. Use this skill when the user asks for code review, code analysis, or wants feedback on their code.
Code Review Skill
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.pyto get metrics - Run
check_style.pyfor style issues - Provide comprehensive feedback based on the results
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon