关于
This skill automates the process of following professional Git workflows by ensuring development happens on feature branches rather than main and promoting the 'commit early and often' philosophy. It guides the creation of single-purpose, logical commits that make code reviews easier, debugging more efficient via git bisect, and project history more readable. By proactively checking repository status and suggesting branch creation, it prevents the common pitfall of batched, monolithic commits at the end of a work session.