deployment-checker
Installation
SKILL.md
deployment-checker
Stage 2 of the autonomous deployment pipeline. Polls the team's health endpoint using a cheap bash script until the deployed sha matches the merged PR's sha, or times out. Exits with a structured result and applies deployed or deploy-failed label.
Design goal: zero token burn during polling. The Claude agent runs only to set up the poll and process the result. All polling is done by the bash script.
When to Use
- Dispatched by
/post-mergeafter a PR merges - Manual:
/deployment-checker PR_NUMBER org/repo
Invocation
/deployment-checker 42 fellowship-dev/pylot