Claude Skills · Code Review & Testing

Adversarial Case Builder

wanshuiyin/Anti-Autoresearch

Synthesize the single strongest EVIDENCE-BOUND reviewer case to reject a paper, built ONLY from the evidence ledger (claims.json) + the other auditors' confirmed findings — never free-floating LLM critique. Two fresh cross-model codex threads: an attack writes the ~200-word rejection paragraph (every accusation tagged to an existing claim_id/finding_id), a defense decomposes it and rules each point against the anchored evidence. MEMO-ONLY: emits adversarial-case-builder.memo.md (fed to the adjudicator via --memo) and carries NO verdict weight — tools/adjudicate_findings.py lists it in ZERO_WEI...

★ 149 Synced 4 hours ago View SKILL.md

At a glance

Code Review & Testing Manual install Python Actively maintained

This skill is for Code Review & Testing and helps you build adversarial rejection cases for paper review, synthesize evidence-bound reviewer critiques, and construct defense arguments against paper critiques.

Install git clone --depth 1 https://github.com/wanshuiyin/Anti-Autoresearch cp -r Anti-Autoresearch/skills/adversarial-case-builder ~/.claude/skills/adversarial-case-builder
Can use BashReadWriteMCP

Setup, runtime and requirements describe wanshuiyin/Anti-Autoresearch, the repo this skill ships in.

peer-reviewEvidence BasedPaper Reviewadversarial-testingClaims ValidationMeta Research

Also in wanshuiyin/Anti-Autoresearch

View the repo
AI Style Impressions Code Review & Testing

Transparent, itemized impressions of AI-generated WRITING STYLE — the repo's ONLY non-integrity track. Two passes: a deterministic defensive...

Anti Autoresearch Presentations

End-to-end substantive-integrity forensic sweep of a research paper (especially autoresearch / AI-Scientist-style output). Orchestrates the...

Audit whether a paper's baseline comparisons are COMPLETE, FAIR, and SIGNIFICANT: a required recent SOTA baseline is missing while 'best/SOT...

Citation Forensics Code Review & Testing

Citation-integrity forensics: is every reference real, correctly attributed, and used in a context the cited work actually supports? Catches...

Consistency Audit Documents & Spreadsheets

Flagship intra-paper self-consistency forensics: does the paper contradict ITSELF across abstract/intro/tables/body/appendix, and does the m...

Eval Design Forensics Code Review & Testing

Audit whether a paper's EVALUATION DESIGN actually measures what it claims and whether its reporting is complete — the validity layer family...

Evidence Ledger Documents & Spreadsheets

Build the deterministic evidence ledger (artifact_manifest.json + claims.json) that every other Anti-Autoresearch auditor reads. One pass in...

Experiment Forensics Code Review & Testing

Audit experiment integrity against the evidence ledger. At L2 (repo + result files present) a fresh cross-model reviewer reads the eval code...

MEMO-ONLY prior-work overlap advisory: surfaces the two ADVISORY taxonomy signals neither a tool nor a model can decide from the paper alone...

Presentation Signals Presentations

Checkable-ish surface presentation signals a reviewer notices first — duplicate/near-identical tables, leftover pipeline/template strings, t...

Proof Derivation Forensics Documents & Spreadsheets

Family-G proof & derivation integrity forensics: does a THIRD PARTY's written proof/derivation actually establish its theorem, or does it sk...

Other Code Review & Testing skills

Grill With Docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

Resolving Merge Conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

Scaffold Exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

Migrate To Shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

Triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

Batch Grill Me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.