Analyzes git diff --staged changes and automatically generates commit messages conforming to Conventional Commits.
git
Say "help me commit", "generate commit message", or "commit changes" to trigger.
- Detect staging area (
git status --short) - Analyze
git diff --stagedto infer type (feat/fix/docs etc.) and scope - Preview the generated commit message and wait for confirmation
- Execute
git commitand link to PR management/review
| Option | Action |
|---|---|
| ✅ Confirm | Commit directly |
| ✏️ Edit | Modify type/scope/description |
| 🔄 Retry | Re-analyze |
| 📝 Manual | Write manually |
| ❌ Cancel | Do not commit |
- After commit, if a GitHub remote exists → suggest PR Manager
- When code changes are involved → suggest Code Review