🚀
DevOpsMDX

Release

by cortex-tms

Release is a DevOps skill for Claude Code, published by cortex-tms in cortex-tms.

181 stars7 forkson cortex-tms/cortex-tmsAdded 2026/09/07+1% in starsRepository updated 2026/09/01
aianthropicarchitecturebest-practicesclaude-codeclicode-generationcursordeveloper-experiencedeveloper-toolsdevtoolsdocumentationgithub-copilotgovernancellmproject-scaffoldingtask-managementtypesciptversion-controlworkflow-automation
Install in seconds
Install Release
Copy Release into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/cortex-tms/cortex-tms/tree/main/.claude/skills/release ~/.claude/skills/release

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/cortex-tms/cortex-tms.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/release/SKILL.md in cortex-tms/cortex-tms
Installs to
~/.claude/skills/release
Collection
One of 6 skills cataloged from this repository
Category
DevOps1044 skills

What Release does

Release guides a Cortex TMS version bump, changelog update, tag, publish, and GitHub release. It runs the required quality gate first and pauses for user approval at every step.

Release is cataloged under DevOps on DirSkills. Release comes from a repository tagged ai, anthropic, architecture, best-practices and claude-code.

Documentation

README

Release

Guide the user through a Cortex TMS release.

Pre-release Gate

Before starting, run the full quality gate:

  1. pnpm test — must pass
  2. pnpm run lint — must have 0 errors
  3. pnpm run build — must succeed
  4. node bin/cortex-tms.js validate --strict — must pass

If any step fails, STOP and report. Do not proceed with a broken release.

Release Steps (each requires user approval)

  1. Bump version — show the new version number and the command. Wait for approval.

    npm version [patch|minor|major]
    
  2. Sync version tags — update all version markers across docs.

    node scripts/sync-project.js
    
  3. Update CHANGELOG.md — draft release notes from commits since last tag. Show draft, wait for approval.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Release

  • What else does cortex-tms publish alongside Release?

    Release is one of 6 skills that DirSkills catalogs from cortex-tms/cortex-tms, the repository it ships in. Its siblings there include Implement, New Command and Plan. Each one is a separate skill with its own page in this directory, installs the same way Release does, and is maintained by cortex-tms in that same repository. The rest of the collection is listed on the cortex-tms/cortex-tms page.

  • How does Release compare to other DevOps skills?

    Release ranks #953 by stars among the 1044 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Release against them. Open each page to compare what they document and how they install.