Verify Completion Signal

Use after any long-running subprocess, eval driver, CI gate, or job pipeline run reports apparent success (exit 0 / phase=DONE / "all tests passed") — before accepting the result. Catches the silent-success trap: a process can exit 0 without completing its intended work, and inference from "no error" to "success" is wrong. Require an explicit positive completion artifact (an output file, pass-count line, verdict.json with a status field, non-empty results directory).

oimiragieo Updated 0 repo stars

File contents

oimiragieo/gotcontext-saddle/tree/main/core/skills/verify-completion-signal commit b59d339bc4

Frequently asked questions

npx skillmds@latest add oimiragieo/verify-completion-signal