leszko11

gpc-doctor-audit

0
0
# Install this skill:
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-doctor-audit"

Install specific skill from multi-skill repository

# Description

Use when diagnosing gpc environment readiness, package access, fixture availability, and project defaults before deeper Play Console operations.

# SKILL.md


name: gpc-doctor-audit
description: Use when diagnosing gpc environment readiness, package access, fixture availability, and project defaults before deeper Play Console operations.


gpc Doctor Audit

Overview

Use this skill before blaming a downstream command when the real issue might be auth, package access, or local configuration.

Workflow

  1. Run the doctor check with the target package.
    Use gpc doctor --package-name com.example.app.
  2. Read the output as a preflight report for:
  3. auth state
  4. package visibility
  5. project defaults
  6. fixture or environment readiness
  7. If the issue is identity-related, switch to gpc-auth-setup.

Notes

  • Use this skill early in triage, not after several failing release attempts.
  • Prefer JSON output in CI so the failure can be attached to logs or notifications.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.