agentsclimarketplace

Release rollback

Skill dzhokhov/markdown-agent-vault/skills/release-rollback

Agent-ready Markdown vault methodology with AGENTS.md, templates, skills, logs, and file-safe workflows.From the repository description

Install
npx -y skills add dzhokhov/markdown-agent-vault --skill release-rollback

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

  • 0 stars0 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.6 KB, 322 tokens by cl100k_base, as published. Nobody here has run it

Release Rollback

Appointment

Make the release manageable and reversible: validate -> release decision -> rollback readiness.

Related context: LLM Rules].

Entrance

  • RELEASE_CHECKLIST.md
  • CHANGELOG.md
  • Current commit/branch/tag
  • $test-gates

Mode A: Release Readiness

  1. Check the RELEASE_CHECKLIST.md item by item.
  2. Make sure there is a release version (vMAJOR.MINOR.PATCH) and a recording in CHANGELOG.md.
  3. Confirm the safe rollback point (last stable tag/commit).
  4. Prepare a short release decision packet for the owner.

Mode B: Incident Rollback

  1. Freeze's new rollouts.
  2. Find the last known good version.
  3. Choose the path of return (in descending cost):
  • feature flag/config toggle off
  • git revert Problem Change
  • rollback to the previous stable tag
  1. Perform post-rollback smoke.
  2. Decide what new gate/test you need so it doesn’t happen again.

Tough rules.

  • Do not issue a high-risk change without an explicit owner solution.
  • Do not consider the release ready without rollback-path.
  • In the conflict between speed and safety, choose reversibility.

Exit

  • Release status: GREEN|YELLOW|RED
  • Rollback readiness: READY|NOT_READY
  • Owner action: Release | Hold | Rollback
  • Next safest step: 1 Specific Step

What ships with it: 5 files

1.2 KB alongside SKILL.md

agents/

references/

Keep looking

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