simple-hono-mcp-server: Command for Claude Code

.claude/commands/review-docs.md

review-docs is a command for Claude Code from aoki-collabo/simple-hono-mcp-server. It costs 17 tokens per session (552 once invoked), scanned A, original, MIT.

A command for reviewing a document through a separate review agent. It checks whether the document is complete, specific, consistent, and—when relevant—has measurable success criteria.

In plain words
What is it for?
Reviewing product requirements and other documents by giving the command a document path. It produces a report with improvement points, an overall score, and suggested next actions.
Why use it?
It provides a structured review of a document instead of requiring one agent to inspect every quality issue alone.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is aoki-collabo/simple-hono-mcp-server's own configuration. It tells Claude Code how to work on simple-hono-mcp-server 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 simple-hono-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to aoki-collabo/simple-hono-mcp-server. 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/aoki-collabo/simple-hono-mcp-server/main/.claude/commands/review-docs.md
Clone the repo
git clone --depth 1 https://github.com/aoki-collabo/simple-hono-mcp-server

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/aoki-collabo/simple-hono-mcp-server/review-docs.svg)](https://agentmods.dev/commands/aoki-collabo/simple-hono-mcp-server/review-docs)
Your own site
<a href="https://agentmods.dev/commands/aoki-collabo/simple-hono-mcp-server/review-docs"><img src="https://agentmods.dev/badge/commands/aoki-collabo/simple-hono-mcp-server/review-docs.svg" alt="Measured on agentmods" 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. Scan, not verified.
Origin original No closer match found 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 5d ago against content hash f7fcb7ec33c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 5d 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

Copies of this mod

1 near-identical copy found in the catalogue:

.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. 5d 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 aoki-collabo/simple-hono-mcp-server (1 stars, last pushed 7mo 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.