Communityv1.0.0

Git Commit Formatter

Format commit message theo Conventional Commits standard (Conventional Commits v1.0.0). Input là git diff hoặc mô tả thay đổi, output là commit message có ty...

768downloads6active installsWi
View on ClawHubBack to Skills

Skill Details

Slug
git-commit-formatter
Latest Version
1.0.0
Author
Wi
Published
Mar 8, 2026
Updated
May 17, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Git Commit Formatter.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release: Quickly generates Conventional Commit messages from git diff or change descriptions, following strict formatting rules. - Detects input type (git diff or text) and extracts relevant change info. - Selects appropriate commit type (feat, fix, docs, style, refactor, test, chore) with clear mapping. - Optionally adds scope based on file/module context. - Enforces subject formatting: imperative mood, max 50 chars, no trailing period. - Optionally adds body for multi-line explanations or references. - Validates all output; prompts for corrections if guidelines are not met.