Create a git commit with auto-generated message
/plugin marketplace add gopherguides/gopher-ai/plugin install go-workflow@gopher-aihaiku# Create Git Commit ## Context - Current git status: !`git status` - Current git diff (staged and unstaged changes): !`git diff HEAD` - Current branch: !`git branch --show-current` - Recent commits (for style matching): !`git log --oneline -10` ## Your Task Based on the above changes, create a single git commit. **Guidelines:** 1. **Analyze the changes** - Understand what was modified, added, or deleted 2. **Match repository style** - Follow the commit message patterns from recent commits 3. **Use conventional commits** if the repo uses them: `type(scope): subject` - Types: feat, f...