/release-engineering
Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering
$ npx -y skills add majiayu000/spellbook --skill release-engineering --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/release-engineering
Context preview
The summary Claude sees to decide when to auto-load this skill.
Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering
SKILL.md
release-engineering.SKILL.mdname: release-engineering
description: Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering from a bad deploy, or defining release policy for a repo.
Release Engineering
Purpose
Use this skill to turn "ready to merge" into a controlled release. It connects code, data, config, deployment, monitoring, and rollback.
Release Classification
Classify the release before choosing gates:
| Type | Extra Gates | |---|---| | Patch fix | focused regression test, rollback proof | | Feature release | feature flag, docs/changelog, product acceptance | | API or SDK change | versioning, deprecation, compatibility tests | | Database migration | `data-contract-migrations`, backup, backfill, recovery | | Config or secret change | `config-secrets-environments`, rotation, drift check | | Infrastructure change | canary, health checks, capacity and rollback |
Release Plan
For non-trivial releases, require:
1. Version or release identifier. 2. Changelog entries grouped by user impact. 3. Build artifacts and provenance. 4. Migration and config gates. 5. Canary or staged rollout plan. 6. Monitoring dashboard and alert expectations. 7. Rollback or roll-forward command. 8. Owner, decision time, and abort criteria.
Verification
Use fresh commands from the current session. Typical gates:
git status --short
git log --oneline -n 5
# project-specific build/test command
# migration dry run or validation query
# deployment health check
Do not claim a release shipped unless remote git, CI, artifact, and runtime state have each been checked at the required level.
Output Shape
release_scope:
version_or_identifier:
included_changes:
excluded_changes:
pre_release_checks:
rollout_steps:
migration_and_config_gates:
monitoring:
rollback_or_recovery:
go_no_go_status:
Read more
name: release-engineering description: Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering from a bad deploy, or defining release policy for a repo.
Release Engineering
Purpose
Use this skill to turn "ready to merge" into a controlled release. It connects code, data, config, deployment, monitoring, and rollback.
Release Classification
Classify the release before choosing gates:
| Type | Extra Gates | |---|---| | Patch fix | focused regression test, rollback proof | | Feature release | feature flag, docs/changelog, product acceptance | | API or SDK change | versioning, deprecation, compatibility tests | | Database migration | `data-contract-migrations`, backup, backfill, recovery | | Config or secret change | `config-secrets-environments`, rotation, drift check | | Infrastructure change | canary, health checks, capacity and rollback |
Release Plan
For non-trivial releases, require:
1. Version or release identifier. 2. Changelog entries grouped by user impact. 3. Build artifacts and provenance. 4. Migration and config gates. 5. Canary or staged rollout plan. 6. Monitoring dashboard and alert expectations. 7. Rollback or roll-forward command. 8. Owner, decision time, and abort criteria.
Verification
Use fresh commands from the current session. Typical gates:
git status --short git log --oneline -n 5 # project-specific build/test command # migration dry run or validation query # deployment health check
Do not claim a release shipped unless remote git, CI, artifact, and runtime state have each been checked at the required level.
Output Shape
release_scope: version_or_identifier: included_changes: excluded_changes: pre_release_checks: rollout_steps: migration_and_config_gates: monitoring: rollback_or_recovery: go_no_go_status:
Cross-runtime skills for Claude Code, Codex, and multi-agent workflows.
Repo: majiayu000/spellbook
Other skills on spellbook.
- /agentsmd-optimize
Audit AND optimize a CLAUDE.md / AGENTS.md instruction file — score it against the five high-leverage patterns, flag anti-patterns, then apply approved fixes in place. Use when the user says 优化 CLAUDE.md / 优化 AGENTS.md / optimize my agent doc / 帮我改 claudemd, or after an audit
Open skill - /agentsmd-scaffold
Generate or update repository-specific AGENTS.md instruction files from real repo evidence. Use when asked to create, design, scaffold, split, or improve root or scoped AGENTS.md files for Codex/Claude/agent workflows, especially when a repo needs directory-specific rules,
Open skill - /api-design
REST/GraphQL/gRPC API design best practices. Use when designing APIs, defining contracts, handling versioning. Covers OpenAPI 3.2, GraphQL Federation, gRPC streaming.
Open skill - /app-ui-design
Mobile app UI design expert for iOS and Android. Use when designing app interfaces, creating design systems, ensuring accessibility, or following platform guidelines. Covers Material Design 3, Human Interface Guidelines, color theory, typography, and 2025 trends.
Open skill - /app-user-story-qa
End-to-end app feature inventory and user-story testing workflow with a canonical tracker. Use when the user asks to audit every feature, derive expected behavior from code, test user journeys, or explicitly fix and retest documented UX or logistical defects.
Open skill - /architecture-foundation
Design architecture foundations before implementation. Use when asked to design or refactor architecture, choose Rust/Go crate, package, module, runtime, workflow, or service boundaries, compare mature project architecture, prevent stacked one-off PRs, audit migration debt in
Open skill

