← スキル一覧に戻る

code-review
by TriNgo0108
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: code-review description: Automated code review checklist. Use when reviewing PRs or code changes. license: MIT
Code Review
Comprehensive checklist for reviewing code changes.
Pre-Review Checklist
Before starting the review:
- Understand the context and requirements
- Check if tests are included
- Verify CI/CD passes
Review Categories
1. Correctness
- Does the code do what it's supposed to?
- Are edge cases handled?
- Are there potential bugs or race conditions?
2. Design
- Is the code well-structured?
- Does it follow SOLID principles?
- Is there unnecessary complexity?
3. Readability
- Are variable/function names clear?
- Is the code self-documenting?
- Are comments helpful (not redundant)?
4. Performance
- Are there obvious performance issues?
- Is there unnecessary work being done?
- Are there N+1 queries or similar patterns?
5. Security
- Is user input validated?
- Are there potential injection vulnerabilities?
- Is sensitive data handled properly?
6. Testing
- Are tests comprehensive?
- Do tests cover edge cases?
- Are tests maintainable?
Providing Feedback
- Be specific and constructive
- Explain the "why" behind suggestions
- Differentiate between blocking and non-blocking issues
- Acknowledge good code
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です