release-prep

release-prep

Use when preparing a production release or release candidate - provides a checklist-driven workflow for validation, versioning, build optimization, documentation updates, and deployment readiness.

7星標
2分支
更新於 1/17/2026
SKILL.md
readonlyread-only
name
release-prep
description

Use when preparing a production release or release candidate - provides a checklist-driven workflow for validation, versioning, build optimization, documentation updates, and deployment readiness.

Release Prep

Overview

Standardize release preparation with a safety-first checklist: validate quality and security, update versions and docs, build production artifacts, and prepare rollout/rollback plans.

When to Use

  • Preparing a release candidate or production deploy
  • Coordinating pre-release validation and documentation
  • Ensuring versioning, changelog, and build steps are consistent

Avoid when:

  • You only need a quick version bump or doc update
  • The release process is owned by a separate automation pipeline

Quick Reference

Task Load reference
Release preparation skills/release-prep/references/prepare-release.md

Workflow

  1. Confirm release scope and version.
  2. Load the release preparation reference.
  3. Run pre-release validation (tests, security, performance).
  4. Update versions, changelog, and docs.
  5. Build production artifacts and validate.
  6. Produce deployment checklist and rollback plan.

Output

  • Release readiness checklist
  • Validation results and blockers
  • Deployment plan with rollback steps

Common Mistakes

  • Skipping security or performance checks
  • Shipping without updating changelog or docs
  • Building artifacts without validating environment parity

You Might Also Like

Related Skills

create-pr

create-pr

170Kdev-devops

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

n8n-io avatarn8n-io
獲取

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

electron avatarelectron
獲取
pr-creator

pr-creator

92Kdev-devops

Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.

google-gemini avatargoogle-gemini
獲取
clawdhub

clawdhub

87Kdev-devops

Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.

moltbot avatarmoltbot
獲取
tmux

tmux

87Kdev-devops

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

moltbot avatarmoltbot
獲取
create-pull-request

create-pull-request

57Kdev-devops

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.

cline avatarcline
獲取