app-store-connect

Automate App Store Connect build uploads, metadata, and submissions.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/shihwesley/shihwesleys-harness --skill app-store-connect-shihwesley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-connect
Source: https://github.com/shihwesley/shihwesleys-harness/tree/main/skills/app-store-connect
Command: npx skills add https://github.com/shihwesley/shihwesleys-harness --skill app-store-connect-shihwesley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end App Store Connect workflows for iOS/visionOS apps, reducing manual steps in builds, metadata, and submission.

Core Features & Use Cases

  • Automated build uploads via asc or fastlane to App Store Connect.
  • Metadata management for descriptions, keywords, and release notes.
  • TestFlight management including tester groups and beta submissions.
  • Submission workflows with status tracking and error handling.
  • Security best practices for JWTs and key management.

Quick Start

Use the app-store-connect skill to automate App Store Connect tasks.

Frequently Asked Questions about app-store-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate App Store Connect build uploads and submissions?

Automate App Store Connect build uploads and submissions by orchestrating end-to-end release workflows via asc or fastlane, handling metadata management, versioned submissions, and status tracking automatically.

How does ES256 JWT authentication work for App Store Connect API workflows?

ES256 JWT authentication for App Store Connect API workflows requires generating and signing tokens with API keys, enabling secure CLI or SDK integration to authorize build uploads and metadata management tasks.

Can I manage TestFlight beta testing groups through an automated submission flow?

Manage TestFlight beta testing groups through automated submission flows that orchestrate tester group assignments, beta submissions, and release notes updates directly within the App Store Connect lifecycle.

Does this automation approach support both iOS and visionOS app lifecycle releases?

This automation approach supports both iOS and visionOS app lifecycle releases, accommodating initial releases, metadata updates, and versioned submissions for solo developers and teams.

What is the best way to handle metadata updates for App Store Connect releases?

Handle metadata updates for App Store Connect releases by automating descriptions, keywords, and release notes management through CLI or SDK integration, reducing manual steps across versioned submissions.

Why do I need API-key-based authentication for App Store Connect release orchestration?

API-key-based authentication is needed for App Store Connect release orchestration to securely sign ES256 JWTs, authorize build uploads, and manage submission workflows without manual credential entry.