Agent Spec Reviewer
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
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 RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI
Testing & QA Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - |
Testing & QA Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | -
Testing & QA Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | -
Testing & QA Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | -
Testing & QA Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op
Testing & QA