commit_validate_history
Validate your commit history against conventional commit standards. Identify non-compliant commits, get fix suggestions, and generate changelogs to improve repository hygiene.
Instructions
Validate and analyze existing commit history against conventional commit standards (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Git revision range to validate (e.g. main..HEAD) | |
| api_key | No | API key for authentication | |
| fix_suggestions | No | Include fix suggestions for invalid commits | |
| generate_changelog | No | Generate a changelog from valid commits |