gogf-gf-site-go-instructions.ocm.json json Copy{
"ocm": "1",
"id": "gogf-gf-site-go-instructions",
"kind": "skill",
"name": "go",
"description": "编写发布说明时,主要内容应参考对应版本的 Go 官方 Release Notes,例如:",
"publisher": "gogf",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"编写发布说明时,主要内容应参考对应版本的 Go 官方 Release Notes,例如:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/gogf/gf-site",
"path": ".github/instructions/go.instructions.md",
"ref": "78187d9bc7d94dfc1c626d4cae84d12b51af3411",
"url": "https://github.com/gogf/gf-site/blob/78187d9bc7d94dfc1c626d4cae84d12b51af3411/.github/instructions/go.instructions.md",
"key": "gogf/gf-site/.github/instructions/go.instructions.md"
},
"applies_to": "**/golang/**.md"
},
"instructions": "# 发布说明规范\n\n## 内容来源\n\n编写发布说明时,主要内容应参考对应版本的 Go 官方 Release Notes,例如:\n\n- Go 1.25:https://go.dev/doc/go1.25\n- Go 1.24:https://go.dev/doc/go1.24\n- Go 1: https://go.dev/doc/go1\n- 以此类推,替换版本号即可获得对应版本的官方文档,没有的话通过 [Go 官方发布历史](https://go.dev/doc/devel/release) 查找。\n- 发布日子必须以[Go 官方发布历史](https://go.dev/doc/devel/release)中的日期为准。\n\n## 文档结构规范\n\n按照 Release Notes 更新内容,并按照 Release Notes 结构重新排版\n\n并在最后添加 **`## 参考资源`** 统一放在每篇文档末尾,用于链接官方发布说明或相关 Issue/Proposal。",
"cost": {
"context_tokens": 108
}
}