About
This skill automates and enforces high-quality version control habits by guiding Claude through the creation of conventional commits. It ensures every code change follows a structured format (type(scope): summary), promotes atomic commit principles for easier rollbacks, and integrates pre-commit checks using tools like Ruff and Pytest. By standardizing the commit process, it helps teams maintain a searchable, readable, and machine-readable git history while streamlining the workflow with GitHub CLI integration for issue tracking.