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, samplefull— Deep review with project context: reads data documentation, related files, pre-analysis plancompare— Compare two specification files or pre/post versions for specification drift
Flags:
pap:path/to/pap.pdf— Compare against a pre-analysis planvars:outcome1,outcome2— Focus audit on specific outcome variablesdesign:rct|did|iv|rd|panel— Specify research design (auto-detected if omitted)severity:high— Only report high-severity issues