From react-native-brownfield-migration
Provides GitHub Actions workflows and composite actions to build React Native iOS simulator .app.tar.gz and Android emulator .apk artifacts in CI, downloadable via gh CLI or API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/react-native-brownfield-migration:github-actionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via `gh` CLI or GitHub API.
Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API.
Use this skill when:
gh or REST API..github/workflows/mobile-build.yml from gha-workflow-and-downloads.md.actions/upload-artifact@v4 and capture artifact-id output.gh run download or GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}.| File | Description |
|---|---|
| gha-ios-composite-action.md | Composite action.yml for iOS simulator .app.tar.gz builds and artifact upload |
| gha-android-composite-action.md | Composite action.yml for Android emulator .apk builds and artifact upload |
| gha-workflow-and-downloads.md | End-to-end workflow wiring plus gh and REST download commands |
| Problem | Start With |
|---|---|
Need CI iOS simulator .app.tar.gz artifact | gha-ios-composite-action.md |
Need CI Android emulator .apk artifact | gha-android-composite-action.md |
| Need one workflow to trigger both platform jobs | gha-workflow-and-downloads.md |
| Need scripted artifact download | gha-workflow-and-downloads.md |
npx claudepluginhub codeblackbyshazzy/agent-skills3plugins reuse this skill
First indexed Jul 7, 2026
Provides GitHub Actions workflows and composite actions to build React Native iOS simulator .app.tar.gz and Android emulator .apk artifacts in CI, downloadable via gh CLI or API.
Provides GitHub Actions workflows and composite actions to build React Native iOS simulator .app.tar.gz and Android emulator .apk artifacts in CI, downloadable via gh CLI or API.
Sets up and optimizes CI/CD pipelines for mobile apps (React Native, Flutter, iOS/Android). Covers build automation, code signing, caching, beta distribution, production releases, and OTA updates.