en un clic
build
Build the app for a target platform (apk, aab, ipa)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Build the app for a target platform (apk, aab, ipa)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | build |
| description | Build the app for a target platform (apk, aab, ipa) |
| user-invocable | true |
| argument-hint | <apk|aab|ipa> [--release] |
Build the app for the specified target platform.
| Argument | Required | Description |
|---|---|---|
<apk|aab|ipa> | Yes | Target platform to build for |
[--release] | No | Build in release mode (default: debug) |
/build apk # Debug APK
/build apk --release # Release APK
/build aab # Debug AAB (Android App Bundle)
/build aab --release # Release AAB for Google Play
/build ipa # iOS IPA (coming soon)
Read the target-specific instruction file and follow it exactly:
.claude/skills/build/apk.md and follow all steps.claude/skills/build/aab.md and follow all steps.claude/skills/build/ipa.md and follow all stepsIf no target is provided, ask the user which target they want to build.
If the target is not supported, inform the user and list the available targets.
Feature implementation workflow. Use when developer wants to implement a feature or fix - creates branch, plans, implements, and validates.
Git commands for branching, committing, merging, rebasing, and squashing. Use when developer needs to create branches, commit changes, merge or rebase branches, or squash commits.
GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes.
Project management commands (init, skill-up, diagram)
Autonomous test writing agent. Use when developer wants tests written for changed files. Analyzes git diff, identifies components needing tests, writes unit tests following project conventions with Vitest.
DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues.