evidence-auditor
16
总安装量
14
周安装量
#21851
全站排名
安装命令
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill evidence-auditor
Agent 安装分布
claude-code
11
gemini-cli
10
codex
8
cursor
8
antigravity
7
Skill 文档
Evidence Auditor (peer review)
Goal: for each claim, either (a) point to the supporting evidence in the manuscript, or (b) write a concrete gap with an actionable fix.
Inputs
output/CLAIMS.md
Outputs
output/MISSING_EVIDENCE.md
Output format (recommended)
For each claim:
Claim: copy the claim textEvidence present: what the paper provides (experiments/theory/citations)Gap / concern: what is missing or weakMinimal fix: the smallest additional evidence that would address the gapSeverity:major|minor(optional)
Workflow
- Iterate claims in
output/CLAIMS.md. - For empirical claims, check:
- dataset/task definition is clear
- baselines are appropriate
- evaluation protocol is valid
- ablations/sensitivity analyses exist where needed
- For conceptual claims, check:
- definitions are unambiguous
- assumptions are stated
- claims do not exceed what is argued
- Write
output/MISSING_EVIDENCE.mdas a list of claim-by-claim entries.
Definition of Done
- Every claim from
output/CLAIMS.mdhas an evidence note or a gap item. - âFixâ items are actionable (what to add, not âmore experimentsâ).
Troubleshooting
Issue: you cannot locate the evidence in the paper
Fix:
- Mark the claim as âevidence not locatableâ and ask for a clearer source pointer (or re-extract claims with better pointers).
Issue: the audit starts proposing new claims
Fix:
- Stop; only critique what exists in
output/CLAIMS.mdand the manuscript.