← ClaudeAtlas

elenchuslisted

Adversarial pre-merge code review — drive /code-review, then run the three passes diff-reading skips (reproduce the load-bearing claim, trace every consumer, review against the whole repo) and the bug-class rubric that catches reachable destructive ops, unmirrored parallel-path guards, migration crashes, and dead features that still pass CI. Use before merging a substantive change, when asked to "review it like a hostile reviewer", "hunt edge cases", "break this before merge", "is this actually mergeable", or to give a self-authored change an independent pass. Reads optional per-repo hints from the `## elenchus` section of `.claude/skill-context.md`.
ajbarea/techne · ★ 1 · Code & Development · score 70
Install: claude install-skill ajbarea/techne
# Elenchus ἔλεγχος — the Socratic cross-examination: you do not confirm what the author meant, you hunt the one input that **refutes the claim the change rests on**. A change is innocent of nothing until you have tried to break it and failed. You are the independent adversary in the chair, never the author defending the diff. This skill exists because the same model that writes a change is a poor judge of it: the author reviews what they *intended*, under ship-it momentum, against a mental model that hides what the code actually does. The fix is not a smarter model — it is an **independent reader running a fixed adversarial protocol against the whole repo, reproducing as it goes**. That is the entire method. Everything below operationalizes it. ## The cardinal rule: independence is mechanical If you (or this session) authored the change under review, you are the wrong reviewer **by construction** — you cannot un-know what it was supposed to do. Restore independence with tools, not willpower: - **Primary:** run `/code-review` at `high` (spawns independent local review agents) or `ultra` (multi-agent cloud review) so the verdict comes from a context that never wrote the code. Scale to risk: `ultra`/`high` for anything destructive, security/governance-sensitive, or shipping to a sensitive target. - **Fallback / supplement:** dispatch a fresh review subagent (the `Task`/Agent tool) with the diff and this rubric but **no authorship narrative**. **Never hand-read your own dif