ワンクリックで
release-notes
Gerar release notes para App Store e Google Play baseado nos commits recentes. Usar ao submeter nova versao para review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Gerar release notes para App Store e Google Play baseado nos commits recentes. Usar ao submeter nova versao para review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check for drift between spec.md, plan.md, tasks.md, and the actual code. Reports the gaps; does not fix them.
Run a category-specific quality pass (security / performance / accessibility / i18n / privacy / observability) against the current plan and code.
Surface [NEEDS CLARIFICATION] markers in spec.md (or plan.md) to the user, one at a time, and edit the file with the answers.
Bootstrap or amend constitution.md (framework, preset, or project). Inspects existing project context first; enforces the amendment process: issue first, one article per PR, reviewer non-author.
Print the pipeline quick-reference — a one-screen summary of every /aia:* command and its hand-offs, prefixed by a state-aware "Próximo passo" line.
Execute an approved plan + tasks list by dispatching one fresh subagent per task and applying two-stage review (spec compliance, then code quality) before moving on.
| name | release-notes |
| description | Gerar release notes para App Store e Google Play baseado nos commits recentes. Usar ao submeter nova versao para review. |
| disable-model-invocation | true |
| allowed-tools | Bash, Read |
| argument-hint | [versao] |
Gerar release notes bilingues (PT-BR + EN) para App Store Connect e Google Play Console.
Identificar versao:
$ARGUMENTS informado, usar como versao{{MOBILE_DIR}}/app.json → expo.versionColetar mudancas — Ler commits desde o ultimo tag/release:
cd {{MOBILE_DIR}} && git log --oneline --no-merges HEAD~20..HEAD
Gerar release notes em dois idiomas:
**Portugues (pt-BR):**
O que ha de novo na versao X.Y.Z:
- [mudanca 1]
- [mudanca 2]
...
**English (en):**
What's New in Version X.Y.Z:
- [change 1]
- [change 2]
...
Regras: