git-commit-push
SKILL.md
Git Commit and Push Guidelines for AI Assistants
This skill defines the standards for creating Git commits when code changes are generated by AI assistants.
Commit Message Format
AI-generated commits MUST follow the Conventional Commits specification with detailed explanations and proper attribution.
Structure
<type>(<scope>): <summary>
<blank line>
<detailed body explaining the changes>
<blank line>
<test coverage information>