Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Release-readiness umbrella check for a scaffolded harness — runs doctor, witness verify, hardcoded-path scan, MCP server config, and GCP Secret Manager validation in one shot. Exits non-zero if any sub-check fails.
.claude/skills/ruvnet-validate-harness/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -60% | 0% |
> Codex skill that runs the 5 release-readiness gates from harness validate.
| # | Check | What it does | |---|-------|--------------| | 1 | doctor | File shape + manifest sha256 + at-least-one host artifact | | 2 | verify | Witness manifest signature (Ed25519) — skipped if no witness yet | | 3 | path-guard | Scans your TS/JS/Rust files for hardcoded /tmp/, C:\, /Users/, /home/ — the original Windows /tmp bug regression class | | 4 | mcp | .mcp/servers.json entries have name + command | | 5 | secrets | gcloud auth list + project + NPM_TOKEN exist in GCP Secret Manager |
Each check reports PASS / FAIL / WARN with a one-line detail. Exits 1 if any FAIL.
/validate-harness
/validate-harness path=./my-harness
/validate-harness path=./my-harness skip_gcp=true
/validate-harness secret=NPM_TOKEN_DEVbashharness validate ./my-harness --skip-gcp --secret=NPM_TOKEN_DEV
Before iter 20, you needed to remember to run harness doctor, harness verify, harness secrets check, and node scripts/path-guard.mjs separately. This is the single release-readiness gate.
Other measured skills in the registry, with their headline benchmark lift.