Works with the AI tools you already use
git release automation lite
by Vivek K
Automates changelog generation, semver suggestions, and release readiness checks from Git commit history — read-only and structured for real release workflows.
Free
See it in action
You say
Generate a full release package for range v1.3.0..HEAD (current version 1.3.0). Classify this git log, flag breaking changes with migration hints, suggest the next semver, and give a READY / READY-WITH-NOTES / NEEDS-REVIEW verdict.
[paste git log here]
Your agent does
Release Package
1. Summary
| Field | Value | |---|---| | Range | v1.3.0..HEAD | | Total commits | 8 | | Suggested version | 2.0.0 (major) | | Breaking changes | 1 | | Release readiness | READY-WITH-NOTES |
2. Changelog (Keep-a-Changelog)
Added
- Dark mode toggle.
Changed
- BREAKING: Auth endpoint
/auth/loginresponse shape changed.
Fixed
- Resolved a crash on empty cart.
- Handled null coupon codes at checkout.
3. Release Notes (human-friendly)
Dark mode is here — plus a cleaner, more reliable checkout.
Highlights
- You can now switch the whole app to dark mode with a single toggle.
- Checkout is more robust: empty carts no longer crash; missing coupon codes are handled safely.
Breaking change for API consumers
/auth/login now returns { token, expiresIn } instead of { token }.
4. Breaking Changes & Migration
| Change | Impact | Migration hint |
|---|---|---|
| /auth/login response shape | API clients expecting { token } only | Update clients to read `tok
5. Release Readiness Checklist
| Item | Status | Notes | |---|---|---| | Breaking changes documented | done | Migration hint provided | | Version determined | done | 2.0.0 (major) | | Changelog complete | done | | | Release notes written | done | | | Tests passing | needs-manual-check | Verify CI is green | | Rollback plan identified | needs-manual-check | Confirm rollback steps |
6. Needs Attention
- Breaking change requires coordinated communication to API consumers.
7. Release JSON
{
"range": "v1.3.0..HEAD",
"total_commits": 8,
"version": { "current": "1.3.0", "suggested": "2.0.0", "bump_type": "major" },
"release_readiness": "READY-WITH-NOTES",
"counts": { "features": 2, "fixes": 2, "breaking": 1, "reverts": 0, "noise_excluded": 3, "flagged_risky": 0 }
}
About this skill
The problem
Manually drafting changelogs from raw git logs is tedious and easy to get wrong. Maintainers often miss breaking changes, mix technical noise with user-facing notes, and guess at the next semver bump.
What it does
- Classifies commits into Keep-a-Changelog sections (Added, Changed, Deprecated, Removed, Fixed, Security)
- Detects breaking changes and drafts migration hints
- Suggests the next semver bump (major / minor / patch) from commit intent
- Produces a release readiness checklist with a READY / READY-WITH-NOTES / NEEDS-REVIEW verdict
- Outputs a full package: technical changelog, human-friendly release notes, and CI-ready JSON
Frameworks & tools
Works with any Git-based project. Best with Conventional Commits; unstructured history is handled with best-effort classification. Accepts a commit range, pasted git log, or PR titles. Compatible with Claude Code, Cursor, Codex CLI, Gemini CLI, VS Code Copilot, and other SKILL.md agents.
Why this beats prompting it yourself
Built-in rules flag WIP/HACK/DRAFT commits, apply hard readiness gates, keep noise (chore/test/ci) out of user notes, and enforce a consistent JSON schema for downstream use — so every release package looks the same.
Use cases
- Draft GitHub/GitLab release descriptions from a tag range
- Spot breaking changes and migration paths before merge or ship
- Produce weekly change summaries for product stakeholders
- Suggest the next version number (and export JSON) for human- or CI-driven releases
Known limitations
Strictly read-only — does not push, tag, commit, merge, checkout, or publish. Single-package focus; not for complex monorepo orchestration. Cannot verify tests, docs updates, or rollback plans (those stay needs-manual-check). Semver is a suggestion only; a human or your CI must apply the bump. Best results with Conventional Commits; unstructured history is best-effort.
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
Creator
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.

n8n-production-readiness-auditor
Audit your n8n workflow before it breaks in production — graded report with exact node-level fixes.
Parallel-agent dispatcher: safely run N cloud coding agents without merge collisions
Solo builders trying to run 5-10 Claude Code / Codex agents in parallel keep hitting the same wall: worktrees drift, two
Agent-safe database access kit: harden Postgres before you let an AI tool near it
Builders wiring LLM agents to their DB keep discovering the hard way that a chatty tool call can drop rows, exfiltrate P