Nm Minister Release Health Gates
by @athola
Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass
clawhub install nm-minister-release-health-gatesπ About This Skill
name: release-health-gates description: | Standardize release approvals with GitHub-aware checklists and deployment gate validation version: 1.9.4 triggers: - release - github - readiness - quality - governance metadata: {"openclaw": {"homepage": "https://github.com/athola/claude-night-market/tree/master/plugins/minister", "emoji": "\ud83e\udd9e"}} source: claude-night-market source_plugin: minister
> Night Market Skill β ported from claude-night-market/minister. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Release Health Gates
Purpose
Standardize release approvals by expressing gates as GitHub-aware checklists. Ensure code, docs, comms, and observability items are green before deployment.
Gate Categories
1. Scope & Risk β Are all blocking issues closed or deferred with owners? 2. Quality Signals β Are required checks, tests, and soak times satisfied? 3. Comms & Docs β Are docs merged and release notes posted? 4. Operations β Are runbooks, oncall sign-off, and rollback plans ready?
Workflow
1. Load skill to access gate modules. 2. Attach Release Gate section to deployment PR. 3. Use tracker data to auto-fill blockers and highlight overdue tasks. 4. Update comment as gates turn green; require approvals for any waivers.
Outputs
Exit Criteria
Troubleshooting
Common Issues
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
π Tips & Best Practices
Common Issues
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag