requesting-code-review
サブエージェントによるコードレビュー依頼
こちらからも入手できます: Cygnusfear,DMJGilbert,ZhanlinCui,davila7,Cycleaddict,obra,DYAI2025,CodingCossack
このスキルは、サブエージェントにコードレビューを依頼するための構造化されたワークフローを提供し、開発中に問題がより大きな問題へと連鎖する前に発見するのに役立ちます。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「requesting-code-review」を使用しています。 Request code review for my login feature implementation
期待される結果:
コードレビューはサブエージェントにディスパッチされ、良好点を示すStrengthsセクション、重大度(Critical/Important/Mister)別に分類された問題とファイル:行番号の参照、改良のための推奨事項、およびマージ可判定を含むAssessmentを返します
「requesting-code-review」を使用しています。 Review my database schema changes
期待される結果:
サブエージェントのコードレビュアーは git diff を調べ、移行を評価しスキーマデザインをチェックし、本番環境対応性評価を含む分類済みフィードバックを提供します
セキュリティ監査
安全Static analysis flagged external commands (git operations) and weak crypto patterns. Manual review confirms these are false positives. Git commands are hardcoded for legitimate code review workflow. No cryptographic code exists. No actual security risks identified.
品質スコア
作れるもの
タスク完了後のレビュー
サブエージェント駆動開発で各タスク完了後に使用し、問題が複合化する前に早期に発見
マージ前品質ゲート
メインブランチにマージする前にコードレビューを実行し、本番環境対応性を確保
複雑な問題で Stuck した場合
複雑なバグや実装の課題にぶつかったときに新しい視点を得る
これらのプロンプトを試す
Use the requesting-code-review skill to review my recent changes. Base SHA: [commit], Head SHA: [commit], What was implemented: [description]
Request code review for the feature I just built. Use requesting-code-review with plan reference: [plan document], Base: [sha], Head: [sha], Description: [what was built]
Run the requesting-code-review workflow. Implementation: [brief description], Base SHA: [sha], Head SHA: [sha]
Execute requesting-code-review. Implemented: [full description of feature], Requirements: [spec document or plan], Base SHA: [starting point], Head SHA: [current state], Description: [summary]
ベストプラクティス
- サブエージェント駆動開発では各タスクの後にレビューを依頼し、早期に問題を検出
- レビュアーが実際の変更を確認できるように git SHA 範囲を常に提供
- Critical問題は進む前に直ちに対処
回避
- タスクが簡単そうだからレビューをスキップする
- Critical問題を無視して進む
- git SHA 範囲を提供しない - レビュアーにコンテキストがない状態にする