Imported from Mahmoudimahyar/paper-to-allele (
.agents/skills/km-verify/SKILL.md). Install upstream withnpx skills add Mahmoudimahyar/paper-to-allele --skill km-verify. Copyright stays with the author.
Verify
python scripts/verify_repo.py— 8 mandatory steps, identical to CI. It never skips a step; a missing tool is a failure, not a skip.python scripts/acceptance.py run <TASK>— runs the task's acceptance commands and writes evidence to.artifacts/<TASK>/.python scripts/acceptance.py mark <TASK> <N> --evidence <log>for each criterion actually demonstrated by that evidence.python scripts/taskctl.py set <TASK> COMPLETE— refuses unless every criterion is met with existing evidence, and re-runs the commands itself.
Do not edit docs/work/acceptance.json by hand; a hook blocks it. Do not use taskctl --force: that is a human override, not a way to unblock yourself.
For high-risk changes, run a separate skeptical review that tries counterexamples and permission/security failures. Report commands and results. "Looks good" is not evidence.