Writing Git commits
Use this skill when preparing a commit.
- Inspect the staged diff and identify the user-visible change.
- Keep the subject concise, imperative, and specific.
- Explain motivation and notable trade-offs in the body when needed.
- Verify the final staged diff before committing.