[PR #1] Add 7 agent skills for coding agent integration #1

Open
opened 2026-03-01 14:37:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AndroidPoet/playconsole-cli/pull/1
Author: @JoeSlain
Created: 2/27/2026
Status: 🔄 Open

Base: masterHead: add-agent-skills


📝 Commits (1)

  • 4bf655f Add 7 agent skills for coding agent integration

📊 Changes

8 files changed (+810 additions, -0 deletions)

View changed files

📝 README.md (+63 -0)
skills/gpc-monetization/SKILL.md (+89 -0)
skills/gpc-release/SKILL.md (+113 -0)
skills/gpc-reviews/SKILL.md (+73 -0)
skills/gpc-setup/SKILL.md (+142 -0)
skills/gpc-store/SKILL.md (+122 -0)
skills/gpc-testing/SKILL.md (+85 -0)
skills/gpc-vitals/SKILL.md (+123 -0)

📄 Description

Summary

  • Add 7 agent skills (SKILL.md files) enabling AI coding agents to use gpc commands
  • Skills cover: release management, store presence, reviews, monetization, vitals, testing, and setup
  • Update README with skills installation instructions via npx skills add

Skills

Skill Description
gpc-release Upload bundles, manage tracks, promote releases, staged rollouts
gpc-store Store listings, screenshots, images, country availability
gpc-reviews List, filter, and reply to user reviews
gpc-monetization In-app products, subscriptions, offers, orders, refunds
gpc-vitals Crash rates, ANR, performance, battery, device stats
gpc-testing Internal sharing, testers, tester groups, test tracks
gpc-setup Authentication, project config, doctor, team management

How it works

Compatible with the open agent skills ecosystem — works with Claude Code, Cursor, Codex, and 37+ more agents.

npx skills add AndroidPoet/playconsole-cli

Test plan

  • Verified npx skills add ./skills --list discovers all 7 skills
  • Verified each SKILL.md has valid YAML frontmatter (name + description)
  • Verified README renders correctly with new section

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AndroidPoet/playconsole-cli/pull/1 **Author:** [@JoeSlain](https://github.com/JoeSlain) **Created:** 2/27/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-agent-skills` --- ### 📝 Commits (1) - [`4bf655f`](https://github.com/AndroidPoet/playconsole-cli/commit/4bf655fca0d5b032904e230bd76941a0bc9b660b) Add 7 agent skills for coding agent integration ### 📊 Changes **8 files changed** (+810 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+63 -0) ➕ `skills/gpc-monetization/SKILL.md` (+89 -0) ➕ `skills/gpc-release/SKILL.md` (+113 -0) ➕ `skills/gpc-reviews/SKILL.md` (+73 -0) ➕ `skills/gpc-setup/SKILL.md` (+142 -0) ➕ `skills/gpc-store/SKILL.md` (+122 -0) ➕ `skills/gpc-testing/SKILL.md` (+85 -0) ➕ `skills/gpc-vitals/SKILL.md` (+123 -0) </details> ### 📄 Description ## Summary - Add 7 agent skills (`SKILL.md` files) enabling AI coding agents to use `gpc` commands - Skills cover: release management, store presence, reviews, monetization, vitals, testing, and setup - Update README with skills installation instructions via `npx skills add` ## Skills | Skill | Description | |-------|-------------| | `gpc-release` | Upload bundles, manage tracks, promote releases, staged rollouts | | `gpc-store` | Store listings, screenshots, images, country availability | | `gpc-reviews` | List, filter, and reply to user reviews | | `gpc-monetization` | In-app products, subscriptions, offers, orders, refunds | | `gpc-vitals` | Crash rates, ANR, performance, battery, device stats | | `gpc-testing` | Internal sharing, testers, tester groups, test tracks | | `gpc-setup` | Authentication, project config, doctor, team management | ## How it works Compatible with the [open agent skills ecosystem](https://skills.sh) — works with Claude Code, Cursor, Codex, and 37+ more agents. ```bash npx skills add AndroidPoet/playconsole-cli ``` ## Test plan - [x] Verified `npx skills add ./skills --list` discovers all 7 skills - [x] Verified each SKILL.md has valid YAML frontmatter (name + description) - [x] Verified README renders correctly with new section --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/playconsole-cli#1
No description provided.