git_commit
Create git commits with emoji types per the conventional commit standard. Validates staged changes exist and formats the commit message before committing.
Instructions
Create a git commit following the emoji-commit convention. Validates staged changes exist, formats the message, and creates the commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The commit type (feat, fix, docs, etc.) | |
| scope | No | Optional scope (e.g., #123, auth, api) | |
| title | Yes | Brief description in imperative mood (50 chars max) | |
| breaking | No | Whether this is a breaking change | |
| repo_path | No | Optional path to the git repository. Use when MCP server runs outside your project directory. | |
| description | No | Optional detailed explanation |