Generate conventional commit messages
commit-styleskillsetup L1★64
Tibsfox/gsd-skill-creator ↗What it does
Enforce and rewrite commits to project style
Best for
Retroactively enforce commit style (conventional commits, scoping, subject length) across existing commits.
Inputs
- · commit message
- · project style guide
Outputs
- · conformant commit message
- · updated commit if already pushed
Requires
- · git
Preconditions
Commit exists, project has documented style conventions
Failure modes
- · style guide ambiguity causing rewrites
- · forced push conflicts
Trust signals
- · project commit style extracted
- · rewrite via git rebase or amend
- · automated validation of result