con un clic
commit-message-writer
// Generates conventional commit messages from staged git diffs. Activates when the user requests a commit message and produces type(scope) subject format.
// Generates conventional commit messages from staged git diffs. Activates when the user requests a commit message and produces type(scope) subject format.
Generates comprehensive analysis reports from input data. Activates when analysis is requested and produces structured output.
I can help you do things.
Tests referenced file detection with both valid and broken references in the body.
Does stuff.
Generates conventional commit messages from staged git diffs. Activates when the user requests a commit message and produces type(scope) subject format.
| name | commit-message-writer |
| description | Generates conventional commit messages from staged git diffs. Activates when the user requests a commit message and produces type(scope) subject format. |
| author | Jeremy Longshore <jeremy@jeremylongshore.com> |
| version | 1.0.0 |
| license | MIT |
| allowed-tools | Bash(git:diff --staged) |
| tags | ["git","developer-tools"] |
| model | sonnet |
Generate a commit message for the currently staged changes.
git diff --stagedtype(scope): subject line
Optional body explaining the motivation for the change.
Input: A diff showing a new function added to auth.ts
Output: feat(auth): add token refresh endpoint
Input: A diff fixing a typo in README.md
Output: docs(readme): fix installation instructions typo