What this skill does
Takes a raw git log and generates a changelog in prose for end users. Groups by theme (not by commit), translates technical jargon, cites PRs, drops irrelevant refactors, flags breaking changes.
What you get
- Changelog in markdown, ready to post
- Grouped into: New, Improvements, Fixes, Breaking
- Each item: what changed (in user language) + PR link
- 2-sentence summary at the top
- A suggested hook to announce it on social
When to use
- On every customer-facing release
- Monthly, as a digest for users
- Before an investor update
Don't use for:
- Technical release notes for the internal team (read the git log directly)
How it works
- You paste the git log between 2 tags or the last N commits
- The skill ignores chore, refactor and ci commits with no external impact
- Groups related commits (e.g. 3 commits for the same feature)
- Translates technical messages into product language
- Spots breaking changes even when they are not marked as BREAKING
- Returns markdown with sections and CTAs to announce it
Output example
# Marfin Skills — Release 2026.05
Big month: paid pack with PIX checkout, 4 solo founder skills
in the catalog, and a mobile checkout fix.
## New
- Pack Agência Digital: 4 skills + bonuses for R$ 497 via PIX (#15, #20)
- 20 new solo founder skills in the catalog (#24, coming soon)
- Static pre-render so link previews work on LinkedIn (#15)
## Improvements
- Catalog loads 40% faster (Lighthouse 95 → 99)
- Filter by MCP, category and difficulty via querystring (#15)
- Detailed 401 on checkout endpoints (#22)
## Fixes
- Mobile: the PIX brCode no longer overflows the card (#21)
- AbacatePay webhook now validates HMAC with the correct public key (#22, #23)
- Sitemap includes pack details (#15)
## Breaking
None in this release.
## Announcement hook
"We shipped 20 skills built for solo founders. All free,
some coming soon, all at marfin.co/skills."Pre-reqs
None. Accepts any git log format.
