update
This commit is contained in:
6
web/.opencode/opencode.json
Normal file
6
web/.opencode/opencode.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"tools": {
|
||||||
|
"skill": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,11 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: git-release
|
title: git-commit
|
||||||
描述: 获取需要diff的代码,总结和提交代码的技能
|
description: 获取需要diff的代码,总结和提交代码的技能
|
||||||
license: MIT
|
license: MIT
|
||||||
compatibility: opencode
|
compatibility: opencode
|
||||||
metadata:
|
metadata:
|
||||||
audience: maintainers
|
audience: maintainers
|
||||||
workflow: github
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 我的工作
|
## 我的工作
|
||||||
@@ -13,6 +12,7 @@ metadata:
|
|||||||
- 获取代码变更的diff
|
- 获取代码变更的diff
|
||||||
- 总结代码变更内容
|
- 总结代码变更内容
|
||||||
- 创建git提交
|
- 创建git提交
|
||||||
|
- 推送代码到远程仓库
|
||||||
|
|
||||||
## 何时使用我
|
## 何时使用我
|
||||||
|
|
||||||
Reference in New Issue
Block a user