agent-nextup: Skill for Claude Code

.claude/skills/adversarial-review/SKILL.md

adversarial-review is a skill for Claude Code from white1024/agent-nextup. It costs 89 tokens per session (717 once invoked), scanned A, original, MIT.

A document-checking workflow that sends a fresh-context agent to verify claims against source code and the real environment. It is intended for documents such as new files, rewritten sections, and public README files.

In plain words
What is it for?
Use it to review documentation or the current document diff before committing a significant change, with findings tied to source files and lines.
Why use it?
It reduces the risk of publishing incorrect instructions about interface wording, commands, paths, tools, or available features. The reviewer checks the work independently instead of trusting the agent that wrote it.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

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

Reuse

Borrowing it

Nothing to install: this file belongs to white1024/agent-nextup. 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/white1024/agent-nextup/main/.claude/skills/adversarial-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/white1024/agent-nextup

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/white1024/agent-nextup/adversarial-review.svg)](https://agentmods.dev/skills/white1024/agent-nextup/adversarial-review)
Your own site
<a href="https://agentmods.dev/skills/white1024/agent-nextup/adversarial-review"><img src="https://agentmods.dev/badge/skills/white1024/agent-nextup/adversarial-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 717 The whole file, excluding the scripts and references it only reads on demand.
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.00089 $0.00717
Opus 5 $0.00044 $0.00358
Sonnet 5 $0.00018 $0.00143
Haiku 4.5 $0.00009 $0.00072

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

Security

Grade A, and why

adversarial-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 6d 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/skills/adversarial-review/SKILL.md · 46 lines

How it starts

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

adversarial-review — adversarial document review

The principle: verification is not self-verification. The session that wrote the document cannot be its own reviewer. Dispatch a general-purpose fresh-context agent and tell it explicitly not to trust the author.

1. Set the scope

  • With arguments: review those files.
  • Without arguments: the .md files in the unpushed diff, including uncommitted changes.
  • Pure code changes are out of scope for this skill — that is what code review is for.

2. What the dispatch prompt must include

Instruct the agent to check each item against the code and the real environment, citing source file and line. Documents corroborating each other does not count.

What to check Check it against
UI wording (buttons, page names, fields, required vs optional) Frontend source and the i18n resources
Commands and scripts The project's build and dependency manifests, and whether the script files actually exist
Path claims (disk contract, output locations) The path constants defined in code, and the real filesystem
List claims (tools, templates, commands) The registry or enum in code (the single source of truth)
Behaviour claims (automation, defaults, the authorisation model) The corresponding core module source
Relative links Resolve every one of them
Internal consistency Between the documents under review, and against existing outward-facing documents
The counting red line Flag every tool count, test count or step count hard-coded in prose — those should point at a single source rather than being written out a second time

If the project provides a "where to check each claim" reference (look at the development documents the CLAUDE.md index points to), include that whole table in the dispatch prompt so the agent does not have to find the sources itself.

Report format: one line per finding, [error/warn/nit] file:line · claim · reality (source file:line). List the categories that came back clean as "checked" too, and end with a verdict on whether this can be committed as is.

Read the full file on GitHub · 46 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. 6d ago First seen · 46 lines · 0 tokens per session scan A fed8b21f4b95

Subscribe to this mod's changes

adversarial-review is a skill published in the GitHub repository white1024/agent-nextup (2 stars, last pushed 25d ago), licensed MIT. It adds 89 tokens to every session and 717 once invoked, about $0.0004 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 skills, from other repositories

[object Object]

Skill "[object Object]" from microsoft/apm, covering what this package does, getting started, available primitives and included workflows.

microsoft/apm · 8 tokens

apm-usage

Activate when the user asks about APM (Agent Package Manager): installing, configuring, authoring, or troubleshooting AI-agent packages, dependencies, compilation, MCP servers, policy, or any apm CLI command.

microsoft/apm · 49 tokens

context-canvas-checkpoint

Maintain an optional session task map and explicit retrievable references in Context Canvas Codex. Use when navigation or long-context offload would materially help with goals, decisions, progress, dependencies, blockers, next steps, exploration summaries, large textual tool results, or selective historical…

phenomenoner/Chatgpt-Codex-App-Plus · 88 tokens

context-canvas-reflection

Run one bounded trajectory reflection when repeated same-cause failures, contradicted assumptions, real-use failure after local green, material scope drift, a materially unresolved phase boundary, an unapproved authority-sensitive next effect, or user doubt suggests the current path may be wrong. Use Context Canvas…

phenomenoner/Chatgpt-Codex-App-Plus · 99 tokens

operate-a2a-superhub

Operate and diagnose the A2A Superhub product across its CLI, HTTP, and declared MCP/A2A surfaces. Use when the user explicitly asks to inspect a Superhub, create or read Superhub tasks or artifacts, work with Superhub memory/inbox/wakeup/handoffs, validate this product skill, diagnose auth/index/queue/capability…

phenomenoner/Chatgpt-Codex-App-Plus · 132 tokens

contorium-workspace-memory

Use Contorium workspace memory layers (focus, session events, Git, export) when resuming AI work or avoiding repeated project explanation.

ContoriumLabs/contorium · 33 tokens