Configures GitHub Actions CI/CD workflows for testing, linting, and deployment
集成
release-health-gates
试用Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass
它能做什么
Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass
技能文档
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
- Scope & Risk – Are all blocking issues closed or deferred with owners?
- Quality Signals – Are required checks, tests, and soak times satisfied?
- Comms & Docs – Are docs merged and release notes posted?
- Operations – Are runbooks, oncall sign-off, and rollback plans ready?
Workflow
- Load skill to access gate modules.
- Attach Release Gate section to deployment PR.
- Use tracker data to auto-fill blockers and highlight overdue tasks.
- 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.
相关技能
Implements GitHub or GitLab issues via parallel subagents with review gates between task batches
Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement
Prepares pull requests by running quality gates, drafting descriptions, and validating tests
Applies coarse-grained service architecture for deployment independence
Runs a three-tier codebase audit (git history, targeted scans, full review) with gating