Setup & Installation

Install Nm Minister Release Health Gates using the ClawHub CLI or OpenClaw CLI:

clawhub install nm-minister-release-health-gates

If the CLI is not installed:

npx clawhub@latest install nm-minister-release-health-gates

Or install with OpenClaw CLI:

openclaw skills install nm-minister-release-health-gates

View on ClawHub · View on GitHub

What This Skill Does

Nm Minister Release Health Gates is a Software Development skill for OpenClaw by athola.

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

  • Release Gate markdown snippet (embed in PR/issue).
  • QA Handshake summary referencing GitHub Checks.
  • Rollout scorecard that persists in tracker data for retros.

Exit Criteria

  • All release gates evaluated and documented.
  • Any blocking gates have waiver approvals recorded.
  • Deployment PR contains embedded Release Gate snippet.
  • Rollout scorecard saved for post-release retrospective.

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

Version History

Latest version: 1.0.0

First published: Apr 14, 2026. Last updated: Apr 14, 2026.

1 version released.

Frequently Asked Questions

Is Nm Minister Release Health Gates free to use?
Yes. Nm Minister Release Health Gates is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What languages/platforms does Nm Minister Release Health Gates support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Nm Minister Release Health Gates will work seamlessly across operating systems.
How do I update Nm Minister Release Health Gates?
Run openclaw skills update nm-minister-release-health-gates to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use Nm Minister Release Health Gates with other skills?
Yes. OpenClaw skills are composable — you can combine Nm Minister Release Health Gates with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.