git-workflow
Installation
SKILL.md
Git Workflow
Automate and standardise git workflows — from commit messages to releases — for Laravel and JavaScript projects.
Command Reference
| Command | Description |
|---|---|
/git init-conventions |
Set up conventional commits + commitlint + hooks in a project |
/git commit |
Generate conventional commit message from staged changes |
/git changelog |
Generate/update CHANGELOG.md from git history |
/git release |
Version bump, changelog, tag, GitHub Release |
/git branch-strategy |
Recommend and scaffold branch strategy |
/git hooks |
Set up pre-commit hooks (CaptainHook for PHP, husky for JS) |
/git pr-template |
Generate PR template + review checklist |
/git ignore |
Generate .gitignore + .gitattributes by project type |