create-release

Automate changelog generation and release creation on Gitee repositories.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/chy5301/cc-plugins --skill create-release-chy5301
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-release
Source: https://github.com/chy5301/cc-plugins/tree/main/gitee-toolkit/skills/create-release
Command: npx skills add https://github.com/chy5301/cc-plugins --skill create-release-chy5301

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of publishing software releases on Gitee by automating changelog compilation and release creation, reducing manual effort and errors.

Core Features & Use Cases

  • Changelog Automation: Auto-generate detailed changelogs from merged PRs between versions.
  • Release Management: Create well-structured releases with standardized information on Gitee.
  • Use Case: When preparing a new software version, you can automatically produce a changelog report and publish the release with a single command, saving time and ensuring consistency.

Quick Start

Ask the AI to create a new release for version 1.2.0 in your Gitee repository to generate and publish the release notes automatically.

Frequently Asked Questions about create-release

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

FAQPage Schema
How do I automate changelog generation for Gitee releases?

To automate changelog generation for Gitee releases, this Skill compiles detailed release notes directly from merged pull requests. It retrieves PR data via the Gitee MCP Server to ensure accurate, consistent documentation with minimal manual effort.

How do I create a standardized release on a Gitee repository?

Creating a standardized release on a Gitee repository involves structuring version notes and publishing them through the platform's API. This Skill automates that workflow by generating well-structured releases with standardized information.

Do I need the Gitee MCP Server to automate version releases?

Yes, you need the Gitee MCP Server integration to automate version releases. It is required to retrieve the pull request and release data necessary for compiling accurate changelogs and publishing the release notes.

Can I compile a changelog from merged PRs between two versions on Gitee?

Yes, you can compile a changelog from merged PRs between two versions on Gitee. The Skill extracts the merged pull request data within the specified version range to automatically produce a detailed changelog report.

What is the best way to streamline software deployment workflows on Gitee?

The best way to streamline software deployment workflows on Gitee is by automating release management and changelog compilation. This reduces manual errors and ensures consistent release notes across software project versions.

Why does manual release note creation cause errors in version management?

Manual release note creation causes errors in version management due to inconsistent documentation and overlooked merged changes. Automating changelog compilation from PR data ensures accurate, standardized release notes and reduces manual effort.