mcp-gauge: Command for Claude Code

.claude/commands/review-docs.md

review-docs is a command for Claude Code from sogawa-yk/mcp-gauge. It costs 17 tokens per session (552 once invoked), scanned A, a copy of review-docs, MIT.

A command for reviewing a specified document with a separate review agent. The review checks completeness, clarity, consistency with other documents, and measurable success criteria when relevant.

In plain words
What is it for?
Use it to review product requirements, specifications, or other Markdown documents and produce improvement points, an overall rating, and next actions.
Why use it?
It helps find missing information, vague wording, contradictions, and weak objectives before a document is relied on.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is sogawa-yk/mcp-gauge's own configuration. It tells Claude Code how to work on mcp-gauge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-gauge configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sogawa-yk/mcp-gauge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sogawa-yk/mcp-gauge/main/.claude/commands/review-docs.md
Clone the repo
git clone --depth 1 https://github.com/sogawa-yk/mcp-gauge

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-docs

README.md
[![agentmods](https://agentmods.dev/badge/commands/sogawa-yk/mcp-gauge/review-docs/github.svg)](https://agentmods.dev/commands/sogawa-yk/mcp-gauge/review-docs)
Your own site
<a href="https://agentmods.dev/commands/sogawa-yk/mcp-gauge/review-docs"><img src="https://agentmods.dev/badge/commands/sogawa-yk/mcp-gauge/review-docs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-docs

Your own site · 80×15
<a href="https://agentmods.dev/commands/sogawa-yk/mcp-gauge/review-docs"><img src="https://agentmods.dev/badge/commands/sogawa-yk/mcp-gauge/review-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 552 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00552
Opus 5 $0.00009 $0.00276
Sonnet 5 $0.00003 $0.00110
Haiku 4.5 $0.00002 $0.00055

Measured 11d ago against content hash f7fcb7ec33c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

review-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to review-docs — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/review-docs.md · 63 lines

What it actually says

ドキュメントレビュー

引数: ドキュメントパス(例: /review-docs docs/product-requirements.md)

実行方法

claude
> /review-docs docs/product-requirements.md

手順

ステップ1: ドキュメントの存在確認

指定されたドキュメントが存在するか確認します。

ステップ2: doc-reviewerサブエージェント起動

doc-reviewerサブエージェントを起動してレビューを実行します:

Task toolを使用してdoc-reviewerサブエージェントを起動してください:

  • subagent_type: "doc-reviewer"
  • description: "Document detailed review"
  • prompt: "[ドキュメントパス]を詳細にレビューしてください。\n\n以下の観点で評価してください:\n1. 完全性: 必要な項目が全て含まれているか\n2. 具体性: 曖昧な表現がないか\n3. 一貫性: 他のドキュメントと整合しているか\n4. 測定可能性: 成功指標が測定可能か(PRDの場合)\n\nレビューレポートを作成してください。"

ステップ3: レビュー結果の要約

サブエージェントが作成したレビューレポートの要点を抽出し、ユーザーに報告します。

出力形式

# ドキュメントレビュー結果

## ドキュメント: [ファイル名]

### 主な改善点

1. [改善点1] (優先度: 高/中/低)
2. [改善点2] (優先度: 高/中/低)
3. [改善点3] (優先度: 高/中/低)

### 総合評価

[1-5]/5

### 次のアクション

- [推奨対応1]
- [推奨対応2]

詳細なレポートはサブエージェントの出力を参照してください。

注意事項

  • レビューは詳細な分析のため、数分かかる場合があります
  • サブエージェントは独立したコンテキストで動作するため、メインエージェントのコンテキストは消費しません
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 63 lines · 17 tokens per session scan A f7fcb7ec33c8

Subscribe to this mod's changes

review-docs is a command published in the GitHub repository sogawa-yk/mcp-gauge (0 stars, last pushed 6mo ago), licensed MIT. It adds 17 tokens to every session and 552 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to review-docs, differing in 0 lines, and is treated as a copy.