workflow_validate_commit_message
Ensure commit messages adhere to Conventional Commits format by validating type, scope, and subject structure.
Instructions
Validate a commit message against Conventional Commits format.
Args: message: The commit message to validate
Returns: Dictionary with validation result and details
Valid commit format: (): Types: feat, fix, docs, style, refactor, perf, test, chore, build, ci, revert Examples: - feat(auth): add user authentication - fix(map): resolve annotation crash - docs(readme): update installation steps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |