diff --git a/web/.opencode/opencode.json b/web/.opencode/opencode.json new file mode 100644 index 0000000..7c91f9c --- /dev/null +++ b/web/.opencode/opencode.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://opencode.ai/config.json", + "tools": { + "skill": true + } +} \ No newline at end of file diff --git a/web/.opencode/skill/git-release/SKILL.md b/web/.opencode/skill/git-commit/SKILL.md similarity index 66% rename from web/.opencode/skill/git-release/SKILL.md rename to web/.opencode/skill/git-commit/SKILL.md index c2a68a1..2ff285a 100644 --- a/web/.opencode/skill/git-release/SKILL.md +++ b/web/.opencode/skill/git-commit/SKILL.md @@ -1,11 +1,10 @@ --- -title: git-release -描述: 获取需要diff的代码,总结和提交代码的技能 +title: git-commit +description: 获取需要diff的代码,总结和提交代码的技能 license: MIT compatibility: opencode metadata: audience: maintainers - workflow: github --- ## 我的工作 @@ -13,6 +12,7 @@ metadata: - 获取代码变更的diff - 总结代码变更内容 - 创建git提交 +- 推送代码到远程仓库 ## 何时使用我