Browse Source

Make commit skill more brief

master
Riyyi 5 days ago
parent
commit
f4c608167f
  1. 8
      .opencode/skills/make-commit/SKILL.md

8
.opencode/skills/make-commit/SKILL.md

@ -73,13 +73,7 @@ Make a git commit, distinguishing between user and AI contributions.
```
(Uses git config for committer, but sets author to AI Bot)
6. **Show result**
```bash
git log -1 --oneline
```
**Output**
- Show the commit hash and message
- Tell user the commit was made
- If AI commit, mention that the author was set to "AI Bot <ai@local>"

Loading…
Cancel
Save