Giovanni: Command for Claude Code

.claude/commands/redline.md

redline is a command for Claude Code from jaroslavsoucek-art/Giovanni. It costs 35 tokens per session (1,311 once invoked), scanned A, original, MIT.

A command for reviewing a draft with special attention to exact lines, phrases, and sentences that should be deleted or replaced.

In plain words
What is it for?
Use it on a nearly finished draft that needs line-level editing before it is sent. It returns a SHIP, REWRITE, or KILL verdict.
Why use it?
It focuses an existing adversarial review on making precise cuts when the main position is already settled.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

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

Reuse

Borrowing it

Nothing to install: this file belongs to jaroslavsoucek-art/Giovanni. 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/jaroslavsoucek-art/Giovanni/main/.claude/commands/redline.md
Clone the repo
git clone --depth 1 https://github.com/jaroslavsoucek-art/Giovanni

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 redline

README.md
[![agentmods](https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/redline/github.svg)](https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/redline)
Your own site
<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/redline"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/redline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for redline

Your own site · 80×15
<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/redline"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/redline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,311 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.00035 $0.01311
Opus 5 $0.00017 $0.00656
Sonnet 5 $0.00007 $0.00262
Haiku 4.5 $0.00003 $0.00131

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

Security

Grade A, and why

redline 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 10d 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/redline.md · 110 lines

How it starts

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

/redline

Run adversarial review on a draft with emphasis on the verbatim-strike list (lines, phrases, and sentences the principal should delete or replace). This command is an alias for /review — same agent (adversarial-reviewer), same verdict enum, same protocol — with a prompt parameter that biases the agent's output toward maximal line-level redlines.

Use /redline instead of /review when:

  • The draft is ready in shape but needs surgical cuts before sending
  • The principal already has the position locked and wants pure strike output, not strategic pushback
  • Cosmetic / RLHF-stylism cleanup is the goal (the agent flags those as a verbatim strike list)

Use /review (not /redline) when:

  • The position itself may be wrong (strategic pushback is the point)
  • The draft is early-stage and needs counter-case construction, not line edits

The two commands return the same verdict format. The difference is emphasis: /redline weights Pass 3 (symmetry/padding/RLHF-stylisms) and the verbatim-strike section higher than the strongest-counter-case section. Both still run all four passes.

Usage

/redline <draft-path>                     # required positional
/redline <draft-path> --position "..."    # optional one-line position statement
/redline <draft-path> --audience external # internal | external | mixed

If <draft-path> is omitted, the orchestrator looks for the draft inline in the message.

Argument syntax

Identical to /review:

Arg Type Default Meaning
<draft-path> positional Relative path to draft file.
--position "<text>" parameterized string derived One-line position statement.
--audience <level> parameterized inferred internal / external / mixed.

Pre-flight (binding — STOP on failure)

Identical to /review. See .claude/commands/review.md § Pre-flight.

Execution flow

  1. Run pre-flight. STOP on any failure.
  2. Spawn adversarial-reviewer via Task with the same params as /review, plus a prompt emphasis flag:
    subagent_type: adversarial-reviewer
    path: <draft-path or "inline">
    position: <text or null>
    audience: <internal | external | mixed | null>
    emphasis: redline                  # biases output toward verbatim-strike list
    
  3. Wait for agent return. The agent runs all four passes but produces output weighted toward:
    • Verbatim strikes — exact phrases to delete or replace, expanded list
    • Pass 3 findings (symmetry, padding, RLHF preambles, AI-stylisms, hedge phrasing)
    • Voice/quality findings (Pass 4) when audience mismatch detected
  4. Relay agent output verbatim to chat. Same verdict enum (SHIP / REWRITE / KILL).
  5. Do NOT modify the draft. Read-only.

Read the full file on GitHub · 110 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. 10d ago First seen · 110 lines · 35 tokens per session scan A 65a3588630d8

Subscribe to this mod's changes

redline is a command published in the GitHub repository jaroslavsoucek-art/Giovanni (2 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 1,311 once invoked, about $0.0002 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.