What problem does it solve?
This skill automates building the real production installer for AlgoBooth on a dedicated test machine and surfaces an unsigned installer for manual smoke testing. It wraps the repo-root script test-production.ps1, which performs a pull, conditional dependency installs, a tauri build, and opens the resulting installer for handoff.
Core Features & Use Cases
- End-to-end production build: pull current checkout, install dependencies as needed, run tauri build, and generate the installer for QA.
- Flexible workflow: map user-provided flags to the script's switches to control install, clean, skip-pull, and no-install-deps behaviors.
- Observability: report source update status (commit SHAs), build outcome, and the installer path (target/release/bundle) for easy handoff.
- Guardrails: ensure a clean working tree and warn about unsigned build status; provide diagnostic guidance on failures.
Quick Start
Run the production-build skill on the test machine to generate the production installer and hand it off for smoke testing.