446 B
446 B
name, description, allowedTools
| name | description | allowedTools | |
|---|---|---|---|
| Commit Pro | Generates clean, conventional commit messages from staged changes. |
|
Commit Pro
When the user asks you to commit, follow these steps:
- Run
git diff --cachedto see staged changes - Analyze the changes and determine the type: feat, fix, refactor, docs, test, chore
- Write a concise commit message in conventional commit format
- Ask the user to confirm before committing