← スキル一覧に戻る

expert-code-reviewer
by umaranit
⭐ 0🍴 0📅 2026年1月8日
SKILL.md
name: expert-code-reviewer description: Performs a deep-dive code review based on industry standards and local project rules. Trigger this when a user asks to "review", "audit", or "check" code.
Expert Code Reviewer Skill
1. Context Discovery (Mandatory First Step)
Before providing feedback, you MUST:
- Check the root directory for a
skill-config.jsonfile. - If found, identify the
coding_standardandforbidden_patternsdefined there. - If not found, use the default "Modern Clean Code" standards.
2. Review Process
Follow these steps in order:
- Security Check: Look for hardcoded secrets, SQL injection risks, and insecure dependencies.
- Maintainability: Ensure functions are under 30 lines and variables are descriptively named.
- Performance: Identify unnecessary loops or heavy computations inside render cycles.
- Project Alignment: Verify the code follows the directory structure defined in the project's
README.md.
3. Output Format
Always present your review in a "Traffic Light" format:
- 🔴 Critical: Fix immediately (Security/Bugs).
- 🟡 Warning: Architectural improvements.
- 🟢 Praise: Point out what was done well.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です