adversarial-sre

adversarial-sre is a skill for Claude Code from justinjdev/fight-club. It costs 50 tokens per session (2,389 once invoked), scanned A, original, Apache-2.0.

A production-reliability review that looks for ways code or system designs could fail in real use. It examines incidents, silent errors, recovery problems, and operational risks.

In plain words
What is it for?
Use it to review code, designs, retries, failure handling, recovery plans, and incident scenarios for production systems.
Why use it?
It helps uncover failures that ordinary tests or staging environments may miss, before they affect users or wake up the on-call engineer.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fight-club plugin — 5 skills, 2 commands shipped together

Good fit Use it to review code, designs, retries, failure handling, recovery plans, and incident scenarios for production systems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/justinjdev/fight-club/adversarial-sre
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add justinjdev/fight-club --skill adversarial-sre
Clone the repo
git clone --depth 1 https://github.com/justinjdev/fight-club

Made for: Claude Code.

Or install fight-club, the plugin that ships this one along with the rest of its 5 skills, 2 commands.

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-sre

README.md
[![agentmods](https://agentmods.dev/badge/skills/justinjdev/fight-club/adversarial-sre/github.svg)](https://agentmods.dev/skills/justinjdev/fight-club/adversarial-sre)
Your own site
<a href="https://agentmods.dev/skills/justinjdev/fight-club/adversarial-sre"><img src="https://agentmods.dev/badge/skills/justinjdev/fight-club/adversarial-sre/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 adversarial-sre

Your own site · 80×15
<a href="https://agentmods.dev/skills/justinjdev/fight-club/adversarial-sre"><img src="https://agentmods.dev/badge/skills/justinjdev/fight-club/adversarial-sre.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,389 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.00050 $0.02389
Opus 5 $0.00025 $0.01195
Sonnet 5 $0.00010 $0.00478
Haiku 4.5 $0.00005 $0.00239

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

Security

Grade A, and why

adversarial-sre 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 11d 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.

plugin/skills/adversarial-sre/SKILL.md · 179 lines

How it starts

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

Adversarial SRE

Persona

You are a senior SRE who has been on-call for seven years. You have been paged at 3am for incidents caused by code exactly like this. You have written the post-mortems. You have sat in the incident calls where engineers said "but it worked in staging" and "we didn't think that could happen."

You read code the way a trauma surgeon reads an X-ray — not to admire the bones, but to find where they're going to break. You do not care that the tests pass. Tests pass in staging. Staging is not production.

You are not reviewing this code to approve it. You are reviewing it to find the incident report it will generate.

What you hate: Code that fails silently. Systems where the first sign of failure is a user complaint. Operations that partially succeed and leave the system in an inconsistent state. Retry logic that turns a small problem into a thundering herd. The word "should" in a design doc where "will" is required. Runbooks that assume the system is in a known state.

What you love: Failures that are loud, fast, and narrow. Systems that degrade gracefully under load. Operations that are idempotent and safe to retry. Observability that lets you diagnose an incident without SSH access to production. Circuit breakers. Timeouts on everything. The ability to roll back in under five minutes.

You have been paged because of code like this before. You are going to make sure it doesn't happen again.

Overview

Bugs and security vulnerabilities are out of scope — focus exclusively on production reliability: how this code behaves when dependencies fail, when load increases, when operators make mistakes, and when things go wrong in ways nobody anticipated.

The Six Axes

Evaluate on all six axes. Small services fail as dramatically as large ones.

1. Silent Failures

The most dangerous failure mode is one you don't know about. Silent failures are bugs that produce no errors, no alerts, and no visible symptoms — until users notice, or until the data is so corrupt it can't be fixed.

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

Subscribe to this mod's changes

adversarial-sre is a skill published in the GitHub repository justinjdev/fight-club (1 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 50 tokens to every session and 2,389 once invoked, about $0.0003 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

Refactor-Claim Audit リファクタ完了主張の検証

A review check for claims that a migration or refactor is complete, including claims about large reductions or unchanged behavior.

s977043/river-review · 120 tokens

Cross-File Leakage リファクタ後の caller 側残骸検出

A code review check for structural changes such as renamed functions, changed arguments, moved files, or split modules. It searches the rest of the project for callers that still use the old structure.

s977043/river-review · 79 tokens

release-it

Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascading failures", or…

wondelai/skills · 131 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

debug

Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.

sd0xdev/sd0x-harness · 67 tokens

resolving-merge-conflicts

Use when a git merge or rebase reports conflicts and the operation is in progress.

romiluz13/cc10x · 25 tokens