Skip to content
Back to @acme/public

commit-helper

generalscan pass
v1.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

  1. Read the staged diff: git diff --cached.
  2. Pick the type (feat / fix / docs / refactor / test / chore) from the change.
  3. 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