{"skill":{"slug":"git-conventions","displayName":"git-conventions","summary":"Git commit message conventions and workflow rules. Use when making git commits, pushing changes, or performing git operations.","description":"---\nname: git-conventions\ndescription: Git commit message conventions and workflow rules. Use when making git commits, pushing changes, or performing git operations.\n---\n\n# Git Commit Conventions\n\n## Commit Message Format\n\nUse semantic commit format: `<type>(<scope>): <subject>`\n\n### Commit Types\n\n- `feat`: add new feature\n- `fix`: correct bug\n- `docs`: update documentation\n- `style`: format code (no functional changes)\n- `refactor`: restructure code\n- `test`: add/modify tests\n- `chore`: update build tasks\n\n## Workflow Rules\n\n1. **Language**: Use English only for git commit messages.\n\n2. **Force Push**: Always confirm before `git push --force`.\n\n3. **Sign-off**: Include `--signoff` flag with all commits.\n\n4. **Consolidation**: Consolidate changes into meaningful commits.\n\n5. **Push Confirmation**: After making a local commit, ALWAYS prompt the user whether they want to push to the remote repository.\n\n6. **Display URL**: After successfully pushing to remote, display the repository's access URL.\n","topics":["Git","Message"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":640,"installsAllTime":24,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1773495480710,"updatedAt":1778491905918},"latestVersion":{"version":"1.0.0","createdAt":1773495480710,"changelog":"Initial release of git-conventions skill:\n\n- Introduces semantic commit message format: `<type>(<scope>): <subject>`\n- Defines standard commit types: feat, fix, docs, style, refactor, test, chore\n- Outlines rules for language (English only), force push confirmation, and mandatory sign-off\n- Requires consolidation of changes into meaningful commits\n- Adds user prompt before pushing to remote repository\n- Displays repository access URL after successful push","license":"MIT-0"},"metadata":null,"owner":{"handle":"douglarek","userId":"s17d5xms1v6s3m1qrd6eebn9e1885yam","displayName":"douglarek","image":"https://avatars.githubusercontent.com/u/1488134?v=4"},"moderation":null}