commit

Installation
SKILL.md

Commit

Pre-commit workflow and commit guidelines.

Pre-commit Checklist

Before making ANY commit:

  1. Run the lint skill's workflow — all checks must pass with zero issues (abort if any issues remain). Follow the lint skill — full check, no --tools filtering.
  2. All tests must pass (uv run lintro tst)
  3. 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")
Installs
33
First Seen
May 12, 2026
commit — lgtm-hq/ai-skills