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.
curl -O https://raw.githubusercontent.com/jaroslavsoucek-art/Giovanni/main/.claude/commands/redline.mdgit clone --depth 1 https://github.com/jaroslavsoucek-art/GiovanniWrote 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.
[](https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/redline)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Run pre-flight. STOP on any failure.
- Spawn
adversarial-reviewerviaTaskwith 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 - 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
- Relay agent output verbatim to chat. Same verdict enum (SHIP / REWRITE / KILL).
- Do NOT modify the draft. Read-only.
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.
- 10d ago First seen · 110 lines · 35 tokens per session scan A 65a3588630d8
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.
Other commands, from other repositories
code-review-swarm
Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis.
pr-manager
Comprehensive pull request management with ruv-swarm coordination for automated reviews, testing, and merge workflows.
sparc-refinement-optimization-mode
🧹 Optimizer - You refactor, modularize, and improve system performance. You enforce file size limits, dependenc...
reviewer
Code review using batch file analysis for comprehensive reviews.
code-review
Automated code review with swarm intelligence.
pr-enhance
Command "pr-enhance" from shyftlabs/continuum, covering pr-enhance, usage, options, examples and enhance pr.