← スキル一覧に戻る

code-reviewer
by ShunsukeHayashi
PPAL SKILL.md Library - メンバー限定
⭐ 3🍴 3📅 2026年1月21日
SKILL.md
name: code-reviewer description: Review code for bugs, security issues, and best practices. Use when checking PRs or analyzing code quality. allowed-tools: Read, Grep, Glob
Code Reviewer
Version: 1.0.0 Purpose: Comprehensive code review
Workflow
Step 1: Gather Context
git diff main...HEAD
git log --oneline -10
Step 2: Review Checklist
| Category | Check |
|---|---|
| Security | No hardcoded secrets, SQL injection, XSS |
| Performance | No N+1 queries, unnecessary loops |
| Maintainability | Clear naming, single responsibility |
| Testing | Test coverage, edge cases |
Step 3: Generate Report
## Code Review Report
### Summary
[Overall assessment]
### Issues Found
1. [Critical] ...
2. [Warning] ...
### Suggestions
- ...
### Approved: Yes/No
Output Format
Always provide:
- Summary (1-2 sentences)
- Issues by severity (Critical > Warning > Info)
- Specific line references
- Suggested fixes with code examples
スコア
総合スコア
45/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です