Run the full verification battery and block on red before any commit/PR. Use before /git-commit, before claiming a task done, or when the user says "run the tests", "is it green?", "verify before commit", or mentions "/test-gate". Discovers the commands from AGENTS.md §5 and docs/TESTING.md, brings up hermetic Docker infra if a compose file exists, runs lint → typecheck → unit → property → contract → integration (→ e2e) fail-fast, reads the real output, and refuses to proceed on any failure. Never reports passing without having watched it pass; never prints secrets from env or logs.
$npx -y skills add gabrieldabbah/genesis --skill test-gateInstalls into the current project.
Run `npx skills use "https://github.com/gabrieldabbah/genesis" --skill "gabrieldabbah/genesis/test-gate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gabrieldabbah/genesis" that are relevant to the current task. Run `npx skills add "https://github.com/gabrieldabbah/genesis"` and select the relevant skills, then follow their instructions.