asc-shots-pipeline

Automate iOS screenshot workflows from Xcode build to upload.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill asc-shots-pipeline-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-shots-pipeline
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/ios-dev/skills/asc-shots-pipeline
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill asc-shots-pipeline-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end iOS screenshot workflows from building the app to uploading framed screenshots.

Core Features & Use Cases

  • Automates build/run via Xcode CLI, simctl, and AXe-driven UI actions to capture screenshots.
  • Applies framing using the Koubou-based frames for consistent visuals.
  • Orchestrates plan/config JSON files and handles upload of framed assets to the destination.

Quick Start

Configure the settings file and run the AXe-based pipeline to capture, frame, and upload screenshots.

Frequently Asked Questions about asc-shots-pipeline

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

FAQPage Schema
How do I automate iOS screenshots from Xcode build to App Store upload?

You can automate the iOS screenshot pipeline end-to-end by leveraging Xcode CLI for builds, AXe for UI actions, Koubou for framing, and asc for uploads. It orchestrates the full workflow through JSON plan and config files.

How does automated UI testing capture screenshots across iOS simulators?

Automated UI testing captures screenshots by running the app on iOS simulators and executing AXe-driven UI actions. This agent-driven approach navigates the interface to capture the required screens across configurable devices and locales.

Can I use JSON plan files to configure multi-step screenshot pipelines for iOS apps?

Yes, JSON plan and config files drive the multi-step screenshot pipelines for iOS apps. They allow you to define configurable devices and locales, orchestrating the capture, framing, and upload steps systematically.

What is the best way to apply consistent framing to iOS app screenshots automatically?

The best way to apply consistent framing is using Koubou-based frames within the automation pipeline. After the iOS simulators capture the raw screenshots, the pipeline applies these frames automatically before the final upload.

Do I need Xcode CLI and AXe to run an automated iOS screenshot pipeline?

Yes, the automated iOS screenshot pipeline relies on Xcode CLI and simctl to build and run the app, and AXe to drive the UI actions. These tools are required to execute the capture phase before framing and uploading.