원클릭으로
agent-reviewer
Claude Code Subagentsのレビューと品質改善。ベストプラクティスに基づいてSubagentを分析し、評価レポートと改善提案を提供。"review agent", "agentをレビュー", "subagent品質チェック" で起動。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Claude Code Subagentsのレビューと品質改善。ベストプラクティスに基づいてSubagentを分析し、評価レポートと改善提案を提供。"review agent", "agentをレビュー", "subagent品質チェック" で起動。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyzes repository structure and generates CLAUDE.md documentation. Use when user mentions "onboard", "analyze project", "understand codebase", "project structure", or when working with new/unfamiliar repositories.
Automatically resume previous work by searching claude-mem for incomplete tasks, past decisions, and session context. Use when starting a session, continuing work, or when user says "resume", "continue", "前回", "再開", "続き", "what was I working on", or asks about previous work.
Create, edit, or audit Claude Code custom agents (subagents), including file locations, YAML frontmatter, tool/permission settings, skills preloading, and prompt design. Use when asked to define a new Claude Code subagent, update an existing one, or review subagent configs for correctness and best practices. Triggers on "create agent", "new subagent", "define custom agent", "audit agent".
Comprehensive .claude/ directory inspector. Orchestrates multiple specialized subagents to analyze settings, hooks, memory, MCP, rules, and skills/subagents classification. Provides prioritized recommendations with examples and rationale.
リサーチから Skill/Subagent 作成までを1コマンドで実行するパイプライン。トピックを指定すると、Webリサーチ → ベストプラクティス抽出 → Skill/Subagent生成 → バリデーションまで自動実行。
Claude Code Skillsのレビューと品質改善。ベストプラクティスに基づいてSkillを分析し、評価レポートと改善提案を提供。"review skill", "skillをレビュー", "skill品質チェック" で起動。
| name | agent-reviewer |
| description | Claude Code Subagentsのレビューと品質改善。ベストプラクティスに基づいてSubagentを分析し、評価レポートと改善提案を提供。"review agent", "agentをレビュー", "subagent品質チェック" で起動。 |
| allowed-tools | ["Task","Read","Glob"] |
| model | haiku |
Subagentの品質レビューと改善提案を行います。
Required subagent:
.claude/agents/agent-reviewer.md - Subagentレビューを実行/agent-reviewer [agent-name or path]
例:
/agent-reviewer deep-researcher/agent-reviewer .claude/agents/parallel-researcher.md/agent-reviewer --all引数あり: 指定されたエージェントをレビュー
/agent-reviewer deep-researcher
→ .claude/agents/deep-researcher.md をレビュー
引数なし: 対話的に選択
/agent-reviewer
→ 利用可能なエージェント一覧を表示:
1. deep-researcher
2. parallel-researcher
3. repo-analyzer
...
→ ユーザーに選択を求める
--all オプション: 全エージェントをレビュー
/agent-reviewer --all
→ .claude/agents/*.md を全て並列レビュー
Task(
subagent_type: "agent-reviewer",
prompt: "[agent-path] のSubagentをレビューしてください。評価レポートと改善提案を出力してください。"
)
| Field | Required | Validation |
|---|---|---|
| name | Yes | lowercase-hyphen, 64文字以下 |
| description | Yes | WHAT + WHEN, 1024文字以下 |
| tools | Recommended | 明示的な配列または省略 |
| permissionMode | Optional | default/acceptEdits/dontAsk/bypassPermissions |
| model | Optional | sonnet/opus/haiku |
| color | Optional | terminal color name |
| Criterion | Good | Bad |
|---|---|---|
| Single Responsibility | 1つの明確な目的 | 複数の無関係なワークフロー |
| Tool Scoping | 必要最小限のtools | tools省略(全ツール許可) |
| Permission Mode | default(安全) | bypassPermissions(危険) |
| Prompt Length | 100-500行 | 500行超(Over-Specified) |
| Output Format | 明確に定義 | 曖昧または未定義 |
| Error Handling | 具体的なシナリオ | 記載なし |
| Option | Description | Status |
|---|---|---|
--fix | 自動修正を適用 | 実装済み |
--all | 全Agentをレビュー | 実装済み |
--score-only | スコアのみ表示 | 実装済み |
| Condition | Behavior |
|---|---|
| Agent not found | エラーメッセージ + 利用可能なエージェント一覧を表示 |
| subagent missing | エラー報告 + subagent作成を提案 |
| Frontmatter parse error | YAMLエラー箇所を特定して報告 |
| --all で一部失敗 | 成功したものは結果表示、失敗したものはエラー報告 |
📋 Agent Review: [agent-name]
✅ 良い点
- ...
⚠️ 改善提案
1. [問題] → [解決策]
📊 適合度スコア: ⭐⭐⭐⭐☆ (4/5)
🎯 推奨アクション
1. [優先度高] ...
2. [優先度中] ...