release-ready

Validate version consistency, generate release notes, and update help docs.

25|4|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/rozx/Tsukuyomi --skill release-ready
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-ready
Source: https://github.com/rozx/Tsukuyomi/tree/main/.claude/skills/release-ready
Command: npx skills add https://github.com/rozx/Tsukuyomi --skill release-ready

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Release preparation often involves repetitive checks, version synchronization, and documentation updates that are error-prone and time-consuming. This Skill automates these tasks, ensuring a smooth and reliable release process.

Core Features & Use Cases

  • 自动化版本一致性核对、生成发布说明(中文)、更新帮助文档,以及执行类型检查和 lint,降低人为失误。
  • 适用于以 vX.X.X-release 命名的发布分支,覆盖从版本对齐到变更日志产出的一体化流程。
  • 支持跨模块发布场景,确保各组件版本统一并及时更新文档。

Quick Start

执行发布就绪工作流以验证版本一致性、生成发布说明并运行质量检查。

Frequently Asked Questions about release-ready

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate release preparation checks for version consistency and changelog generation?

Automate release preparation by validating version consistency, generating release notes, and updating help docs. It coordinates version alignment, changelog creation, and documentation updates across your repository.

Can I automatically generate Chinese release notes from a vX.X.X-release branch?

Yes, you can generate Chinese release notes from a vX.X.X-release branch. The workflow coordinates version alignment and automatically produces the changelog while updating documentation.

How do I run pre-merge type-check and lint checks before a release?

Pre-merge type-check and lint checks are executed during the release readiness workflow. This validates version consistency and runs quality checks to ensure a smooth release process.

Does this release automation workflow support cross-module version synchronization?

Yes, this release automation workflow supports cross-module release scenarios. It ensures version uniformity across components, aligning versions and updating help docs simultaneously.

What is the best way to update help docs and bump versions simultaneously?

The best way to update help docs and bump versions is using an automated release workflow. It synchronizes version alignment, generates release notes, and updates documentation in one coordinated process.

Why do I need an automated workflow for version bumping and documentation updates?

You need an automated workflow because manual version bumping and documentation updates are repetitive and error-prone. Automating these tasks ensures version consistency and reliable release preparation.