원클릭으로
publish-app
One-step publish — creates edit, uploads APK, and commits. The fastest path to publish when you only need to update the binary.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
One-step publish — creates edit, uploads APK, and commits. The fastest path to publish when you only need to update the binary.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Get app info and active edit status. Use this first to understand what state an app is in before making any changes.
View device targeting for an APK. Use when you need to check which Fire TV or tablet devices an APK supports.
Submit an edit for Amazon review. Use after validate-edit passes to make changes live. Irreversible.
Create a new draft edit for an app. Required before uploading APKs, updating listings, or making any changes. Use when check-status shows no active edit.
Delete a draft edit to discard all changes or recover from a stuck state. Use when you need to start over or clean up a failed operation.
Orchestrated full release workflow — create edit, upload APK, update listing, add screenshots, validate, and commit. Use for complete app updates with metadata changes.
| name | publish-app |
| description | One-step publish — creates edit, uploads APK, and commits. The fastest path to publish when you only need to update the binary. |
| depends_on | [] |
Create an edit, upload an APK, and commit in one step.
Use when you only need to publish a new APK with no listing or screenshot changes. This is the fastest path. For full control (update listing, add screenshots, validate first), use the individual commands in sequence.
| Name | Required | Description |
|---|---|---|
app_id | yes | The application ID |
file | yes | Path to the APK file |
xingu auth login completed)xingu +publish <app_id> --file <path_to_apk>
xingu auth login and retry.xingu edits delete <app_id> <edit_id> first, or use the step-by-step flow.xingu edits delete <app_id> <edit_id>.--dry-run to preview API calls without executing.