Back to @acme/public
commit-helper
generalscan passv1.0.0·latest· by@demo-owner
name
commit-helper
description
Compose conventional-commit messages from staged changes.
type
general
license
MIT
allowed-tools
ReadBash(git:*)
Commit helper
Compose a conventional-commit message from the currently staged changes.
Steps
- Read the staged diff:
git diff --cached. - Pick the type (feat / fix / docs / refactor / test / chore) from the change.
- Write a scoped, imperative subject under 72 characters, then a body only if it earns its place.
Format
<type>(<scope>): <subject>
<body>
Install
skillhub install @acme/public/commit-helper
or add to a skillset
About
Type
general
License
MIT
Compatibility
Claude Code, Cursor
Allowed tools
ReadBash(git:*)
Dist-tags
latest
Move tags from the Versions tab.
Usage
Installed by 1 member · 1 project