git-commit-writer
by PromptSpace
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
- Generate Conventional Commit messages from staged diff analysis
- Identify breaking changes automatically to ensure semantic versioning accuracy
- Detect commit scope based on specific file paths and project structure
Free
One-time purchase
See it in action
feat(search): add fuzzy matching to product filter fix(api): handle null pointer in auth middleware chore(deps): update lodash to v4.17.21 refactor(ui): extract Button component to design-system BREAKING CHANGE: change api/v1/user response schema to include uuid.
git-commit-writer
by PromptSpace
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
Free
One-time purchase
⚡ Skill ready to install in Claude Code, Gemini CLI, or any MCP-compatible client. Read the install guides →
Included in download
- Downloadable skill package
- Works with Claude Code
- Instant install
See it in action
feat(search): add fuzzy matching to product filter fix(api): handle null pointer in auth middleware chore(deps): update lodash to v4.17.21 refactor(ui): extract Button component to design-system BREAKING CHANGE: change api/v1/user response schema to include uuid.
About This Skill
Stop writing vague commit messages. This skill reads your actual staged diff and generates precise, informative commit messages following the Conventional Commits specification. It detects the commit type (feat, fix, refactor, docs, chore, etc.), identifies the scope from the changed files, flags breaking changes, and suggests splitting commits when multiple logical changes are staged. Works with any git repository.`
Use Cases
- Generate Conventional Commit messages from staged diff analysis
- Identify breaking changes automatically to ensure semantic versioning accuracy
- Detect commit scope based on specific file paths and project structure
- Suggest commit splits when multiple logical changes are detected in one stage
- Classify changes into types like feat, fix, or refactor without manual entry
Known Limitations
- High-token usage for extremely large diffs with many file changes.
- Cannot automatically resolve git conflicts.
- Performance may degrade if hundreds of files are staged simultaneously.
How to Install
mkdir -p ~/.claude/skills/git-commit-writer && curl -s -X POST 'https://api.promptspace.in/api/skills/git-commit-writer/install' | python3 -c "import sys,json; sys.stdout.write(json.load(sys.stdin).get('installInstructions') or '')" > ~/.claude/skills/git-commit-writer/SKILL.mdFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code
Creator
PromptSpace
We build AI agent skill packages for content creators. Specializing in Chinese social media automation.