一键导入
gpc-testing
Manage beta testing, internal test builds, tester groups, and internal app sharing using gpc. Use when setting up or managing testing workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage beta testing, internal test builds, tester groups, and internal app sharing using gpc. Use when setting up or managing testing workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, deploy, and manage app recovery actions for Google Play using gpc. Use when responding to critical app issues that require user-facing recovery.
Manage Android app bundles, APKs, build processing, and debug symbol uploads using gpc. Use when uploading builds, checking build status, or uploading ProGuard mappings.
Guidance for using the Play Console CLI (gpc) — flags, output formats, auth profiles, pagination, and safety conventions. Use when asked to run or design gpc commands.
Manage supported devices, device statistics, device tier configs, country availability, and reports using gpc. Use when working with device targeting or distribution settings.
Sync and manage Google Play store listings, images, and screenshots using gpc. Use when updating store metadata, uploading screenshots, or syncing from local directories.
Manage in-app products, subscriptions, base plans, and subscription offers using gpc. Use when creating or updating monetization catalog.
| name | gpc-testing |
| description | Manage beta testing, internal test builds, tester groups, and internal app sharing using gpc. Use when setting up or managing testing workflows. |
Use this skill when managing testers, tester groups, internal test builds, or internal app sharing.
gpc testing internal list --package com.example.app
gpc testing internal-sharing upload --file app.aab --package com.example.app
gpc testing testers list --track beta --package com.example.app
gpc testing testers add --track beta --email tester@example.com --package com.example.app
gpc testing testers add --track beta --file testers.csv --package com.example.app
gpc testing testers remove --track beta --email tester@example.com --package com.example.app
gpc testing tester-groups list --package com.example.app
gpc bundles upload --file app.aab --track internal --package com.example.app
gpc bundles wait --version-code 42 --package com.example.app
gpc testing testers add --track internal --email qa@example.com --package com.example.app
gpc tracks promote --from internal --to beta --package com.example.app
gpc testing testers add --track beta --file beta-testers.csv --package com.example.app
gpc-release-flow skill for promoting builds between tracks.