release-skills
Originally fromyelban/baoyu-skills.tw
Installation
Summary
Automated multi-language release workflow with auto-detected version files and semantic versioning.
- Supports Node.js, Python, Rust, Claude Plugin, and generic projects with automatic configuration detection
- Generates changelogs in multiple languages (English, Chinese, Japanese, Korean, German, French, Spanish) with proper section translations and third-party contributor attribution
- Groups commits by skill/module, creates separate conventional commits per group, and updates README files as needed
- Includes dry-run mode for previewing changes, semantic version bumping based on conventional commits and breaking changes, and optional
.releaserc.ymlconfiguration for custom hooks and metadata
SKILL.md
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):
- Prefer built-in user-input tools exposed by the current agent runtime — e.g.,
AskUserQuestion,request_user_input,clarify,ask_user, or any equivalent. - 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.
- 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.
Concrete AskUserQuestion references below are examples — substitute the local equivalent in other runtimes.
Quick Start
Just run /release-skills - auto-detects your project configuration.