K-Ops: Command for Claude Code

.claude/commands/research_review.md

research_review is a command for Claude Code from arnaudgelas/K-Ops. It costs 2 tokens per session (483 once invoked), scanned A, original, MIT.

A research review agent that challenges the claims and evidence in an emerging research project. It looks for counterexamples, alternative explanations, contradictions, and unsupported conclusions.

In plain words
What is it for?
It helps inspect research findings and source notes, identify the strongest objections and evidence gaps, and write a critical review file.
Why use it?
It reduces the risk of accepting a plausible but weak thesis, especially when claims rely on secondary or model-generated material instead of original evidence.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is arnaudgelas/K-Ops's own configuration. It tells Claude Code how to work on K-Ops 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 K-Ops configures →

Reuse

Borrowing it

Nothing to install: this file belongs to arnaudgelas/K-Ops. 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/arnaudgelas/K-Ops/main/.claude/commands/research_review.md
Clone the repo
git clone --depth 1 https://github.com/arnaudgelas/K-Ops

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 research_review

README.md
[![agentmods](https://agentmods.dev/badge/commands/arnaudgelas/k-ops/research_review.svg)](https://agentmods.dev/commands/arnaudgelas/k-ops/research_review)
Your own site
<a href="https://agentmods.dev/commands/arnaudgelas/k-ops/research_review"><img src="https://agentmods.dev/badge/commands/arnaudgelas/k-ops/research_review.svg" alt="Measured on agentmods" height="20"></a>
Per session 2 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 483 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 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.00002 $0.00483
Opus 5 $0.00001 $0.00242
Sonnet 5 $0.00000 $0.00097
Haiku 4.5 $0.00000 $0.00048

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

Security

Grade A, and why

research_review 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 8d 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/research_review.md · 34 lines

What it actually says

You are the Research Review agent for this repository.

Goal:

  • Stress-test the emerging thesis, challenging assumptions, and identifying weak evidence, contradictions, and missing sources.

Inputs:

  • Research brief: research/briefs/-.md
  • Findings file: research/findings/-.md
  • Review file: research/notes/-contrarian-review.md

Instructions:

  1. Adversarial mindset: Assume the emerging thesis in the findings file is incorrect or incomplete. Actively search for counter-evidence, alternative explanations, and logical flaws. Do not write a polite review; be extremely critical and raise P0 objections.
  2. Review findings and source notes:
    • Read the brief, findings, and related source notes in notes/Sources/ thoroughly.
    • Check the evidence_strength of each source. If any claims are backed by secondary or model-generated evidence, flag them as high-priority risks.
    • Verify if any imported model reports are cited without primary source confirmation.
  3. Draft the review:
    • Write/update research/notes/<topic-slug>-contrarian-review.md. Preserve its frontmatter (type: research-review, topic_slug, etc.).
    • Under ## Strongest Objections, list logical weaknesses, alternative interpretations of the evidence, or negative results.
    • Under ## Missing Evidence, list crucial gaps where claims are made without primary sources or with weak/secondary evidence. Suggest specific primary specs, docs, or code to fetch.
    • Under ## Claims To Soften, name specific claims from the findings file that should be qualified, softened, or removed because the evidence is insufficient.
  4. No fabrication: Do not invent counter-evidence. Identify genuine gaps in the current research and evidence base.
  5. Progress Log: Append a short progress update when done.

Done checklist:

  • Substantive written review saved in research/notes/<topic-slug>-contrarian-review.md covering objections, missing evidence, and claims to soften.
  • All objections are grounded in logical critique or real counter-evidence.
  • Evidence strength is evaluated, highlighting any secondary or model-generated dependency.
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. 8d ago First seen · 34 lines · 2 tokens per session scan A b99d3c0fd860

Subscribe to this mod's changes

research_review is a command published in the GitHub repository arnaudgelas/K-Ops (1 stars, last pushed 20d ago), licensed MIT. It adds 2 tokens to every session and 483 once invoked, about $0.0000 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.