jpskill.com
🛠️ 開発・MCP コミュニティ

implementation-review

Automatically trigger review agents after task completion. Use when strategic-planner finishes planning tasks (calls plan-consultant) or when main agent completes coding tasks in /implement workflow (calls code-reviewer). Triggers on phrases like "plan complete", "implementation done", "coding finished", "ready for review".

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o implementation-review.zip https://jpskill.com/download/19044.zip && unzip -o implementation-review.zip && rm implementation-review.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19044.zip -OutFile "$d\implementation-review.zip"; Expand-Archive "$d\implementation-review.zip" -DestinationPath $d -Force; ri "$d\implementation-review.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して implementation-review.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → implementation-review フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

実装レビュー Skill

目的

このスキルは、タスク完了後に適切なレビューエージェントを自動的に呼び出すことで、EPIC ワークフロー中に品質ゲートが確実に適用されるようにします。

レビューのトリガー

1. 計画レビュー (Strategic-Planner の完了)

トリガー条件:

  • strategic-planner エージェントが計画タスクを完了した
  • 戦略または実装計画が生成された
  • キーワード: "plan complete", "strategy ready", "planning done", "roadmap finalized"

アクション: plan-consultant エージェントに計画レビューを委任する

レビューの焦点:

  • 計画の完全性と実現可能性
  • リスクの特定
  • 代替アプローチの検討
  • プロジェクト目標との整合性

2. コードレビュー (メインエージェントの実装完了)

トリガー条件:

  • メインエージェントが /implement ワークフローでコーディングタスクを完了した
  • 実装コードが記述された (TDD グリーンフェーズ後)
  • キーワード: "implementation complete", "coding done", "feature implemented", "code ready"

アクション: code-reviewer エージェントにコードレビューを委任する

レビューの焦点:

  • コードの品質と保守性
  • セキュリティの脆弱性
  • パフォーマンスに関する考慮事項
  • プロジェクト標準への準拠

ワークフローへの統合

レビューを含む EPIC ワークフロー:

[Explore] -> [Plan] -> PLAN REVIEW -> [Implement] -> CODE REVIEW -> [Commit]
                           |                              |
                    plan-consultant               code-reviewer

手順

Strategic-Planner が完了した場合:

  1. strategic-planner エージェントからの完了信号を検出する
  2. 生成された計画/戦略ドキュメントを収集する
  3. plan-consultant エージェントを計画とともに呼び出してレビューさせる
  4. レビュー結果をメインワークフローに報告する
  5. 重要な問題が見つかった場合は、続行する前に計画の改訂を要求する

メインエージェントがコーディングを完了した場合:

  1. 実装タスクの完了 (TDD グリーンフェーズ完了) を検出する
  2. 実装中に変更されたすべてのファイルを特定する
  3. code-reviewer エージェントを、変更されたファイルとともに呼び出す
  4. レビュー結果をメインワークフローに報告する
  5. 重要な問題が見つかった場合は、コミットする前にコードの改訂を要求する

エージェントの委任

完了イベント レビューエージェント 目的
strategic-planner 完了 plan-consultant 実装戦略を検証する
メインエージェントのコーディング完了 code-reviewer コード品質を検証する

レビューレポートの形式

各レビュー後、構造化されたレポートが期待されます。

## Review Summary
- **Reviewer:** [agent-name]
- **Rating:** [1-10]
- **Status:** [APPROVED / NEEDS REVISION / BLOCKED]

## Findings
- [Finding 1]
- [Finding 2]

## Recommendations
- [Recommendation 1]
- [Recommendation 2]

## Action Items
- [ ] [Required action if any]

制約

  • レビューをスキップしないでください。これらは必須の品質ゲートです。
  • レビューのステータスが BLOCKED の場合、次の EPIC フェーズに進まないでください。
  • レビュー中にコードを変更しないでください。発見事項のみを報告してください。
  • レビューはワークフローをブロックしないように、妥当な時間内に完了する必要があります。

例 1: 計画レビューのトリガー


User: The strategic-planner has completed the implementation strategy for T001.
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Implementation Review Skill

Purpose

This skill ensures quality gates are enforced during the EPIC workflow by automatically invoking the appropriate review agents after task completion.

Review Triggers

1. Plan Review (Strategic-Planner Completion)

Trigger Conditions:

  • strategic-planner agent has completed its planning tasks
  • A strategy or implementation plan has been generated
  • Keywords: "plan complete", "strategy ready", "planning done", "roadmap finalized"

Action: Delegate to plan-consultant agent for plan review

Review Focus:

  • Plan completeness and feasibility
  • Risk identification
  • Alternative approaches consideration
  • Alignment with project goals

2. Code Review (Main Agent Implementation Completion)

Trigger Conditions:

  • Main agent has completed coding tasks in /implement workflow
  • Implementation code has been written (after TDD Green phase)
  • Keywords: "implementation complete", "coding done", "feature implemented", "code ready"

Action: Delegate to code-reviewer agent for code review

Review Focus:

  • Code quality and maintainability
  • Security vulnerabilities
  • Performance considerations
  • Adherence to project standards

Workflow Integration

EPIC Workflow with Reviews:

[Explore] -> [Plan] -> PLAN REVIEW -> [Implement] -> CODE REVIEW -> [Commit]
                           |                              |
                    plan-consultant               code-reviewer

Instructions

When Strategic-Planner Completes:

  1. Detect completion signal from strategic-planner agent
  2. Collect the generated plan/strategy document
  3. Invoke plan-consultant agent with the plan for review
  4. Report review findings back to main workflow
  5. If critical issues found, flag for plan revision before proceeding

When Main Agent Completes Coding:

  1. Detect completion of implementation tasks (TDD Green phase complete)
  2. Identify all files modified during implementation
  3. Invoke code-reviewer agent with the changed files
  4. Report review findings back to main workflow
  5. If critical issues found, flag for code revision before commit

Agent Delegation

Completion Event Review Agent Purpose
strategic-planner done plan-consultant Validate implementation strategy
Main agent coding done code-reviewer Validate code quality

Review Report Format

After each review, expect a structured report:

## Review Summary
- **Reviewer:** [agent-name]
- **Rating:** [1-10]
- **Status:** [APPROVED / NEEDS REVISION / BLOCKED]

## Findings
- [Finding 1]
- [Finding 2]

## Recommendations
- [Recommendation 1]
- [Recommendation 2]

## Action Items
- [ ] [Required action if any]

Constraints

  • DO NOT skip reviews - they are mandatory quality gates
  • DO NOT proceed to next EPIC phase if review status is BLOCKED
  • DO NOT modify code during review - only report findings
  • Reviews should complete within reasonable time to not block workflow

Examples

Example 1: Plan Review Trigger


User: The strategic-planner has completed the implementation strategy for T001.