🚀
DevOpsJavaScript

Release Workflow

by JimLiu

Release Workflow is a DevOps skill for Claude Code, published by JimLiu in baoyu-design.

3.4K stars248 forkson JimLiu/baoyu-designAdded 2026/08/16+1% in starsRepository updated 2026/07/30
agent-skillsclaudeclaude-codeclaude-designcursordesignprototypingui-design
Install in seconds
Install Release Workflow
Copy Release Workflow 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/JimLiu/baoyu-design/tree/main/.claude/skills/release-skills ~/.claude/skills/release-skills

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/JimLiu/baoyu-design.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-skills/SKILL.md in JimLiu/baoyu-design
Installs to
~/.claude/skills/release-skills
Collection
One of 2 skills cataloged from this repository
Category
DevOps798 skills

What Release Workflow does

Release Workflow automates version bump detection, changelog generation, and release publishing for Node.js, Python, Rust, Claude Plugin, and generic projects. Use it when the user says release, bump version, push, or release notes.

Release Workflow is cataloged under DevOps on DirSkills. Release Workflow comes from a repository tagged agent-skills, claude, claude-code, claude-design and cursor.

Documentation

README

Release Skills

Universal release workflow supporting any project type with multi-language changelog.

User Input Tools

When this skill prompts the user, follow this tool-selection rule (priority order):

  1. Prefer built-in user-input tools exposed by the current agent runtime — e.g., AskUserQuestion, request_user_input, clarify, ask_user, or any equivalent.
  2. Fallback: if no such tool exists, emit a numbered plain-text message and ask the user to reply with the chosen number/answer for each question.
  3. Batching: if the tool supports multiple questions per call, combine all applicable questions into a single call; if only single-question, ask them one at a time in priority order.

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

Commands Release Workflow provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /release-skills

Frequently asked about Release Workflow

  • What else does JimLiu publish alongside Release Workflow?

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

  • How does Release Workflow compare to other DevOps skills?

    Release Workflow ranks #199 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 Workflow against them. Open each page to compare what they document and how they install.