README

README is a command for Claude Code from s977043/river-review. It costs 0 tokens per session (477 once invoked), scanned A, original, MIT.

A set of internal commands for developing and maintaining a code repository. A repository is the project folder containing its code, history, and configuration; these commands are not shipped to plugin users.

In plain words
What is it for?
Use it to plan merge order, check work before merging, verify agent reports, register plugin components, and help release changes.
Why use it?
It provides checks and planning steps for issues, pull requests, branches, releases, and plugin assets.

Command for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Not installable on its own: it reads a path above its own folder, which only exists inside its repository. The line is **配布対象のコマンド**は #996 で top-level [`commands/`](../../commands/) へ分離し、`.claude-plugin/plugin.json` がそこを参照します。一覧は [`docs/development/distributed-commands.md`](../..

Part of the river-review plugin — 140 skills, 15 commands, 5 agents, 2 hooks shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add s977043/river-review
Claude Code
/plugin install river-review

Made for: Claude Code.

Or install river-review, the plugin that ships this one along with the rest of its 140 skills, 15 commands, 5 agents, 2 hooks.

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 README

README.md
[![agentmods](https://agentmods.dev/badge/commands/s977043/river-review/readme.svg)](https://agentmods.dev/commands/s977043/river-review/readme)
Your own site
<a href="https://agentmods.dev/commands/s977043/river-review/readme"><img src="https://agentmods.dev/badge/commands/s977043/river-review/readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 477 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.00000 $0.00477
Opus 5 $0.00000 $0.00238
Sonnet 5 $0.00000 $0.00095
Haiku 4.5 $0.00000 $0.00048

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

Security

Grade A, and why

README 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.

.claude/commands/README.md · 18 lines

What it actually says

.claude/commands/ (repo-dev commands)

Repo-development slash commands (NOT part of the distributed plugin surface).

Command File Purpose
/propose-issue propose-issue.md Research codebase before creating an issue, then fact-check the issue body's claims
/plan-merge-order plan-merge-order.md Plan merge order for multiple PRs to minimize rebase cost
/preflight preflight.md Verify tasks are not obsolete or in parallel before work
/verify-agent-report verify-agent-report.md Verify agent completion reports against real branches, PRs, and commits
/merge-check merge-check.md Run the pre-merge checklist (docs/governance.md) against a PR number
/register-plugin-asset register-plugin-asset.md Register a new distributed command/agent/agent-skill into the plugin manifests and validate
/release-kick release-kick.md Drive a release-please PR from BLOCKED unblock through merge and release verification

配布対象のコマンドは #996 で top-level commands/ へ分離し、.claude-plugin/plugin.json がそこを参照します。一覧は docs/development/distributed-commands.md が正で、本ディレクトリには repo-dev 専用コマンドのみが残ります。

整合性: コマンド追加時は配布対象か repo-dev かを判断して正しい場所に置き、CLAUDE.md の Custom Commands 表を更新すること。配布対象コマンドの場合はさらに .claude-plugin/plugin.jsoncommands にも追加する必要があります。上の表と .claude/commands/*.md の一致は npm run check:doc-enummeta:validate 経由で CI 必須チェック)が機械検証します。

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 · 18 lines · 0 tokens per session scan A 8482ee9ad555

Subscribe to this mod's changes

README is a command published in the GitHub repository s977043/river-review (3 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 477 tokens. 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.