What problem does it solve?
A released archon binary can silently fail in real installation contexts, so this Skill verifies the exact artifact works end-to-end after install rather than assuming the build is correct.
Core Features & Use Cases
- End-to-end release smoke testing across a selected install path (Homebrew on macOS, curl install on macOS, or curl install on a remote Linux VPS).
- Install integrity and traceability via captured version output and a post-install SHA-256 so bug reports can map to the exact tested artifact.
- Functional regression checks including version correctness, embedded bundled workflows presence, Claude SDK round-trip (assist), optional env-leak gating, and isolation list sanity.
- Safety-first operational guardrails that confirm release scope, avoid touching the dev bun link binary, and always clean up/uninstall even when tests fail.
Quick Start
Ask it to run the smoke test on the released artifact by specifying an install path and expected version, for example: "Run /test-release brew 0.3.1".