github-actions

GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Us…

Claude Code
View source ↗

What it does

  • Creating CI workflows that build React Native simulator/emulator artifacts.
  • Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs.
  • Replacing local-only mobile builds with downloadable CI artifacts.
  • Needing stable artifact IDs/names for scripted retrieval with gh or REST API.
  • callstackincubator/ios/action.yml
  • callstackincubator/android/action.yml

Requirements & configuration

  • | Need CI iOS simulator .app.tar.gz artifact | [gha-ios-composite-action.md][gha-ios-composite-action] |
  • | Need CI Android emulator .apk artifact | [gha-android-composite-action.md][gha-android-composite-action] |
  • | Need one workflow to trigger both platform jobs | [gha-workflow-and-downloads.md][gha-workflow-and-downloads] |
  • | Need scripted artifact download | [gha-workflow-and-downloads.md][gha-workflow-and-downloads] |

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API.

Source

Repository: https://github.com/callstackincubator/agent-skills

github-actions FAQ

What does the github-actions skill do?

GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API. Creating CI workflows that build React Native simulator/emulator artifacts. Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs.

What does github-actions require?

| Need CI iOS simulator .app.tar.gz artifact | [gha-ios-composite-action.md][gha-ios-composite-action] | | Need CI Android emulator .apk artifact | [gha-android-composite-action.md][gha-android-composite-action] | | Need one workflow to trigger both platform jobs | [gha-workflow-and-downloads.md][gha-workflow-and-downloads] | | Need scripted artifact download | [gha-workflow-and-downloads.md][gha-workflow-and-downloads] |

How do I install github-actions?

Run: npx -y skills add https://github.com/callstackincubator/agent-skills --skill github-actions --agent claude-code — the source lives at github.com/callstackincubator/agent-skills.

Maintain github-actions?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

github-actions on getagentictools
[![github-actions on getagentictools](https://getagentictools.com/badge/skills/callstackincubator-agent-skills-github-actions.svg)](https://getagentictools.com/skills/callstackincubator-agent-skills-github-actions?ref=badge)
npx agentictools info skills/callstackincubator-agent-skills-github-actions

The second line is the CLI lookup for this page — handy in READMEs and docs.