commit-helper

Community

Craft perfect Git commits, every time.

AuthorC0ntr0lledCha0s
Version1.0.0
Installs0

System Documentation

What problem does it solves? Writing consistent, high-quality conventional commit messages can be tricky and time-consuming. This skill automates the process, ensuring your commit history is clean, readable, and adheres to project standards.

Core Features & Use Cases

  • Automated Commit Generation: Analyzes your staged Git changes and suggests a conventional commit message (type, scope, description, body, footer).
  • Commit Validation: Checks for correct format, type, scope, and length, preventing common mistakes.
  • Use Case: After adding a new Recipe class, use this skill to instantly generate a feat(classes): add Recipe class with cooking properties commit message, complete with a detailed body.

Quick Start

Suggest a conventional commit message for my current staged Git changes, focusing on adding a new feature.

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-helper
Download link: https://github.com/C0ntr0lledCha0s/logseq-template-graph/archive/main.zip#commit-helper

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