Overview
- Skill Key
- ihomway/git-commit-template
- Author
- ihomway
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ihomway/git-commit-template
- Latest Commit SHA
- 33898a0fdae8ebec312eea5626e7ad163779f679
Standardized Git commit message templates using changelog-style categories. Use when creating Git commits with structured format - Added (new features), Changed (existing functionality changes), Deprecated (soon-to-be removed), Removed (deleted features), Fixed (bug fixes). Triggers on commit creation, git commit messages, or standardizing commit history.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 git-commit-template 技能。 若已安装,则直接安装 git-commit-template 技能。
# Git Commit Template Create structured, changelog-style Git commit messages using five standard categories. This ensures consistent, searchable, and maintainable commit history across projects. ## Commit Structure All commits follow this format: ``` [Type] Short descriptive title (under 72 chars) Optional body with detailed explanation, implementation notes, breaking changes, or migration instructions. ``` ## Commit Types ### Added For new features, functionality, or capabilities. ```bash git commit -m "[Added] user authentication with JWT" -m "Implemented JWT-based auth with login/logout endpoints and token refresh" ``` ### Changed For changes in existing functionality, refactoring, or improvements. ```bash git commit -m "[Changed] improved database query performance" -m "Added composite indexes, reduced query time from 250ms to 15ms" ``` ### Deprecated For features that will be removed in future releases. ```bash git commit -m "[Deprecated] legacy API v1 endpoints" -m "Will be removed in v3.0. Migration guide: docs/migration.md" ``` ### Removed For removed features, code, or dependencies. ```bash git commit -m "[Removed] support for Python 3.7" -m "Minimum version now 3.8. Updated CI/CD and docs." ``` ### Fixed For bug fixes and error corrections. ```bash git commit -m "[Fixed] memory leak in WebSocket handler" -m "Fixed unclosed connections causing unbounded memory growth. Closes #1234" ``` ## Quick Start ### Method 1: Interactive Helper Script (Recommended) Use the bundled Python script for guided commit creation: ```bash python scripts/commit.py ``` The script will: 1. Show staged files 2. Prompt for commit type selection 3. Ask for title and optional body 4. Preview and confirm before committing ### Method 2: Direct Command Line For quick commits: ```bash # Title only python scripts/commit.py Added "user profile page" # Title with body python scripts/commit.py Fixed "login timeout" "Increased session timeout from 5 to 15 minutes" ```...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.