Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-workflow-authoring"
Install specific skill from multi-skill repository
# Description
Use when authoring or reviewing .gpc/workflow.yml pipelines for gpc, including variable interpolation, dependency ordering, dry-run planning, and captured step output.
# SKILL.md
name: gpc-workflow-authoring
description: Use when authoring or reviewing .gpc/workflow.yml pipelines for gpc, including variable interpolation, dependency ordering, dry-run planning, and captured step output.
gpc Workflow Authoring
Overview
Use this skill for repeatable gpc automation expressed as .gpc/workflow.yml.
Workflow
- Keep workflows limited to real shipped
gpccommands. - Start with a dry-run plan.
Usegpc workflow run --file .gpc/workflow.yml --dry-run. - Prefer
${var}placeholders and override them from CI only when needed.
Usegpc workflow run --file .gpc/workflow.yml --dry-run --var packageName=com.example.app. - Execute only after the plan output matches expectations.
Usegpc workflow run --file .gpc/workflow.yml --confirm.
Authoring Rules
- Give each step a stable
id. - Use
needsfor deterministic ordering. - Keep each step command focused on one observable action.
- Favor JSON-producing commands for machine-consumable pipelines.
# 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.