
Copilot Review
- Updated May 8, 2026
- g-kari/g-kari-plugins
copilot-review runs parallel code review using the GitHub Copilot CLI. Several specialized subagents review a diff or pull request at the same time via copilot -p, each focused on a different perspective. It produces broader, faster review feedback before merging.
Key points
- Parallel code review
- GitHub Copilot CLI subagents
- Reviews diffs and PRs
- Multiple specialized perspectives
Copilot Review by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add g-kari/g-kari-plugins/plugin install copilot-review@g-kari-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 8, 2026 |
|---|---|
| Repository | g-kari/g-kari-plugins ↗ |
What it does
Run parallel, perspective-based code review on a diff or PR using GitHub Copilot CLI subagents.
README.md
copilot-review
GitHub Copilot CLI (copilot -p) を使って、観点別に並列コードレビューを実行する Claude Code プラグイン。
概要
コードの差分やPRを5つの専門サブエージェントが同時にレビューします。各サブエージェントは gh copilot -- -p を使って独立したレビューを実行し、結果を統合して報告します。
レビュー観点
| 観点 | 検出対象 |
|---|---|
| バグ・ロジック | バグ、ロジックの誤り、エッジケース、型の不整合 |
| セキュリティ | インジェクション、認証/認可不備、機密情報露出、OWASP Top 10 |
| エラーハンドリング | 未処理例外、リソースリーク、不適切なエラー伝播 |
| パフォーマンス | N+1クエリ、不要なループ、メモリ効率、計算量 |
| 可読性・保守性 | 命名、複雑性、重複、設計パターン |
使い方
レビューして
直近の差分をレビューして
PR #123をcopilotでレビューして
mainとの差分をセキュリティ重点でレビューして
前提条件
- GitHub Copilot CLI がインストール済みであること
gh copilotが利用可能であること