Helps write Git commit messages following the Conventional Commits specification. Use this skill when the user asks to commit changes, write commit messages, format commits, or mentions git commits.
A portable agent skill for writing Git commit messages following the Conventional Commits specification.
This skill is part of the agent-playbook collection.
When working with Git, simply ask Claude to commit your changes:
You: commit my changes
The skill will automatically:
git diffYou: Commit the new user authentication feature
Claude generates:
feat(auth): add OAuth2 login support
Implement OAuth2 authentication flow for Google and GitHub.
Users can now link multiple social accounts to their profile.
You: Commit the API timeout fix
Claude generates:
fix(api): resolve timeout in user endpoint
Added 30-second timeout to database query to prevent slow queries
from causing request timeouts.
The skill includes a validation script to check commit message format:
python3 scripts/validate_commit.py "feat(api): add user endpoint"
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