git_smart_commit
Generate conventional commit messages by analyzing staged or current git diffs, including scope, rationale, and breaking change warnings.
Instructions
Analyze staged or current git diff to generate a standard Conventional Commit message with scope, rationale, and breaking change warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Target repository directory path | |
| stagedOnly | No | If true, only analyze staged changes; otherwise analyzes all working directory diffs. |