← Back to Skills Marketplace
0xtresser

git-cmt-helper

by Tresser · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
308
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install git-cmt-helper
Description
Generate standardized git commit messages following Conventional Commits format. Use this skill when the user asks to commit code, write a commit message, or...
README (SKILL.md)

Git Commit Message Guide

Format

Every commit message MUST follow this structure:

\x3Ctype>(\x3Cscope>): \x3Csubject>

[optional body]

[optional footer]

Type (required)

Type When to use
feat New feature or capability
fix Bug fix
docs Documentation only
refactor Code change that neither fixes nor adds
test Adding or updating tests
chore Build, CI, tooling changes

Scope (required)

Scope MUST be a real module name from this project. See references/modules.md for the full list.

If unsure of the scope, check the file paths being changed — the top-level directory is usually the correct scope.

Subject (required)

  • Imperative mood: "add feature" not "added feature"
  • No period at the end
  • Max 72 characters total (including type and scope prefix)
  • Lowercase first letter

Body (optional)

  • Explain WHY, not WHAT (the diff shows what changed)
  • Wrap at 72 characters
  • Separate from subject with blank line

Breaking Changes

If the commit introduces a breaking change, add footer:

BREAKING CHANGE: \x3Cdescription of what breaks and migration path>

Examples

Good:

feat(auth): add JWT token refresh endpoint

Tokens now auto-refresh 5 minutes before expiry.
Previously users had to re-login after token expiration.
fix(parser): handle empty input without crashing
refactor(db): extract connection pooling to separate module

BREAKING CHANGE: DatabaseClient constructor no longer accepts
pool config. Use PoolConfig.create() instead.

Bad:

updated some stuff          ← no type, no scope, vague
feat: Add new Feature.      ← capitalized, period, missing scope
fix(misc): various fixes    ← "misc" is not a real module
Usage Guidance
This skill is an instruction-only commit-message formatter and appears coherent with its purpose. If you install it, ensure your agent already has appropriate repository access (read context/diffs) because the guide suggests checking changed file paths to choose scope. No secrets or external downloads are required. Review SKILL.md and references/modules.md if you want to confirm the enforced conventions before enabling the skill.
Capability Analysis
Type: OpenClaw Skill Name: git-cmt-helper Version: 1.0.0 The skill bundle is a documentation-only helper for generating standardized git commit messages following the Conventional Commits format. It contains no executable code, shell commands, or network requests, and its instructions in SKILL.md and references/modules.md are strictly limited to text formatting and project-specific naming conventions without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name and description (generate Conventional Commits) match the SKILL.md content and the included modules list. The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md is narrowly focused on commit message structure, scope selection, examples, and rules. It references a local modules.md for valid scopes and suggests checking file paths being changed, which is reasonable for choosing a scope; it does not instruct the agent to exfiltrate data or call external endpoints.
Install Mechanism
No install spec and no code files — instruction-only skills are the lowest disk-execution risk. Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The constraints (valid scopes) are provided in the included references/modules.md file.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent presence or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install git-cmt-helper
  3. After installation, invoke the skill by name or use /git-cmt-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of git-commit-helper skill. - Generates standardized git commit messages using the Conventional Commits format. - Enforces required fields: type, project module scope, and subject line rules. - Supports structured messages with optional body and breaking change documentation. - Helps teams maintain consistent, high-quality commit practices.
Metadata
Slug git-cmt-helper
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is git-cmt-helper?

Generate standardized git commit messages following Conventional Commits format. Use this skill when the user asks to commit code, write a commit message, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 308 downloads so far.

How do I install git-cmt-helper?

Run "/install git-cmt-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is git-cmt-helper free?

Yes, git-cmt-helper is completely free (open-source). You can download, install and use it at no cost.

Which platforms does git-cmt-helper support?

git-cmt-helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created git-cmt-helper?

It is built and maintained by Tresser (@0xtresser); the current version is v1.0.0.

💬 Comments