← スキル一覧に戻る

review-pr
by mitch-mitchel
⭐ 1🍴 0📅 2026年1月15日
SKILL.md
name: review-pr description: Review pull requests using GitHub CLI. Invoke with /review-pr allowed-tools: Read, Grep, Glob, Bash(gh pr:), Bash(gh api:), Bash(git diff:), Bash(git show:), Bash(git log:*)
PR Review
Review the specified pull request thoroughly.
Arguments
$ARGUMENTS- PR number (e.g.,123) or full URL (e.g.,https://github.com/org/repo/pull/123)
Process
- Fetch PR metadata - Get title, description, author, base/head branches
- Get the diff - Review all changed files
- Read full context - For complex changes, read the complete files to understand surrounding code
- Check against project standards - Reference CLAUDE.md and existing patterns
Review Criteria
- Correctness - Does the code do what it claims?
- Security - Any vulnerabilities (injection, XSS, auth issues)?
- Tests - Are changes adequately tested?
- Style - Follows project conventions?
- Complexity - Is it overengineered or too clever?
Output Format
Provide a structured review:
## Summary
One-line assessment (approve/request changes/needs discussion)
## Changes Overview
Brief description of what the PR does
## Feedback
### Issues (must fix)
- ...
### Suggestions (nice to have)
- ...
### Questions
- ...
## Files Reviewed
- path/to/file.py - brief note
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です