agentsclimarketplace

Release gate

Skill wakqasahmed/ai-engineering-workflow-skills/skills/engineering/release-gate

Check deployment, staging, rollback, and health verification before release. Use for user-facing, infrastructure, CI/CD, integration, or high-risk changes.From its SKILL.md

Install
npx -y skills add wakqasahmed/ai-engineering-workflow-skills --skill release-gate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 192 tokens by cl100k_base, as published. Nobody here has run it

Release Gate

Use this before staging or production release.

Workflow

  1. Confirm the reviewed commit or artifact being released.
  2. Confirm environment and deployment mechanism.
  3. Run the smallest deployment validation available.
  4. Smoke-test the critical route or workflow.
  5. Record rollback path.
  6. Create a HITL issue if deployment needs missing human-held access.

Required For Medium/High Risk

  • CI status
  • Review status
  • Target environment
  • Smoke test command
  • Rollback command or previous artifact
  • Health check signal

Guardrails

  • Prefer deploying reviewed artifacts over rebuilding unreviewed source.
  • Do not deploy production from unreviewed PRs.
  • Do not silently work around missing secrets, DNS, or account permissions.
  • Test database safety (disposable/dedicated storage, staging backup timing) follows system-level/core.md (Test Database Safety) — this gate does not relax it.

What ships with it: 10 files

28.4 KB alongside SKILL.md, 6 of them executable

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.