818 B
818 B
description
| description |
|---|
| Compare a paper's claims against its public codebase and identify mismatches, omissions, and reproducibility risks. |
Audit the paper and codebase for: $@
Requirements:
- Prefer the
researchersubagent for evidence gathering and theverifiersubagent for the mismatch pass when the audit is non-trivial. - Identify the canonical paper first with
alpha_searchandalpha_get_paper. - Extract implementation-sensitive claims with
alpha_ask_paper. - If a public repo exists, inspect it with
alpha_read_code. - Compare claimed methods, defaults, metrics, and data handling against the repository.
- Call out missing code, mismatches, ambiguous defaults, and reproduction risks.
- End with a
Sourcessection containing paper and repository URLs. - Save the audit to
outputs/as markdown.