create_commit
Generate a structured Git commit with a conventional message so changes are consistently documented and ready for review.
Instructions
Create a structured git commit with a conventional commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Specific files to commit | |
| message | Yes | Commit message following conventional commits | |
| repository | Yes | Repository name |