What problem does it solve?
This Skill verifies that a released Archon binary behaves correctly after installation, so you can confidently confirm the exact artifact users will download (and avoid “works on my machine” release surprises).
Core Features & Use Cases
- Multi-path install validation: Tests three common install flows—Homebrew (
brew), macOS curl installer (curl-mac), and Linux curl installer on a VPS (curl-vps).
- Artifact certainty: Captures the installed binary path and SHA256 immediately after installation to ensure the test matches the release being reported.
- Operational smoke suite: Confirms version/build metadata, validates bundled workflow availability, exercises the Claude-based assist workflow (including a resolver error path), optionally checks an env-leak gate, and performs an isolation sanity check.
- Cleanup and isolation of dev environment: Ensures the developer
bun link binary is not touched, and it uninstalls the installed release binary so the system returns to its prior state.
Quick Start
Ask the AI to run the smoke test for the released binary by choosing an install path and (optionally) the version, for example: "Run test-release for curl-mac to verify version 0.3.1."