All SkillsGet Started Free
Git Commit Message Writer
Generates conventional commit messages from staged changes. Prerequisites: git.
Code Generation|v1|Updated 5/19/2026
MCP get_skill({ skillId: "git-commit-message-writer-455b45e1" })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 line#git#commit#automationgit
Related Skills
More skills in Code Generation
Explore Other Categories
Skills from other categories with shared topics
API Test Generator
Generates comprehensive API test suites from OpenAPI specs or endpoints. Prerequisites: curl, jq.
Testing#testing#api
Gmail Follow-Up Tracker
Scans your Gmail sent folder for unanswered emails, identifies stale threads, and creates follow-up drafts with context-aware nudges via Google CLI. Prerequisites: gcloud, curl, jq.
Email & Communication#gmail#follow-up
Gmail Response Template Manager
Creates, stores, and applies reusable email response templates. Analyzes your common replies to build a template library, then auto-fills templates for quick Gmail draft creation. Prerequisites: gcloud, curl, jq, base64.
Email & Communication#gmail#templates