ワンクリックで
bump-version
Incrementar versao do app mobile (versionCode, versionName, buildNumber). Usar antes de builds de producao.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Incrementar versao do app mobile (versionCode, versionName, buildNumber). Usar antes de builds de producao.
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 | bump-version |
| description | Incrementar versao do app mobile (versionCode, versionName, buildNumber). Usar antes de builds de producao. |
| disable-model-invocation | true |
| allowed-tools | Read, Edit, Grep |
| argument-hint | [major|minor|patch] |
Incrementar versao do app {{APP_NAME}} para novo release.
{{MOBILE_DIR}}/app.json:
expo.version — versionName (ex: "1.0.50" -> "1.0.51")expo.android.versionCode — numero incremental (ex: 162 -> 163)expo.ios.buildNumber — auto-incrementado pelo EAS, mas pode ser manual{{MOBILE_DIR}}/android/app/build.gradle:
versionCode — DEVE ser igual ao app.jsonversionName — DEVE ser igual ao app.json1.0.50 -> 1.0.511.0.50 -> 1.1.01.0.50 -> 2.0.0O versionCode SEMPRE incrementa em 1, independente do tipo de bump.
app.json e build.gradle$ARGUMENTS ou patch por default)versionCode divergir entre app.json e build.gradle, o build.gradle tem precedencia (pasta android/ existe)versionCode ja usado — SEMPRE incrementar