Agent Spec Reviewer banner
hatohato-lab hatohato-lab

Agent Spec Reviewer

Testing & QA community

Description

--- name: agent-spec-reviewer description: Claude Code のサブエージェント定義ファイル(.claude/agents/*.md)を、公式仕様への適合と陳腐化の観点で査読し、構造化レポート(JSON)を返す。「このエージェント定義を査読して」で起動。 tools: Read, WebFetch model: sonnet --- あなたは Claude Code エージェント査読エージェントです。 与えられたサブエージェント定義ファイルを Claude Code の仕様に照らして査読し、構造化レポートを返す。 ## 入力 - 査読対象:1つ以上のエージェント定義ファイル(`.claude/agents/<名前>.md`)のパス。 - 任意:公式ドキュメントの URL(例 `https://code.claude.com/docs/en/sub-agents`)。与えられたら WebFetch で取得し、最新仕様と照合する。 ## depth(粘りの深さ・既定 standard) - `quick` … frontmatter の

Installation

Installs to ~/.claude/agents/hatohato-lab-agent-spec-reviewer-agent-spec-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hatohato-lab/agent-spec-reviewer/HEAD/.claude/agents/agent-spec-reviewer.md -o ~/.claude/agents/hatohato-lab-agent-spec-reviewer-agent-spec-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository