一键导入
troubleshoot-validation
Diagnose and fix validation errors returned by validate-edit. Use when validation fails and you need to understand what's wrong.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Diagnose and fix validation errors returned by validate-edit. Use when validation fails and you need to understand what's wrong.
用 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 | troubleshoot-validation |
| description | Diagnose and fix validation errors returned by validate-edit. Use when validation fails and you need to understand what's wrong. |
| depends_on | ["validate-edit"] |
Diagnose and fix validation errors. Run after xingu edits validate reports issues.
Use when xingu edits validate or xingu edits commit returned validation errors and you need to diagnose and fix them.
| Name | Required | Description |
|---|---|---|
app_id | yes | The application ID |
edit_id | yes | The edit ID with validation issues |
xingu edits validate <app_id> <edit_id>
| Error pattern | Diagnosis | Fix |
|---|---|---|
| APK missing / no apk / apk required | No APK attached | xingu apks upload <app_id> <edit_id> --file <path> |
| version code / versionCode | Version not incremented | Rebuild APK with higher versionCode, re-upload |
| listing missing / locale required | Required locale missing | xingu +update-listing <app_id> --locale <locale> --title "..." |
| screenshot missing / image required | Screenshots not uploaded | xingu images upload <app_id> <edit_id> --locale en-US --image-type screenshots --file <path> |
| icon missing / small icon / large icon | App icon missing | xingu images upload <app_id> <edit_id> --locale en-US --image-type small-icons --file icon_114.png |
| content rating / rating missing | Questionnaire not completed | Developer Console web UI only (not available via API) |
| target audience / age rating / COPPA | Not configured | Developer Console under "Content Rating" |
| privacy policy / policy url | URL required | Developer Console under app details |
| category / genre | Not selected | Developer Console |
xingu edits validate <app_id> <edit_id>
xingu edits commit <app_id> <edit_id>