Generate conventional commit messages following project standards. Use when staging changes need a commit message or reviewing commit history. Triggers: "commit message", "git commit", "conventional commit", "commit msg".
Generate conventional commit messages by analyzing staged changes and repository context.
Use this skill when you need to:
Tell your AI agent: "Generate a commit message" or "Write commit msg for staged changes".
commit-message/
├── SKILL.md # AI instructions for generating commits
├── README.md # This file
└── assets/
├── commit-template-long.md # Full commit format with all sections
└── commit-template-short.md # Minimal commit format
| Type | When to Use |
| :--- | :--- |
| feat | New feature or capability |
| fix | Bug fix |
| docs | Documentation only |
| refactor | Code change, no feature/fix |
| chore | Maintenance, dependencies |
npx skills add KemingHe/commit-message-creation下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer