Software-Engineer-AI-Agent-Atlas: Skill for Claude Code

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

adversarial-review is a skill for Claude Code from syahiidkamil/Software-Engineer-AI-Agent-Atlas. It costs 110 tokens per session (1,203 once invoked), scanned A, original, no licence file.

A skill for reviewing completed code or product work from a deliberately skeptical perspective.

In plain words
What is it for?
Use it after implementing a feature, completing a build, or reviewing a diff, running application, or codebase.
Why use it?
It looks for failures and overlooked problems before a change is shipped.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is syahiidkamil/Software-Engineer-AI-Agent-Atlas's own configuration. It tells Claude Code how to work on Software-Engineer-AI-Agent-Atlas 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 Software-Engineer-AI-Agent-Atlas configures →

Reuse

Borrowing it

Nothing to install: this file belongs to syahiidkamil/Software-Engineer-AI-Agent-Atlas. 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/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/adversarial-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas

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/syahiidkamil/software-engineer-ai-agent-atlas/adversarial-review/github.svg)](https://agentmods.dev/skills/syahiidkamil/software-engineer-ai-agent-atlas/adversarial-review)
Your own site
<a href="https://agentmods.dev/skills/syahiidkamil/software-engineer-ai-agent-atlas/adversarial-review"><img src="https://agentmods.dev/badge/skills/syahiidkamil/software-engineer-ai-agent-atlas/adversarial-review/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-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/syahiidkamil/software-engineer-ai-agent-atlas/adversarial-review"><img src="https://agentmods.dev/badge/skills/syahiidkamil/software-engineer-ai-agent-atlas/adversarial-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,203 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 unknown 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.00110 $0.01203
Opus 5 $0.00055 $0.00602
Sonnet 5 $0.00022 $0.00241
Haiku 4.5 $0.00011 $0.00120

Measured 12d ago against content hash a906fc3404c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 12d 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 · 77 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 77 lines · 110 tokens per session scan A a906fc3404c7

Subscribe to this mod's changes

adversarial-review is a skill published in the GitHub repository syahiidkamil/Software-Engineer-AI-Agent-Atlas (395 stars, last pushed 2mo ago), with no licence file. It adds 110 tokens to every session and 1,203 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

review-request

A tool for sending a code change, document, or commit range to a colleague’s own coding agent for review, and receiving review requests from them.

heypandax/cc-pocket · 79 tokens

test-audit

Audit test suites for T1-T4 violations using AST analysis, mock detection, and multi-stage synthesis. Invoke when user asks to audit tests, check test quality, find mock violations, review test effectiveness, or inspect test suites for over-mocking. Triggers automatic rewrites when quality gates fail.

QBall-Inc/the-bulwark · 0 tokens

code-review

Comprehensive code review with distinct aspect based sections. Use when reviewing code, checking for security issues, finding type safety problems, auditing code quality, or when user asks to review code, PRs or changes. Three-phase workflow runs static tools, LLM judgment, and writes diagnostic log.

QBall-Inc/the-bulwark · 61 tokens

spec-drift-check

Audits a WP brief for drift against current code — extracts claims, verifies each, emits PROCEED/STOP verdict. Use when starting a new WP, before consuming a spec as binding, or when a doc references paths/lines/functions.

QBall-Inc/the-bulwark · 54 tokens

besimple-broccoli-blind

Non-interactive wrapper: plan-sketch -> auto-pick recommended options -> plan-write -> plan-critique-loop -> implement-from-plan -> claude-simplify-wrapper -> dedup -> code-review-loop. No PR creation and no Linear comments.

besimple-oss/broccoli · 58 tokens

code-review-loop

Iterative review+fix loop for BASESHA..HEAD: generate findings, apply accepted fixes, run checks, commit, and re-review up to 3 iterations or until clean.

besimple-oss/broccoli · 40 tokens