commit
Installation
SKILL.md
Commit
Pre-commit workflow and commit guidelines.
Pre-commit Checklist
Before making ANY commit:
- Run the
lintskill's workflow — all checks must pass with zero issues (abort if any issues remain). Follow thelintskill — full check, no--toolsfiltering. - All tests must pass (
uv run lintro tst) - Where applicable, Docker builds pass
Commit Requirements
- Every commit MUST be signed/verified
- Use semantic commit prefixes:
fix:,feat:,chore:,docs:,refactor:,test:,build:,ci:,perf:,style: - Commit messages MUST be in imperative mood ("Add feature" not "Added feature")