Skip to content
OpenSmartRoute
Skillv1.0.0

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.

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/release-prep/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill release-prep. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-release-prep/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-release-prep.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-release-prep",
  "kind": "skill",
  "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.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "changelog",
      "deploy-prep",
      "prepare-release",
      "release-candidate",
      "release-checklist",
      "release-prep",
      "version-bump",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when preparing a production release or release candidate - provides a checklist-driven workflow for validation, versioning, build optimization, documentation updates, and deployment readiness."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/release-prep/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/release-prep/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/release-prep/SKILL.md"
    }
  },
  "instructions": "# Release Prep\n\n## Overview\nStandardize release preparation with a safety-first checklist: validate quality and security, update versions and docs, build production artifacts, and prepare rollout/rollback plans.\n\n## When to Use\n- Preparing a release candidate or production deploy\n- Coordinating pre-release validation and documentation\n- Ensuring versioning, changelog, and build steps are consistent\n\nAvoid when:\n- You only need a quick version bump or doc update\n- The release process is owned by a separate automation pipeline\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| Releas",
  "cost": {
    "context_tokens": 310
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-release-prep/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

release-prep - Skill - OpenSmartRoute