river-review AGENTS.md

river-review AGENTS.md is an instructions file for Codex, OpenCode from s977043/river-review. It costs 1,629 tokens per session, scanned C, original, MIT.

Repository-wide instructions for AI coding agents working on River Review, a software project with skills, runtime code, tests, documentation, and GitHub Action components. They describe the repository layout, package manager, and standard commands.

In plain words
What is it for?
Use them before changing the River Review repository. They apply to tasks involving its source code, skills, tests, documentation, or runners.
Why use it?
They help an agent find the right files and follow the project’s required workflow. They also define the commands used to install dependencies, run tests, lint code, and validate skills.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/s977043/river-review/agents-md
Clone the repo
git clone --depth 1 https://github.com/s977043/river-review

Made for: Codex, OpenCode.

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 river-review AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/s977043/river-review/agents-md.svg)](https://agentmods.dev/instructions/s977043/river-review/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/s977043/river-review/agents-md"><img src="https://agentmods.dev/badge/instructions/s977043/river-review/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,629 This file is loaded in full into every session.
When invoked 1,629 The same file — it is already loaded in full.
Security scan C 2 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.01629 $0.01629
Opus 5 $0.00814 $0.00814
Sonnet 5 $0.00326 $0.00326
Haiku 4.5 $0.00163 $0.00163

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

Security

Grade C, and why

river-review AGENTS.md scanned grade C with 2 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- Do not use destructive commands. The ban covers any command **you** run that rewrites already-pushed branch history (`git push --force` / `-f`, `git push --force-with-lease`) or discards work (`rm -rf`, `git reset --ha

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Do not make direct network calls (curl, wget, fetch) from scripts or code. Allowed CLI tools like `gh` are exempt.
AGENTS.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md—River Review

Scope

Canonical instructions for all AI coding agents in this repository. Tool-specific files (CLAUDE.md, GEMINI.md, .codex/, copilot-instructions.md) contain only tool-specific policy and point here for repo-wide rules. If a rule applies to all tools, it belongs in this file.

Repository Map

Directory Purpose
skills/ Core review skills and registry content
skills/agent-skills/ Packaged agent skills (SKILL.md + references/)
src/ Runtime, CLI, and runner logic
tests/ Node.js test suites
pages/ Public docs; Japanese content is the source of truth
docs/ Internal notes and runbooks; ask before editing
runners/github-action/ GitHub Action runner implementation
runners/node-api/ Separate TypeScript package (built with tsc)
schemas/ JSON schemas for skills, output, and riverbed
scripts/ Validation, evaluation, and build scripts

Package Manager

Use npm.

Task Command
Install npm install or npm ci
Lint npm run lint
Test npm test
Skills validation npm run skills:validate
Agent skills validation npm run agent-skills:validate
Agent definitions npm run agents:validate
Local link check npm run check:links:local
Docs dev server npm run dev
Docs build npm run build
TypeScript check npm run build in runners/node-api/ (no root typecheck script)

Read the full file on GitHub · 120 lines

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 · 120 lines · 1,629 tokens per session scan C 5d2a8ef170a6

Subscribe to this mod's changes

river-review AGENTS.md is an instructions file published in the GitHub repository s977043/river-review (3 stars, last pushed today), licensed MIT. It adds 1,629 tokens to every session, about $0.0081 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

logic-lens AGENTS.md

Instructions for hyhmrright/logic-lens, covering logic-lens — developer guide (codex cli), invoking skills, project layout, key conventions and no hooks.

hyhmrright/logic-lens · 304 tokens

adversarial-review AGENTS.md

Instructions for robertoecf/adversarial-review, covering agents.md: review agent guidelines (host-agnostic), plugin architecture, cross-host routing, anti-recursion contract and critique discipline (v0.8.1+).

robertoecf/adversarial-review · 1,463 tokens

adversarial-review CLAUDE.md

Instructions for robertoecf/adversarial-review, covering claude.md - claude code directives, plugin: adversarial-review v0.9.4, architecture, critical gotchas and tool preferences.

robertoecf/adversarial-review · 1,599 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens