Agent Skills
› xiaotianfotos/homerail
› compose-release-notes
compose-release-notes
GitHub调用指定工具生成或替换完整的语义化版本发布说明快照,支持状态管理与完整性控制,确保数据准确且不伪造信息。
触发场景
需要生成版本发布说明
更新或替换现有的发布日志
安装
npx skills add xiaotianfotos/homerail --skill compose-release-notes -g -y
SKILL.md
Frontmatter
{
"name": "compose-release-notes",
"description": "Create or replace a complete semantic release-notes snapshot."
}
Compose release notes
Use the current qualified Tool for dev.homerail.release-notes:publish_release_notes.
- Reuse a stable plugin-owned id, such as
dev.homerail.release-notes:current. - Send the complete current snapshot on every call; the projection replaces rather than patches content.
- Set
lifecycle_stateto exactly one ofloading,empty,partial,success,error, orstale. - Keep
completion_percentbetween 0 and 100. Use 100 only when the snapshot is complete. - Omit unavailable optional fields instead of inventing release details or links.
- Never route around an unavailable qualified Tool with a generic Widget or plugin runtime.
The Tool is a permissionless pure-data projection. It does not run package code, access the network, or invoke a custom UI component.
版本历史
- 7f1ebb2 当前 2026-08-12 20:52


