agentsclimarketplace

Release engineering

Skill majiayu000/spellbook/skills/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 from a bad deploy, or defining release policy for a repo.From its SKILL.md

Install
npx -y skills add majiayu000/spellbook --skill release-engineering

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

SKILL.md

2.0 KB, 360 tokens by cl100k_base, as published. Nobody here has run it

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:

TypeExtra Gates
Patch fixfocused regression test, rollback proof
Feature releasefeature flag, docs/changelog, product acceptance
API or SDK changeversioning, deprecation, compatibility tests
Database migrationdata-contract-migrations, backup, backfill, recovery
Config or secret changeconfig-secrets-environments, rotation, drift check
Infrastructure changecanary, 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:

What ships with it: 1 file

234 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,851. 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.