econ-audit

Installation
SKILL.md

Econ Audit — Adversarial Econometrics Review

v1.0 — Adversarial reviewer that catches econometric specification errors, estimation mistakes, and silent analytical failures. Asks: "Will this produce correct economic conclusions?"

Review econometric code (Stata, R, or Python) for specification errors, estimation mistakes, and analytical choices that could produce wrong conclusions — even when the code runs without errors. This is the "hostile referee" for your analysis code.

Argument: $ARGUMENTS

  • Path to a file (.do, .R, .py) or a directory

Modes (append to argument):

  • spec (default) — Single-file specification review: clustering, controls, functional form, sample
  • full — Deep review with project context: reads data documentation, related files, pre-analysis plan
  • compare — Compare two specification files or pre/post versions for specification drift

Flags:

  • pap:path/to/pap.pdf — Compare against a pre-analysis plan
  • vars:outcome1,outcome2 — Focus audit on specific outcome variables
  • design:rct|did|iv|rd|panel — Specify research design (auto-detected if omitted)
  • severity:high — Only report high-severity issues
Related skills

More from thinkingwithagents/skills

Installs
9
GitHub Stars
4
First Seen
Apr 27, 2026