r3bl-open-core: Skill for Claude Code

.agents/skills/code-review/SKILL.md

code-review is a skill for Claude Code, Codex from r3bl-org/r3bl-open-core. It costs 15 tokens per session (768 once invoked), scanned A, original, Apache-2.0.

An interactive code-review workflow that shows code changes in small sections and waits for your approval after each one.

In plain words
What is it for?
Reviewing current code changes chunk by chunk, approving each section, and checking specific files or parts of larger files.
Why use it?
It avoids overwhelming you with a large diff and keeps review decisions clear and deliberate.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is r3bl-org/r3bl-open-core's own configuration. It tells Claude Code and Codex how to work on r3bl-open-core 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 r3bl-open-core configures →

Reuse

Borrowing it

Nothing to install: this file belongs to r3bl-org/r3bl-open-core. 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/r3bl-org/r3bl-open-core/main/.agents/skills/code-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/r3bl-org/r3bl-open-core

Made for: Claude Code, Codex.

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 code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/r3bl-org/r3bl-open-core/code-review.svg)](https://agentmods.dev/skills/r3bl-org/r3bl-open-core/code-review)
Your own site
<a href="https://agentmods.dev/skills/r3bl-org/r3bl-open-core/code-review"><img src="https://agentmods.dev/badge/skills/r3bl-org/r3bl-open-core/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 768 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.00015 $0.00768
Opus 5 $0.00008 $0.00384
Sonnet 5 $0.00003 $0.00154
Haiku 4.5 $0.00002 $0.00077

Measured today against content hash 287adca958f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

code-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 today.

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.

.agents/skills/code-review/SKILL.md · 81 lines

How it starts

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

Interactive Code Review Workflow

Use this skill when the user runs the /code-review slash command or uses any of these natural language triggers:

  • "show me the code changes you made here, one chunk at a time interactively. i will type 'good' if i approve"
  • "review the code changes chunk by chunk"
  • "interactive code review"
  • "review changes interactively"

Purpose

Provides a structured, low-cognitive-load, interactive code review experience in chat. Instead of dumping large diffs or requiring the user to navigate full files in an external editor, changes are broken into small, logical, self-contained diff chunks presented one turn at a time.

Workflow

1. Collect & Partition Diff Chunks

  1. Run git diff on the current working tree (or inspect specific target files).
  2. Partition the changes into small, logical, self-contained chunks:
    • Separate by file whenever possible.
    • For larger files, divide into logical functional blocks (e.g., imports, core logic, tests).
  3. Determine total chunk count (N).

2. Present Chunks Iteratively (One Turn per Chunk)

For each chunk (e.g., Chunk X of N):

  1. Heading & File Link: ### Chunk X of N: path/to/file.rs (use clickable markdown file links).
  2. Context & Rationale: Provide a concise 1-2 sentence explanation of what changed in this chunk and why.
  3. Test Coverage Verification: Invoke the check-test-coverage skill for the modified file:
    • Verify that all custom logic branches, state transitions, and error paths in this file/chunk are covered by tests.
    • Confirm zero test bloat (no redundant tests asserting standard library behaviors, compiler derives, or third-party macros).
    • Report a concise 1-line coverage status.
  4. Diff Snippet: Provide a clean diff code block containing only the relevant hunk.
  5. Approval Prompt: Ask: Please reply with **"good"** to approve and move to Chunk X+1.
  6. STOP and WAIT: Do NOT output subsequent chunks in the same turn. Yield control and wait for user input.

Read the full file on GitHub · 81 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. today Changed · +13 lines 287adca958f5
  2. 7d ago First seen · 68 lines · 15 tokens per session scan A 791eacafeb40

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository r3bl-org/r3bl-open-core (483 stars, last pushed today), licensed Apache-2.0. It adds 15 tokens to every session and 768 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-30.