commit-staged

Community

Concise commit messages for staged changes

Authorlattenwald
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Creates git commit messages for changes already staged by the user, following conventional commit format, without staging any new files.

Core Features & Use Cases

  • Never Stages Files: Only commits files already staged by the user.
  • Concise Messages: Produces one-liner messages when possible; bullets only as last resort.
  • Conventional Commits: Supports standard types (feat, fix, docs, style, refactor, test, chore) and optional scope.
  • Output-First Workflow: Generates a message first, then performs the commit.

Quick Start

With changes staged, ask Claude to generate a commit message and apply it using git commit -m "<message>". Do not stage any additional files.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: commit-staged
Download link: https://github.com/lattenwald/my-home-manager/archive/main.zip#commit-staged

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository