What is release?
Create versioned releases with consolidated changelogs. Gathers shipped items, generates CHANGELOG.md entry, creates git tag, and GitHub Release. Use after multiple /ship tasks are merged. Source: eljun/claude-skills.
Create versioned releases with consolidated changelogs. Gathers shipped items, generates CHANGELOG.md entry, creates git tag, and GitHub Release. Use after multiple /ship tasks are merged.
Quickly install release AI skill to your development environment via command line
Source: eljun/claude-skills.
| --help | -h | Show available commands and options | | --version | -v | Show workflow skills version | | auto | | Auto-determine version from task types | | patch | | Force patch increment | | minor | | Force minor increment | | major | | Force major increment |
IMPORTANT: Only items with "Merged" status (✅) in "Ready to Ship" are included in the release. Unmerged PRs stay in "Ready to Ship" for the next release.
When using /release or /release auto, read each task document to determine version:
Create versioned releases with consolidated changelogs. Gathers shipped items, generates CHANGELOG.md entry, creates git tag, and GitHub Release. Use after multiple /ship tasks are merged. Source: eljun/claude-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/eljun/claude-skills --skill releaseCreate versioned releases with consolidated changelogs. Gathers shipped items, generates CHANGELOG.md entry, creates git tag, and GitHub Release. Use after multiple /ship tasks are merged. Source: eljun/claude-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/eljun/claude-skills --skill release Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/eljun/claude-skills