Commit Message Generator
by mochalatte
Convert rough change descriptions into clean, conventional commit messages for readable git histories.
Free
Works with the AI tools you already use
See it in action
You say
I refactored the auth middleware to use JWT instead of sessions and fixed a small bug in the login redirect.
Your agent does
refactor(auth): migrate middleware to JWT sessions
Updated the authentication flow to use JWT for stateless scaling. Fixed a redirect loop occurring after successful login.
About this skill
The problem
Vague commit messages like "fix stuff" or "updates" make git histories unreadable and break automated changelog tools. Manually formatting conventional commits is repetitive and prone to small syntax errors like trailing periods or wrong tense.
What it does
- Standardizes code changes into the conventional commit format: type, scope, and subject.
- Maps your change descriptions to the correct type like feat, fix, docs, or refactor.
- Enforces imperative mood for subjects to keep the history professional.
- Drafts optional body content that explains the reasoning behind a change rather than just the code diff.
Why this beats prompting it yourself
This skill eliminates the need to remember specific type categories or syntax rules every time you commit. It handles the cognitive load of phrasing subjects imperatively and structuring the scope, ensuring your entire team's history remains perfectly scannable for CI/CD pipelines.
Use cases
- Generating structured messages for automated semantic versioning tools.
- Standardizing commit history across a multi-developer team.
- Writing clear explanations for complex architectural refactors.
- Quickly tagging chore or CI tasks without breaking flow.
Known limitations
Requires a clear text description of the change as it cannot view your local source code. Follows standard Conventional Commits and may need manual adjustment for custom team formats.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean today
- Free to download with an account
Frequently Asked Questions
Popular in Workflow Automation

Enterprise Automation Engineering Architect
Designs and upgrades business automation systems into modular, reliable, observable, secure, low-maintenance, enterprise-grade workflows.
it support desk
Diagnose and resolve 1st/2nd line IT issues with structured triage, health scripts, and escalation workflows.

git release automation lite
Automates changelog generation, semver suggestions, and release readiness checks from Git commit history — read-only and structured for real release workflows.
lsp-setup-assistant
Detect, plan, and configure Language Server Protocol (LSP) support for any project with safety-first verification.