gitlens_commit_composer
Organize code changes into well-structured commits with clear messages. Break large modifications into smaller, logical commits for better history.
Instructions
Gitlens Commit Composer. Organize your changes into well-formed commits with clear messages and descriptions. Useful for breaking large changes into smaller commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Path of the working directory. | |
| instructions | No | OPTIONAL. Use this ONLY if the user explicitly provided specific requirements about how commits should be organized, what commit messages should say, or particular commit structure preferences. Do NOT use this parameter unless you are 100% certain about the user's intentions. Examples: 'use conventional commits', 'prefix each commit with JIRA-123', 'keep commit messages under 50 characters'. |