Release gate
Skill wakqasahmed/ai-engineering-workflow-skills/skills/engineering/release-gate
Canonical AI engineering workflow skills, aggregated by wakqasahmed/skills
npx -y skills add wakqasahmed/ai-engineering-workflow-skills --skill release-gateAssembled 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.
What its author says it does
Copied from the file, not written here
Check deployment, staging, rollback, and health verification before release. Use for user-facing, infrastructure, CI/CD, integration, or high-risk changes.
SKILL.md
1.1 KB, as published. Nobody here has run it
Release Gate
Use this before staging or production release.
Workflow
- Confirm the reviewed commit or artifact being released.
- Confirm environment and deployment mechanism.
- Run the smallest deployment validation available.
- Smoke-test the critical route or workflow.
- Record rollback path.
- 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.