Overview
- Skill Key
- 0xtresser/git-cmt-helper
- Author
- 0xtresser
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/0xtresser/git-cmt-helper
- Latest Commit SHA
- 4e1a758d8f9d4ca258c86c4787f50891aae0c5d2
Generate standardized git commit messages following Conventional Commits format. Use this skill when the user asks to commit code, write a commit message, or create a git commit. Enforces team conventions for type prefixes, scope naming, message length, and breaking change documentation.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 git-commit-helper 技能。 若已安装,则直接安装 git-commit-helper 技能。
# Git Commit Message Guide ## Format Every commit message MUST follow this structure: ``` <type>(<scope>): <subject> [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](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: <description 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 ```
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cecwxf
Run OpenAI Codex CLI from OpenClaw for coding tasks in a target project directory. Use when the user asks OpenClaw to use Codex for implementation, debugging, refactoring, review, or scripted coding workflows.