release-skills
仓库创建 2026年1月13日最近提交 22 天前SkillHot 收录 20 天前
▸ 精选理由
自动检测版本与变更日志,支持回填历史与多平台发布,适用于常规工程仓库。
▸ 风险提示
会进行 Git 操作与发布操作,需授予仓库写权限时谨慎。
这个 Skill 做什么
通用的自动化发布工作流,支持多语言与多种项目类型。
把项目的发布流程自动化:能自动识别版本文件和 changelog,为 Node.js、Python、Rust、Claude 插件等多种项目生成 release、打 tag 并回填历史 Release。适合要发布新版本、写 release notes 或统一多语言仓库发布流程时用。特点是覆盖面广、跨语言且能把很多重复的发布细节自动化,省去人工操作。
▸ 展开 SKILL.md 英文原文
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annotated tags, historical release backfill, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送", "release notes", "GitHub Release", or "回填 Release".
2.4w
Stars
2.7k
Forks
22
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/.claude/skills/release-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/.claude/skills/release-skills/SKILL.md"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): 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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有