Documentation
README
Deploy
HARD GATE β Do not deploy without running tests first. Run
testor your CI suite before this skill.HARD GATE β Use this skill from a CI/CD pipeline or post-merge on
main/master. Never deploy from a feature branch.HARD GATE β The deploy skill orchestrates deployment; the
smoke-testskill validates post-deploy health. Chain them:deploy β smoke-test.
Orchestrate a full build-to-deployment pipeline: build the artifact, verify it exists and is non-empty, invoke a platform deploy tool (MCP or CLI), poll until the deploy completes or times out, then run a baseline smoke test against the live URL.
Pipeline Stages
build β verify artifact β deploy β wait/retry β smoke
This is the opening of the README. Read the full README on GitHub.