Git Commit Messages
Load: Ask OpenCode to use the git-commit skill
Description
Helps OpenCode write clear, concise, and conventional Git commit messages for Java projects.
Use Cases
- "Commit staged changes"
- "Create commit for bug fix #123"
- "Generate conventional commit message"
Examples
> "Use the git-commit skill"
> "Commit these changes"
→ fix(plugin-loader): prevent NPE when directory missing
Notes / Tips
- Best used after staging changes in a Java project