# Skill: Conventional Commits

- Use Conventional Commits such as `feat:`, `fix:`, `chore:`, or `test:`.
- Keep the subject short, imperative, and scoped to the actual change.
- Mention validation in the handoff or PR notes, not in the subject line.
- Do not bundle unrelated work into the same commit message or commit.
