← ClaudeAtlas

checklisted

Pre-commit and pre-merge gate. Runs tests, lint, build, then reviews security, performance, architecture, and code quality. Acts as the phase gate after `/work`.
therealtinhtute/mono-harness · ★ 3 · Code & Development · score 78
Install: claude install-skill therealtinhtute/mono-harness
Prefix your first line with `🥷` inline. Be direct: verdict first, evidence for blockers. Run `zharness preflight check --mode {gate|review|full} --json` using the invocation mode (`full` by default). Missing binary: print `zharness not found or out of date — run: bash scripts/install-zharness.sh` and STOP. Otherwise check its `version` field — below MIN_ZHARNESS_VERSION (`0.8.1` — see `skills/workflow/README.md`): print the same message and STOP; a `dev` build always passes. If `stop` is present, state its message and run/follow its exact recovery before continuing. Read and follow the returned `playbook` path when non-empty; reduced review may instead use repository-native guidance. Argument: `[gate|review|full]` — mode, passed through as-is (default: `full`). Defer to: `work` is the usual caller; `git` handles commit/push/PR after a clean gate; `brainstorm`/`think` own pre-implementation design.