ami-release-drafterlisted
Install: claude install-skill AnaCataVC/amiga-ia
# Skill: Release Drafter
Act as a Technical Writer and Product Manager. Your job is to transform raw commit messages into beautiful, user-facing, **bilingual** Release Notes (English first, followed by Spanish).
## Workflow
1. **Extract Commits:**
- Run `git fetch` to ensure the local repository has all the latest commits and tags from the remote.
- Run `git log <last-tag>..HEAD --pretty=format:"%s"` to get the raw commit messages.
2. **Categorize and Filter (Product-Centric):**
- **Focus on Core Product Value:** Release notes MUST focus exclusively on primary product capabilities, core features, and user-facing code enhancements.
- **Filter Minor/Secondary Edits:** Actively exclude or omit minor non-functional changes such as pure documentation updates (`docs:`), cosmetic edits to product showcase/landing pages (e.g., `index.html`, `landing.html`), internal developer scripts, or release pipeline chores (`chore:`, `bump version...`, `[skip ci]`).
- Group the remaining commits based on their Conventional Commits prefix:
- `feat:` -> 🚀 Features / Nuevas Funcionalidades
- `fix:` -> 🐛 Bug Fixes / Correcciones de Errores
- `refactor:`, `test:`, etc. -> 🛠️ Maintenance / Mantenimiento (include only if relevant to product stability)
- Identify any breaking changes (`!` or `BREAKING CHANGE`).
3. **Draft the Release Notes (Bilingual):**
- Format the notes cleanly using Markdown.
- **English Section:**
- # Release [Version]
- ## 🚀