Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.
This skill helps create professional, well-structured git commits following best practices.
Use conventional commit format:
<type>(<scope>): <description>
[optional body]
[optional footer]
git statusgit diff to review what changedgit add .)