$npx skillfedfor your agent

update-store

Update Store streamlines store listing maintenance by automating screenshot capture across iPhone and iPad simulators, then composing final images for App Store and Google Play. It also refreshes metadata files including release notes, descriptions, and promotional text based on your latest changelog entries.

Update Store automates App Store and Google Play screenshot capture and metadata text updates for mobile app releases.

AI-generated summary based on this skill's SKILL.md

998 92 MITupdated by K9i-0

Decision gist · record as of 2026-07-27

Update Store automates App Store and Google Play screenshot capture and metadata text updates for mobile app releases. Update Store streamlines store listing maintenance by automating screenshot capture across iPhone and iPad simulators, then composing final images for App Store and Google Play. It also refreshes metadata files including release notes, descriptions, and promotional text based on your latest changelog entries.

manual: git clone https://github.com/K9i-0/ccpocket → cp -r ccpocket/.claude/skills/update-store ~/.claude/skills/update-store
.claude/skills/update-store/SKILL.md · version 76cb3010

Use it when

  • Yes.
  • Update Store manages metadata across both ecosystems.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

K9i-0/ccpocket/update-store · repository language: Dart

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does Update Store automate app store screenshot updates?

Update Store automates the entire screenshot workflow by capturing UI directly from iPhone and iPad simulators, then composing those captures into framed device mockups ready for App Store and Google Play submission. It eliminates manual screenshot taking and frame overlay work, letting you regenerate all store assets whenever your app changes.

Can Update Store capture screenshots in light and dark themes?

Yes. Update Store captures app UI scenarios in both light and dark themes, ensuring your store listings showcase your app's appearance across all user preference settings. This theme coverage is essential for modern app store submissions on both iOS and Android platforms.

Does Update Store handle iOS and Google Play metadata updater tasks?

Update Store manages metadata across both ecosystems. It automates updates to release notes, descriptions, and promotional text for iOS App Store and Google Play. The tool pulls from your changelog entries and refreshes all store listing fields, keeping both platforms synchronized with your latest release information.

What about multi-language store metadata and localized screenshots?

Update Store supports multi-language store metadata management, allowing you to maintain localized screenshots and descriptions across different markets. This capability streamlines international app store submissions, ensuring consistent branding and messaging in each supported language and region.

Can Update Store generate framed device mockups with overlays?

Yes. Update Store generates framed device mockups by composing simulator screenshots with professional device frames and overlays. These finished mockups are ready for direct submission to app stores, eliminating the need for separate design tools or manual frame composition work.

What license does Update Store use?

Update Store is released under the MIT license, making it freely available for both personal and commercial use with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Update Store

ストアスクリーンショットの自動撮影・合成と、メタデータテキスト(description, release_notes等)の更新を行う。

前提

  • デバッグモードのアプリにはストアスクショ用のカスタムエクステンション(ccpocket.navigateToStoreScenario)が登録済み
  • Marionette MCPのcall_custom_extensionが使用可能
  • ImageMagickがインストール済み(compose.shで使用)
  • sim-tap.swift: 同梱のSwiftスクリプト(scripts/sim-tap.swift)。macOSアクセシビリティAPIでSimulatorのネイティブダイアログ(通知許可等)をラベル指定でタップできる

ワークフロー

Step 1: バージョン確認 & 変更分析
# 最新リリースタグ
git tag -l 'ios/v*' --sort=-v:refname | head -1

# 現在のバージョン
grep '^version:' apps/mobile/pubspec.yaml

# 前回リリースからの変更コミット
git log $(git tag -l 'ios/v*' --sort=-v:refname | head -1)..HEAD --oneline -- apps/mobile/

CHANGELOGの最新セクションも確認:

head -80 CHANGELOG.md

変更内容を分析し、UI変更があったかどうかを判断する。

Step 2: 更新対象の選択

AskUserQuestion(multiSelect)で更新対象を確認する。 変更分析結果に基づいて推奨をdescriptionに含める。

iPhone スクリーンショット(8シナリオ):

Key シナリオ名 内容 テーマ
01_session_list Session List (Recent) ホーム画面(名前付きセッション) ライト
02_approval_list

(truncated - see the full file via the links below)

File tree — 2 files
.claude/skills/update-store/SKILL.md
.claude/skills/update-store/scripts/sim-tap.swift

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Automate App Store and Google Play screenshot capture and metadata updates”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

mobile-automation
by K9i-0 · K9i-0/ccpocket

Mobile Automation guides E2E testing and UI verification for Flutter apps using dart-mcp and Marionette MCP. Launch apps on iOS simulators, verify UI elements, run mock scenarios without a Bridge server, or execute full end-to-end flows with Bridge integration for real Claude Code sessions.

MITfor claude-codedocs in Japaneseupdated Jul 2026
★ 998repo stars
sim-preview
by K9i-0 · K9i-0/ccpocket

sim-preview builds and launches your iOS app in the simulator, then exposes it via TrollVNC for remote viewing and interaction. Connect from iPhone using RealVNC Viewer over Tailscale to see UI changes and test interactions live as you iterate with hot reload.

MITfor claude-codedocs in Japaneseupdated Jul 2026
★ 998repo stars
simulator-utils
by Prisma-Labs-Dev · Prisma-Labs-Dev/apple-skills

simulator-utils streamlines iOS development by automating screenshot capture and resizing within the simulator environment. Perfect for testing UI consistency across different device configurations and verifying API compatibility without manual image processing. Works seamlessly with Claude Code and other coding agents to accelerate your iOS workflow.

MITupdated Jul 2026
★ 291repo stars
serve-sim
by EvanBacon · EvanBacon/serve-sim

serve-sim exposes your Apple Simulator as a controllable web interface, making it accessible to AI coding agents and automation tools. Stream the simulator's display as MJPEG and send interactions back via WebSocket—perfect for local development, LAN sharing, or remote Mac setups with tunneling.

Apache-2.0updated Jul 2026
★ 2,602repo stars
release-app
by K9i-0 · K9i-0/ccpocket

Release-app orchestrates multi-platform Flutter deployments by managing version increments, changelog entries, and platform-specific tagging that triggers automated GitHub Actions workflows. It validates code locally before pushing, then monitors CI/CD completion across your selected platforms.

MITfor claude-codedocs in Japaneseupdated Jul 2026
★ 998repo stars
submit-store-review
by K9i-0 · K9i-0/ccpocket

Submit Store Review guides you through submitting pre-built iOS and Android candidates to their respective app stores for review. It handles candidate selection, pre-submission verification, metadata synchronization, and rejection resubmission—keeping build creation separate from the submission workflow. The skill confirms metadata alignment, validates in-app purchases, and verifies final store status before and after submission.

MITfor claude-codedocs in Japaneseupdated Jul 2026
★ 998repo stars

More skills simulator-workflows (MIT) · qa-testing-ios (MIT) · Ios Simulator (NOASSERTION) · test-flutter (MIT) · triage (MIT) · flutter-upgrade (MIT)

Tags
app-store-automationscreenshot-compositionmetadata-managementios-release-pipelinesimulator-toolinglocalization-workflowstore-submissiondevice-framingrelease-notes-genmulti-platform-stores