用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill prepare-flet-release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | prepare-flet-release |
| description | Use when asked to prepare new Flet release by bumping versions and author release notes. |
| metadata | {"author":"flet-dev"} |
Use flet-deprecation when release prep includes:
delete_version equals this release version,main and create a new branch named prepare-release-{new_version} from main.[#<issue_number>](<issue_url>) format in braces next to it. Do not add chore/trivial/duplicate items.
Every changelog item must include both related issue link(s) and PR link(s) when available (issue first, PR second). If no issue exists, include PR link(s) only.
Also include issue-only items when a change was done via direct commit without PR (for example, an issue referenced in commit context but no PR exists).
Every changelog item must include author attribution as plain text, not a Markdown link: by @<github_login>.
Place attribution at the end of each item after links, for example:
* Added feature X ([#123](...), [#456](...)) by @contributor.
Use PR author login for PR-based items. For issue-only direct-commit items, use the commit author GitHub login if available.
If one item groups multiple PRs by different authors, attribute all relevant authors:
by @user1, @user2.
Ensure that all inferred PRs and issues in the changelog have {version} milestone attached on GitHub.
If a related issue or PR is missing the {version} milestone, update the milestone on GitHub and keep the link in the changelog; do not omit issue links just because milestone metadata is missing.
As it's a Flutter package prefer items having changes on Flutter side.by @<github_login>.
Use PR author login for PR-based items. For issue-only direct-commit items, use the commit author GitHub login if available.
If a related issue or PR is missing the {version} milestone, update the milestone on GitHub and keep the link in the changelog; do not omit issue links just because milestone metadata is missing.Unreleased sections, not only the root ones:
/CHANGELOG.mdpackages/flet/CHANGELOG.mdsdk/python/packages/*/CHANGELOG.md
Recommended check command:
rg -n "^##\\s*\\[?Unreleased\\]?|^##\\s*Unreleased" -S CHANGELOG.md packages/flet/CHANGELOG.md sdk/python/packages/*/CHANGELOG.mdUnreleased section, convert that section into the new release section (## {new_version}), preserving and re-sorting its items. Do not leave duplicate release content in both Unreleased and {new_version}.
This conversion must be done for every matched changelog from the scan above.sdk/python/templates/ and automatically packaged as zip artifacts with the GitHub Release. No manual branch creation in external repos is needed.Converted and distributed by TomeVault — claim your Tome and manage your conversions.