一键导入
rollback-edit
Diagnose and recover from a stuck or failed edit state. Use when something went wrong and you need to get back to a clean state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Diagnose and recover from a stuck or failed edit state. Use when something went wrong and you need to get back to a clean state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
基于 SOC 职业分类
| name | rollback-edit |
| description | Diagnose and recover from a stuck or failed edit state. Use when something went wrong and you need to get back to a clean state. |
| depends_on | ["check-status","delete-edit"] |
Recover from a stuck or failed edit state. Diagnose and clean up.
Use when an edit is in a bad state and you need to recover. If you already know the edit_id and just want to delete, use xingu edits delete directly.
| Name | Required | Description |
|---|---|---|
app_id | yes | The application ID |
xingu +status <app_id>
Extract edit_id from the response's activeEdit.id field:
xingu edits delete <app_id> <edit_id>
On success: app is back to its last published state.
xingu edits get <app_id>
xingu edits get-previous <app_id>