ワンクリックで
check-targeting
View device targeting for an APK. Use when you need to check which Fire TV or tablet devices an APK supports.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
View device targeting for an APK. Use when you need to check which Fire TV or tablet devices an APK supports.
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.
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.
Download sales, earnings, or subscription reports. Use when you need financial data about app performance.
| name | check-targeting |
| description | View device targeting for an APK. Use when you need to check which Fire TV or tablet devices an APK supports. |
| depends_on | ["check-status"] |
View and interpret device targeting for an APK.
Use after uploading an APK when you need to verify which devices it targets. Most apps don't need this unless they restrict to specific Fire TV or tablet models.
| Name | Required | Description |
|---|---|---|
app_id | yes | The application ID |
edit_id | yes | The edit ID |
apk_id | yes | The APK ID |
xingu +status <app_id> to verify)xingu targeting get <app_id> <edit_id> <apk_id>
xingu edits get <app_id> then xingu apks list <app_id> <edit_id> to get correct IDs.xingu edits create <app_id>.xingu targeting update <app_id> <edit_id> <apk_id> --json '<targeting_json>'xingu edits validate <app_id> <edit_id>