skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

github-actions

GitHub Actions workflow patterns for React Native iOS/Android builds.

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/callstackincubator/agent-skills --skill github-actions

Overview

What This Skill Does

Provides reusable composite Actions and workflows to build React Native applications for simulators and emulators in GitHub Actions, uploading build artifacts for download.

Application

When to use this Skill

Documentation

Show Skills.md file

GitHub Actions Build Artifacts

Overview

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.

When to Apply

Use this skill when:

  • 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.

Quick Reference

  1. Add composite actions from [gha-ios-composite-action.md][gha-ios-composite-action] and [gha-android-composite-action.md][gha-android-composite-action].
  2. Wire them into .github/workflows/mobile-build.yml from [gha-workflow-and-downloads.md][gha-workflow-and-downloads].
  3. Upload with actions/upload-artifact@v4 and capture artifact-id output.
  4. Download with gh run download or GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}.

References

File Description
Lines 1 - 25 of 46

Recommendations

Explore other random skills

All skillsMy patterns