Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
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
- Run the doctor check with the target package.
Usegpc doctor --package-name com.example.app. - Read the output as a preflight report for:
- auth state
- package visibility
- project defaults
- fixture or environment readiness
- 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.