← スキル一覧に戻る

review
by amaiya
A lightweight Claude Code–inspired coding and automation assistant that supports both local and cloud LLMs.
⭐ 5🍴 0📅 2026年1月22日
SKILL.md
name: review description: Perform a thorough code review of recent changes
Code Review Checklist
Conduct a comprehensive code review by examining:
1. What Changed
- Use
git_diffto see all modifications - Use
git_logto understand the commit history and context - Identify the scope and purpose of changes
2. Code Quality
Review each changed file for:
- Correctness: Does the code do what it's supposed to do?
- Clarity: Is the code readable and well-structured?
- Edge cases: Are error conditions handled properly?
- Performance: Are there any obvious performance issues?
- Security: Check for common vulnerabilities (injection, XSS, auth issues)
3. Best Practices
Check for:
- Consistent code style
- Proper error handling
- Appropriate use of language features
- No commented-out code or debug statements
- Meaningful variable and function names
4. Testing
- Are there tests for the new functionality?
- Do existing tests still pass?
- Use
grep_codeto find related test files - Use
run_shellto execute tests if needed
5. Documentation
- Are complex parts commented?
- Is README or documentation updated if needed?
- Are function/class docstrings present?
Output Format
Provide feedback as:
- Summary: Brief overview of changes
- Positives: What's done well
- Issues: Problems that must be fixed (if any)
- Suggestions: Optional improvements
- Verdict: APPROVE / REQUEST CHANGES / COMMENT
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です