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 status to see changesgit diff to review what changedgit add .)