بنقرة واحدة
validate-edit
Validate an edit before committing to catch errors early. Always run this before commit-edit.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Validate an edit before committing to catch errors early. Always run this before commit-edit.
التثبيت باستخدام 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 | validate-edit |
| description | Validate an edit before committing to catch errors early. Always run this before commit-edit. |
| depends_on | ["upload-apk"] |
Validate an edit before committing. Catches errors early without submitting.
Always run this before xingu edits commit. It's free, idempotent, and saves you from rejected submissions.
| Name | Required | Description |
|---|---|---|
app_id | yes | The application ID |
edit_id | yes | The edit ID to validate |
xingu edits validate <app_id> <edit_id>
xingu edits commit <app_id> <edit_id>.xingu apks upload <app_id> <edit_id> --file <path>xingu +update-listing <app_id> --locale en-US --title "..."xingu images upload <app_id> <edit_id> --locale en-US --image-type screenshots --file <path>xingu images upload <app_id> <edit_id> --locale en-US --image-type small-icons --file icon.png