Acerca de
This skill optimizes development processes by enforcing a 'commit-per-feature' cadence rather than bulk end-of-session batches. It provides clear guidelines for commit message structure—utilizing conventional prefixes like feat, fix, and refactor—and includes a pre-commit checklist to ensure tests pass and code is formatted. By breaking work into logical, stand-alone units, it enhances project maintainability, simplifies debugging through tools like git bisect, and improves collaboration by providing clear checkpoints for team code reviews.