Skip to content
Documentation
Command

/exercise-review

Lesson command

From plugin
ai-agent-camp
345200 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/exercise-review

Context preview

What this command does when you run it.

Lesson command

Command definition

exercise-review.md
description: "Lesson command"
nonInteractiveMode: compliant

応用演習レビュー

使い方

/exercise-review [演習番号] [出力フォルダ]

例:

/exercise-review 4-2 output/ex4-2
/exercise-review 7-3 ~/projects/gas-demo

処理内容

1. 成果物の分析

  • 出力フォルダ内のファイルを確認
  • コード品質の評価
  • 構成の確認

2. 演習要件との照合

各Moduleの演習要件を確認し、達成度を評価:

  • 必須要件の充足
  • オプション要件の実装状況
  • ベストプラクティスへの準拠

3. 改善点のフィードバック

  • コード品質の改善提案
  • 設計パターンの推奨
  • セキュリティ・パフォーマンスの観点

4. 次のステップ提案

  • 追加で学ぶべきトピック
  • 関連する応用演習
  • 実践プロジェクトへの展開

評価基準

コード品質

| 項目 | 評価基準 | |------|----------| | 可読性 | 命名規則、コメント、構造化 | | 保守性 | モジュール分割、依存関係 | | テスト | カバレッジ、エッジケース | | エラー処理 | 例外処理、ログ出力 |

機能充足

| レベル | 説明 | |--------|------| | A | 全要件充足 + 追加機能 | | B | 全必須要件充足 | | C | 主要要件充足 | | D | 一部要件のみ |

出力形式

## 演習 [番号] レビュー結果

### サマリー
- 総合評価: [A/B/C/D]
- 完了度: [XX%]
- 主な強み:
- 改善点:

### 詳細評価

#### 機能要件
| 要件 | 状態 | コメント |
|------|------|----------|
| 要件1 | OK/NG | ... |
| 要件2 | OK/NG | ... |

#### コード品質
- 可読性: [X/5]
- 保守性: [X/5]
- テスト: [X/5]
- エラー処理: [X/5]

### 改善提案
1. [優先度:高] ...
2. [優先度:中] ...
3. [優先度:低] ...

### 次のステップ
- 関連演習: start-X-X
- 参考資料: [URL]

対応演習一覧

Module 6: エージェント開発

  • 6-1: Commands作成
  • 6-2: Skills作成
  • 6-3: ベストプラクティス
  • 6-4: プロンプトエンジニアリング
  • 6-5: デバッグ

Module 7: Skill/Commands作成

  • 7-1〜7-8: Skill/Commands実践

Module 8: データ分析

  • 8-1: CSV/JSON処理
  • 8-2: データベース連携
  • 8-3: API連携
  • 8-4: 可視化

Module 9: Slack連携

  • 9-1: Slack MCP接続
  • 9-2: メッセージ自動化

Module 10: GAS

  • 10-1: Clasp基礎
  • 10-2: Calendar連携
  • 10-3: Sheets連携

Module 11: GitHub Actions

  • 11-1: Workflow作成
  • 11-2: Secrets設定

Module 12: Notion

  • 12-1: MCP接続
  • 12-2: DB操作
  • 12-3〜12-6: Notion CLI連携

注意事項

  • 出力フォルダが存在しない場合はエラー
  • 演習番号が不正な場合はエラー
  • レビュー結果は参考情報として活用
Read more
Ships withai-agent-camp

AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your

Get the whole plugin