skills/deploy/SKILL.md
Deploy one or more services end-to-end with health verification
npx skillsauth add benaskins/humanpowers deployInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deploy one or more services end-to-end. Follow every step in order — do NOT proceed to the next service until the current one is verified healthy.
For EACH service:
git status in all affected repos — commit or stash any uncommitted changescurl -s against the health endpointOnly move to the next service after the current one is confirmed healthy. If anything fails, diagnose and fix before proceeding.
$ARGUMENTS
testing
Review open issues and PRs across the workspace to decide what needs action
testing
Use before claiming any fix, deploy, or implementation is complete. Requires showing evidence — not assertions.
development
Use when executing an implementation plan. Builds in TDD cycles with disciplined commits — one commit per plan step, no unrelated files swept in.
tools
Orient in project state before starting work