How this command is triggered — by the user, by Claude, or both
Slash command
/doarakko-config:pr-review <PR番号またはURL>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# PRレビューコマンド 指定されたPRを詳細にレビューし、改善提案を行う。 ## 使用方法 ## PR情報(自動取得) - PR詳細: !`gh pr view $0 --json title,body,url,labels,milestone 2>/dev/null || gh pr view --json title,body,url,labels,milestone` - PR差分: !`gh pr diff $0 2>/dev/null || gh pr diff` - 変更ファイル一覧: !`gh pr diff $0 --name-only 2>/dev/null || gh pr diff --name-only` - CIステータス: !`gh pr checks $0 2>/dev/null || gh pr checks 2>/dev/null || echo "No CI checks"` ## 手順 1. 上記の自動取得データを元にレビュー 2. `code-reviewer` Subagentでレビュー(観点はSubagentのSkill定義に従う) 3. レビュー結果を統合して表示 4. 修正に入るか確認(AskUserQuestion) 5. 修正実行後、ボットコメントに返信 6. CLAUDE.md更新が必要か確認 ## Suba...
指定されたPRを詳細にレビューし、改善提案を行う。
/pr-review <PR番号またはURL>
gh pr view $0 --json title,body,url,labels,milestone 2>/dev/null || gh pr view --json title,body,url,labels,milestonegh pr diff $0 2>/dev/null || gh pr diffgh pr diff $0 --name-only 2>/dev/null || gh pr diff --name-onlygh pr checks $0 2>/dev/null || gh pr checks 2>/dev/null || echo "No CI checks"code-reviewer Subagentでレビュー(観点はSubagentのSkill定義に従う)code-reviewer Subagentに登録されたSkillの全観点で並列実行。
レビュー結果表示後に確認:
各項目について確認:
修正後、プロジェクト全体に適用すべきルールがあれば確認:
npx claudepluginhub doarakko/dotfiles --plugin doarakko-config/review-prReviews GitHub Pull Request code changes, analyzes diff for quality/style/performance/tests/security, and posts inline comments with targeted suggestions and risks.
/review-prReviews GitHub PR via <PR_URL>: fetches details/diff/checks, evaluates code quality/design/testing/other criteria, presents findings table, posts approved verdict.
/pr-reviewReviews GitHub PR from product manager, developer, QA, and security perspectives, posting comments that require immediate fixes.
/pr-reviewReviews GitHub PR from product manager, developer, QA, and security perspectives, posting comments that require immediate fixes.
/pr-reviewReviews GitHub pull request by number: fetches diff and details, analyzes changes for correctness/security/performance/design/tests, generates categorized findings summary, and posts review comment if approved.
/pr-reviewPerforms comprehensive PR review across six perspectives: product manager, developer, QA, security, DevOps, and UI/UX designer, delivering feedback, issue detection, and immediate improvement suggestions.