brewtools:deploy
Installation
SKILL.md
[DICT: P=Phase, EXEC=EXECUTE using Bash tool, AUQ=AskUserQuestion, WF=workflow, CFG=config, REF=references, GH=gh CLI, TPL=template, LOPS=deploy-local-ops.sh]
GitHub Actions Deployment
Manage GitHub Actions — WFs, releases, GHCR, CI/CD with safety gates + persistent CFG.
Robustness Rules (MANDATORY — ALL phases)
Fail-Fast
| Rule | Scope |
|---|---|
Every Bash call: && echo "OK ..." || echo "FAILED ..." |
ALL scripts |
| On FAILED: stop phase, report error, !=retry same command blindly | ALL |
| Max 2 retries per failed op. After 2nd — report + stop | ALL |
| Script exits non-zero: read stderr, diagnose, fix root cause, retry ONCE | Scripts |