git-commit-composer

Community

Craft perfect semantic Git commit messages.

AuthorEdanStarfire
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures a clean, readable, and consistent Git history by guiding the creation of semantic commit messages that follow project conventions, making your codebase easier to understand and maintain.

Core Features & Use Cases

  • Semantic Formatting: Generate commits with standard types (feat, fix, chore) and concise, imperative descriptions.
  • Detailed Explanations: Include comprehensive bodies explaining what changed and why, improving context for future developers.
  • Issue Linking: Automatically link commits to relevant GitHub issues or Pull Requests, maintaining traceability.
  • Use Case: After fixing a bug, use this Skill to compose a commit message that starts with fix:, briefly describes the resolution, and includes a detailed explanation of the problem and solution, linking to the GitHub issue it resolves.

Quick Start

Compose a semantic commit message for a new feature that adds user authentication, including a detailed explanation and linking it to issue #42.

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: git-commit-composer
Download link: https://github.com/EdanStarfire/claudecode_webui/archive/main.zip#git-commit-composer

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