Git Commit Message Writer
Generates conventional commit messages from staged changes. Prerequisites: git.
MCP get_skill({ skillId: "git-commit-message-writer-9885dedd" })Use this skill with your agent
Create a free account and connect via MCP
# Git Commit Message Writer
## Description
Analyze staged git changes and generate a conventional commit message.
## Instructions
1. Run `git diff --staged` to see changes
2. Analyze the nature of changes (feat, fix, refactor, docs, test, chore)
3. Write a commit message following Conventional Commits spec
## Output Format
```
<type>(<scope>): <short description>
<body - what and why, not how>
```
## Rules
- Keep subject line under 72 characters
- Use imperative mood ("add" not "added")
- Reference issue numbers when available
- Separate subject from body with blank lineRelated Skills
More skills in Code Generation
Explore Other Categories
Skills from other categories with shared topics
Git Commit
Git Commit linked from GitHub verified fvadicamo/dev-agent-skills, with the upstream skill instructions available on GitHub.
Academic Search
Search and analyze academic literature. Find papers, understand research methodologies, and synthesize academic findings for research projects.
Acp Router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.