Security audit workflow - vulnerability scan β verification
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-auth-setup"
Install specific skill from multi-skill repository
# Description
Use when provisioning or verifying gpc authentication, including service-account setup, profile switching, doctor checks, and package-access verification.
# SKILL.md
name: gpc-auth-setup
description: Use when provisioning or verifying gpc authentication, including service-account setup, profile switching, doctor checks, and package-access verification.
gpc Auth Setup
Overview
Use this skill for initial machine setup or when an environment loses Play Console access.
Workflow
- For one-shot environment setup, use the top-level setup flow.
Usegpc setup --auto --project-id play-prod --package-name com.example.app --dir ./play. - For direct profile initialization, use auth init.
Usegpc auth init --service-account /path/to/service-account.json --profile default. - Inspect the current active profile.
Usegpc auth status. - List or switch profiles when debugging identity mismatches.
Usegpc auth profiles list --output table. - Run a local diagnostic when the issue might be credentials, package access, or environment state.
Usegpc doctor --package-name com.example.app.
Notes
- Prefer service accounts for CI.
- Keep
GPC_DEFAULT_OUTPUT=jsonin automation for stable parsing.
# 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.