用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mikker/fut --skill release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | release |
| description | Release a new Fut version. Use when the user asks to release, publish, or cut a new version. |
Keep this mechanical and brief.
main, review the CHANGELOG.md Unreleased entries. Remove project website, installer, distribution, release-process, and other non-app items unless they changed the installed app's behavior. Consolidate related entries, turn the remainder into a concise section for the next 0.x version, and leave a fresh empty Unreleased section. Commit that change.main is clean and is not behind or diverged from origin/main. The release script pushes local commits when needed.mise run release
Do not manually repeat the release script's work. It runs checks, updates the Cargo version, commits it, tags the release, atomically pushes main and the tag, then waits for GitHub to build the binaries, publish the release, and update Homebrew. The command succeeds only after the complete workflow succeeds.
Report the released version and the GitHub Actions URL printed by the command. If the command fails, report the error and stop; do not improvise a partial release.