river-review copilot-instructions.md

river-review copilot-instructions.md is an instructions file for GitHub Copilot from s977043/river-review. It costs 509 tokens per session, scanned A, original, MIT.

Copilot-specific instructions for the River Review repository. They require reading AGENTS.md first and explain how repository rules, prompts, agents, skills, and documentation are organized.

In plain words
What is it for?
Use them when Copilot works on River Review. They guide task setup, prompt and agent selection, responsibility boundaries, and where to place new rules or workflow notes.
Why use it?
They help Copilot apply shared repository policies consistently and keep instructions in the correct files. They also define preparation, testing, linting, and review expectations.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file. Also seen: mentions AGENTS.md.

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/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/s977043/river-review

Made for: GitHub Copilot.

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 copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/s977043/river-review/copilot-instructions.svg)](https://agentmods.dev/instructions/s977043/river-review/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/s977043/river-review/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/s977043/river-review/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 509 This file is loaded in full into every session.
When invoked 509 The same file — it is already loaded in full.
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.00509 $0.00509
Opus 5 $0.00254 $0.00254
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

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

Security

Grade A, and why

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

.github/copilot-instructions.md · 33 lines

What it actually says

Copilot instructions (river-review)

Single source: 必ずリポジトリルートの AGENTS.md を先に読み、そこで定義された手順・完了条件に従ってください。本ファイルは Copilot 向けの最小差分です。

必須チェック(着手前に確認)

  • 目的と受入条件を読み、短い計画をコメントで共有してから作業開始。
  • タスク単位でブランチを作成し、PR を用意する。
  • PR 前に npm testnpm run lint を実行。レビュー依頼を PR 本文に記載。
  • レビューコメントは日本語で記載する。

参照ポイント

  • 指示ファイル: .github/instructions/*.instructions.md
  • カスタムエージェント: @river-review (.github/agents/ 内)
  • プロンプト: /skill, /review, /pr (.github/prompts/ 内)
  • Docs: 日本語を正とし、.en.md は翻訳版とします。

責務分離ルール(肥大化防止)

  • copilot-instructions.md: 全体で不変に近いルールのみを記載。
  • .github/instructions/*.instructions.md: パス/言語ごとの実装規約を記載。
  • .github/prompts/*.prompt.md: 手動実行する定型タスクを記載。
  • 変更頻度が高い手順は docs/runbook/ に集約し、ここへ長文で書かない。

レイヤー別の使い分け

Layer 用途
prompt (.github/prompts/) 手動実行の単機能タスク /select_review, /pr
agent (.github/agents/) 役割ベースの委譲、ツール制限付き river-review, security
skill (skills/) 再利用可能なレビューロジック、フェーズ対応 upstream/, midstream/, downstream/
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 · 33 lines · 509 tokens per session scan A 5db236b5b414

Subscribe to this mod's changes

river-review copilot-instructions.md is an instructions file published in the GitHub repository s977043/river-review (3 stars, last pushed today), licensed MIT. It adds 509 tokens to every session, about $0.0025 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.

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

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

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens