Git Commit Message Generator
by Timoranjes
Automatically generate professional, Conventional Commit messages from your git diffs.
- Generate standardized commit messages that work with semantic-release.
- Identify breaking changes automatically from code diffs.
- Enforce imperative mood and character limits across team repositories.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Generate standardized commit messages that work with semantic-release.
- Identify breaking changes automatically from code diffs.
- terminal automation included
- Ready for Cursor
Sample input
Look at my staged changes for the auth module and write a commit message. It fixes #402 and the API response change will break existing clients.
Sample output
feat(auth)!: implement JWT-based session handling
Redesigned the login flow to use signed tokens instead of server-side sessions for better horizontal scaling.
BREAKING CHANGE: The /login response no longer includes a Set-Cookie header. Clients must store the token manually. Closes #402
Git Commit Message Generator
by Timoranjes
Automatically generate professional, Conventional Commit messages from your git diffs.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Generate standardized commit messages that work with semantic-release.
- Identify breaking changes automatically from code diffs.
- terminal automation included
- Ready for Cursor
- Instant install
Sample input
Look at my staged changes for the auth module and write a commit message. It fixes #402 and the API response change will break existing clients.
Sample output
feat(auth)!: implement JWT-based session handling
Redesigned the login flow to use signed tokens instead of server-side sessions for better horizontal scaling.
BREAKING CHANGE: The /login response no longer includes a Set-Cookie header. Clients must store the token manually. Closes #402
About This Skill
Automated Conventional Commits from Git Diffs
Maintaining a clean, semantic git history is essential for automated versioning and team collaboration, but writing perfect commit messages every time is a chore. This skill automates the analysis of your staged changes and generates professionally formatted messages following the Conventional Commits specification.
What it does
- Analyzes git diffs to understand the scope and intent of your changes.
- Classifies work into standard types: feat, fix, refactor, docs, style, test, and chore.
- Enforces the 50/72 rule (50 characters for subjects, 72 for body wrapping).
- Detects and highlights breaking changes with the required "!" syntax and footer.
- Writes in the imperative mood, ensuring consistency across your entire project history.
Why use this skill
Unlike generic AI prompting, this skill uses a specific decision heuristic to distinguish between nuances (like refactor vs. style) and handles complex git requirements like footers and issue references. It ensures your repository is ready for automated changelog generation tools like semantic-release.
Supported Workflows
This skill works with any standard Git environment. It can read staged changes, unstaged changes, or focus on specific file paths to provide the most accurate context for your commit message.
Use Cases
- Generate standardized commit messages that work with semantic-release.
- Identify breaking changes automatically from code diffs.
- Enforce imperative mood and character limits across team repositories.
- Properly categorize maintenance tasks like chore and refactor.
Known Limitations
- Cannot auto-stage files.
- Accuracy depends on user-provided diff quality.
- Large diffs may hit context window limits.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/git-commit-message-generator -o /tmp/git-commit-message-generator.zip && unzip -o /tmp/git-commit-message-generator.zip -d ~/.claude/skills && rm /tmp/git-commit-message-generator.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Compatible with SKILL.md-compatible agents including Claude Code, Cursor, and terminal-based AI CLI tools.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.