ワンクリックで
ota-update
Publicar OTA update via EAS Update para o canal de producao. Usar para mudancas JS-only que nao precisam de build nativo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Publicar OTA update via EAS Update para o canal de producao. Usar para mudancas JS-only que nao precisam de build nativo.
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 | ota-update |
| description | Publicar OTA update via EAS Update para o canal de producao. Usar para mudancas JS-only que nao precisam de build nativo. |
| disable-model-invocation | true |
| allowed-tools | Bash, Read |
| argument-hint | [--message 'descricao'] |
Publicar atualizacao over-the-air para o canal de producao. Funciona apenas para mudancas em JavaScript/TypeScript — mudancas nativas (novas libs, AndroidManifest, Info.plist) exigem build completo.
Verificar se a mudanca eh JS-only:
package.json, android/, ios/, nova dependencia nativa → precisa de build completo, NAO OTAPublicar update:
cd {{MOBILE_DIR}} && eas update --branch production --message "$ARGUMENTS"
--message nos argumentos, pedir ao usuario uma descricao curtaVerificar publicacao:
eas update:list --branch production --limit 1
Reportar resultado
channel: "production" configurado no eas.jsonapp.json que afetam config nativaandroid/ ou ios/