asc-shots-pipeline

Automate iOS screenshot capture workflows with Xcodebuild, AXe, and Koubou.

6|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-shots-pipeline-omega-bred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-shots-pipeline
Source: https://github.com/omega-bred/bluebubbles-chatgpt-agent/tree/main/.agents/skills/asc-shots-pipeline
Command: npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-shots-pipeline-omega-bred

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires xcodebuild, simctl, axe, koubou, asc-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a streamlined process to automate iOS screenshot workflows, including building and running apps, UI testing with AXe, frame composition using Koubou, and screenshot upload.

Core Features & Use Cases

  • Build and Run: Automates the building and running of iOS apps using Xcode CLI tools.
  • UI Testing: Uses AXe for automated UI actions and captures UI state.
  • Frame Composition: Applies frame composition using Koubou for consistent visuals.
  • Screenshot Upload: Facilitates the upload of screenshots to designated repositories.
  • Use Case: Ideal for teams that require automated screenshot capture for app testing, UI/UX verification, or automated app review processes.

Quick Start

Run the asc-shots-pipeline skill to initiate a screenshot workflow for an app with the bundle ID 'com.example.app'.

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 screenshot capture workflows end to end?

iOS screenshot automation works by orchestrating Xcodebuild, AXe, and Koubou commands to execute builds, run UI actions, compose frames, and upload final screenshots. It streamlines app testing and UI/UX verification through a single automated pipeline.

Can I use Xcodebuild and simctl to automate app builds for screenshot generation?

Yes, you can use Xcodebuild and simctl to automate building and running iOS apps for screenshot generation. The pipeline leverages these CLI tools to initiate automated build-run processes before executing UI actions and capturing screenshots.

What is the best way to apply consistent frame composition to iOS screenshots?

The best way to apply consistent frame composition to iOS screenshots is using Koubou within an automated pipeline. It processes captured UI states and applies frame composition to ensure visual consistency across all generated screenshots.

Does this screenshot automation pipeline require AXe for UI testing?

Yes, this screenshot automation pipeline uses AXe to execute automated UI actions and capture UI states. AXe handles the UI testing component by interacting with the app interface during the automated build-run process.

When do I need automated screenshot capture for iOS app testing?

You need automated screenshot capture for iOS app testing when performing UI/UX verification or automated app review processes. It is ideal for teams requiring consistent, repeatable screenshot workflows without manual intervention across multiple build runs.

How do I upload generated iOS screenshots to repositories after frame composition?

To upload generated iOS screenshots after frame composition, the pipeline facilitates transferring final images to designated repositories. This step occurs automatically after Koubou applies frame composition to the captured UI states.