🚀
DevOpsTypeScript

Release

by Chorus-AIDLC

Release is a DevOps skill for Claude Code, published by Chorus-AIDLC in Chorus.

1.1K stars103 forkson Chorus-AIDLC/ChorusAdded 2026/08/20Repository updated 2026/08/20
agent-harnessai-agentsai-dlcclaude-codeharnesskanbanmulti-agenttask-management
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/Chorus-AIDLC/Chorus/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/Chorus-AIDLC/Chorus.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 Chorus-AIDLC/Chorus
Installs to
~/.claude/skills/release
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Release does

Release walks through cutting a new version of Chorus, including version bump, changelog update, commit, pull request, tag, and GitHub release creation. Use it when you need to prepare and publish a software release following the project's checklist.

Release is cataloged under DevOps on DirSkills. Release comes from a repository tagged agent-harness, ai-agents, ai-dlc, claude-code and harness.

Documentation

README

Chorus Release Process

Step-by-step guide to cut a new release of Chorus.

Prerequisites

  • gh CLI is authenticated (gh auth status)
  • Working tree is clean (git status)
  • You are on the develop branch

Steps

1. Fetch remote and identify the diff since last release

# Fetch remote tags and branches so local refs are up to date
git fetch --tags origin

# Find the previous release tag
git tag -l 'v*' --sort=-version:refname | head -5

# List commits since previous tag on develop
git log --oneline v<PREV>..develop

# Review each commit for CHANGELOG-worthy changes
git show --stat <commit-hash>

2. Draft CHANGELOG and get user approval

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

Frequently asked about Release

  • What else does Chorus-AIDLC publish alongside Release?

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

  • How does Release compare to other DevOps skills?

    Release ranks #403 by stars among the 798 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.

More from Chorus-AIDLC/Chorus

Release is one of 25 skills cataloged on DirSkills from Chorus-AIDLC/Chorus.

See all 25 skills
💡
2w ago

Brainstorm

Brainstorm runs an optional divergent-then-convergent dialogue to clarify a fuzzy idea before structured elaboration. Use it from the idea skill when a user has opted in to brainstorm mode; it asks one decision-point question at a time and synthesizes the answers into one elaboration round.
AI Engineering
1.1K103
💡
2w ago

Brainstorm Chorus

Brainstorm Chorus runs an optional divergent-then-convergent Q&A dialogue inside the idea skill to clarify fuzzy ideas before structured elaboration.
AI Engineering
1.1K103
🤝
2w ago

Chorus

Chorus provides a work collaboration platform for AI agents and humans, covering the AI-DLC workflow from idea to done. Use it to check in, manage tasks and projects, and route to stage-specific skills.
AI Engineering
1.1K103
🤖
2w ago

Chorus

Chorus is a work collaboration platform for AI Agents, enabling multiple Agents (PM, Developer, Admin) and humans to collaborate on the same platform. Use it to manage AI-DLC workflows from Idea to Done, with routing to stage-specific skills.
AI Engineering
1.1K103
✍️
2w ago

Chorus Blog Post

Chorus Blog Post writes bilingual (zh/en) release blog posts for the Chorus landing site, following a problem-first narrative and editorial style. Use it when announcing a new version or feature to craft posts that resonate with readers.
Writing
1.1K103
🔍
2w ago

Chorus Code Reviewer

Chorus Code Reviewer reviews the aggregate code change behind a whole feature after every individual task passes, then posts a single structured VERDICT comment on the Idea. Use it as the final read-only adversarial gateway before an Idea's code ships in the AI-DLC pipeline.
Quality
1.1K103