Install
openclaw skills install flyai-commit-lintEnforce conventional commit messages with semantic validation, scope checking, and automated fix suggestions for git workflows.
openclaw skills install flyai-commit-lintEnforce conventional commit messages across your team with semantic validation, scope verification, and automated fix suggestions.
Activate this skill when:
All commits must follow the pattern: type(scope): subject
| Type | Description |
|---|---|
| feat | A new feature |
| fix | A bug fix |
| docs | Documentation changes |
| style | Formatting, missing semicolons, etc. |
| refactor | Code change that neither fixes a bug nor adds a feature |
| perf | Performance improvement |
| test | Adding or updating tests |
| chore | Maintenance tasks |
| ci | CI/CD configuration changes |
| build | Build system or dependency changes |
When a commit message fails validation, suggest fixes:
Works with:
Good:
Bad: