lint_commit_message
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Validate a git commit message against the Conventional Commits spec (feat, fix, docs, style, refactor, test, chore, ci, perf, build). Returns compliance score, breaking change detection, and actionable suggestions.
Parameters schema
{
"type": "object",
"required": [
"message"
],
"properties": {
"strict": {
"type": "boolean",
"description": "Enforce strict rules: max 72-char subject, imperative mood check (default: false)"
},
"message": {
"type": "string",
"description": "Git commit message to validate"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries