change to next

This commit is contained in:
xiongxiao
2026-01-15 12:32:07 +08:00
parent 62b5c5841a
commit b2f315a459
122 changed files with 9396 additions and 9354 deletions

View File

@@ -0,0 +1,6 @@
{
"$schema": "https://opencode.ai/config.json",
"tools": {
"skill": true
}
}

View File

@@ -0,0 +1,19 @@
---
title: git-commit
description: 获取需要diff的代码总结和提交代码的技能
license: MIT
compatibility: opencode
metadata:
audience: maintainers
---
## 我的工作
- 获取代码变更的diff
- 总结代码变更内容
- 创建git提交
- 推送代码到远程仓库
## 何时使用我
在需要提交代码变更时使用我。