git-commit-writer
by Samuel Rose
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 · Own forever
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 Samuel Rose
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
Free
One-time purchase · Own forever
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Downloadable skill package
- Works with Claude Code, GitHub Copilot CLI
- 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.`
📖 Learn more: Best DevOps & Deployment Skills for Claude Code →
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
unzip git-commit-writer.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, GitHub Copilot CLI, Cursor, and SKILL.md-compatible agents with local Git access.
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.
changelog-generator
Generates user-facing changelogs from git history. Transforms developer commit messages into clear release notes that users actually understand.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.