An intelligent utility that transforms git diffs or text descriptions into standardized Conventional Commit messages in seconds.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-commit-formatter
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install git-commit-formatter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Git Commit Formatter is a specialized tool designed to automate the creation of high-quality, standardized commit messages. By adhering strictly to the Conventional Commits v1.0.0 specification, it ensures that your project history remains clean, professional, and easy to navigate. This tool is a core component of the Openclaw Skills ecosystem, helping developers maintain 100% consistency across team-wide version control workflows.
Whether you are dealing with complex code changes or simple documentation updates, this skill analyzes the context of your work to suggest the most appropriate type, scope, and subject line. It eliminates the guesswork and mental fatigue associated with manual formatting, allowing you to focus on the technical implementation while the agent handles the documentation of your progress.
To integrate this tool into your Openclaw Skills workflow, ensure the skill is active in your workspace configuration.
# Verify the skill is present in your skills directory
ls /data/workspace/skills/git-commit-formatter
# To enable auto-activation without manual prompts, update your whitelist
nano /data/workspace/whitelist.yml
Add git-commit-formatter to the skills_allowed_auto_add list within the YAML file to streamline your development process.
The skill organizes commit metadata based on the following taxonomy to ensure compatibility with standard git parsers:
| Component | Requirement | Validation Rules |
|---|---|---|
| Type | Mandatory | Must be one of: feat, fix, docs, style, refactor, test, chore |
| Scope | Optional | Must be lowercase and use kebab-case formatting |
| Subject | Mandatory | Max 50 characters, imperative mood, no ending period |
| Body | Optional | Blank line after subject, max 72 characters per line |
| Footer | Optional | Used for BREAKING CHANGE labels or referencing Issue/PR numbers |
Loading
An intelligent book discovery tool that retrieves Douban ratings and identifies direct reading links on WeChat Reading.

A technical skill dedicated to developing, debugging, and porting the State Threads (ST) C coroutine library within the SRS ecosystem.

A specialized AI agent skill designed to turn SRS documentation into hands-on learning sessions through real-world code implementation and unit testing.

A robust tool to change OpenClaw's global default AI model with built-in availability checks and automated configuration management.

An advanced AI framework designed to architect, generate, and optimize production-grade agent skills through structured interviews and rigorous evaluation.

A professional configuration management tool providing backup, recovery, migration, and version control for the OpenClaw ecosystem.








































