ami-draft-releaselisted
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]`).
- **USER-FACING PERSPECTIVE (NO INTERNAL REPOSITORY RULES OR JARGON):**
Release notes are written strictly for external developers and end-users consuming the product, NOT internal AI maintainers.
- **NEVER cite internal repository directive numbers or files** (e.g., "Rule 18", "Rule 12", "AGENTS.md guidelines", "user_rules").
- **Translate internal governance into external product value:** Always frame improvements in terms of tangible user capabilities, performance optimizations, or system stability