Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
callstackincubator avatar

Github Actions

  • 5.8k installs
  • 1.6k repo stars
  • Updated July 25, 2026
  • callstackincubator/agent-skills

github-actions is a Callstack skill with reusable GitHub Actions patterns to build React Native iOS simulator and Android emulator artifacts in CI and download them via gh or the GitHub API.

About

The Callstack github-actions skill documents reusable GitHub Actions patterns that build React Native apps for iOS simulators and Android emulators in the cloud, then publish installable artifacts retrievable with the gh CLI or GitHub REST API. Use it when creating CI workflows for simulator or emulator builds, uploading iOS simulator and Android emulator installables from pull requests or manual dispatch runs, replacing local-only mobile builds with downloadable CI artifacts, or scripting stable artifact IDs and names for automation. The quick reference adds composite actions from gha-ios-composite-action.md and gha-android-composite-action.md, wires them into .github/workflows/mobile-build.yml per gha-workflow-and-downloads.md, uploads with actions/upload-artifact@v4 while capturing the artifact-id output, and downloads via gh run download or GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}. A problem-to-file table routes iOS .app.tar.gz, Android .apk, combined workflows, and scripted downloads to the matching reference doc, with source inspiration from callstackincubator ios and android action.yml files.

  • Build iOS simulator .app.tar.gz artifacts via gha-ios-composite-action.md composite action
  • Build Android emulator .apk artifacts via gha-android-composite-action.md composite action
  • Wire both platform jobs in .github/workflows/mobile-build.yml from gha-workflow-and-downloads.md
  • Upload with actions/upload-artifact@v4 and capture artifact-id output
  • Download artifacts with gh run download or the GitHub REST artifacts endpoint

Github Actions by the numbers

  • 5,755 all-time installs (skills.sh)
  • +366 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #30 of 1,453 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

github-actions capabilities & compatibility

Capabilities
composite ios simulator .app.tar.gz build and up · composite android emulator .apk build and upload · end to end mobile build.yml workflow wiring · actions/upload artifact@v4 with artifact id outp · gh run download and rest artifact retrieval
Works with
github
Use cases
ci cd · devops · testing
Runs
Remote server
Pricing
Free
From the docs

What github-actions says it does

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.
SKILL.md
Upload with `actions/upload-artifact@v4` and capture `artifact-id` output.
SKILL.md
npx skills add https://github.com/callstackincubator/agent-skills --skill github-actions

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5.8k
repo stars1.6k
Security audit2 / 3 scanners passed
Last updatedJuly 25, 2026
Repositorycallstackincubator/agent-skills

What it does

GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts via gh CLI or GitHub API.

Who is it for?

React Native CI pipelines, PR or dispatch mobile builds, and automation that downloads simulator or emulator installables from GitHub Actions.

Skip if: Skip for non-React-Native projects, App Store or Play production release pipelines, or workflows that do not need downloadable CI artifacts.

When should I use this skill?

Setting up CI build pipelines for React Native simulator or emulator artifacts, or downloading GitHub Actions artifacts via gh CLI and GitHub API.

What you get

Composite actions and a mobile-build workflow upload versioned artifacts with stable IDs retrievable through gh run download or the REST artifacts API.

  • composite action.yml
  • uploaded emulator APK artifacts

Files

SKILL.mdMarkdownGitHub ↗

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

FileDescription
[gha-ios-composite-action.md][gha-ios-composite-action]Composite action.yml for iOS simulator .app.tar.gz builds and artifact upload
[gha-android-composite-action.md][gha-android-composite-action]Composite action.yml for Android emulator .apk builds and artifact upload
[gha-workflow-and-downloads.md][gha-workflow-and-downloads]End-to-end workflow wiring plus gh and REST download commands

Problem -> Skill Mapping

ProblemStart With
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]

Source Inspiration

[gha-ios-composite-action]: references/gha-ios-composite-action.md [gha-android-composite-action]: references/gha-android-composite-action.md [gha-workflow-and-downloads]: references/gha-workflow-and-downloads.md

Related skills

FAQ

What mobile artifacts does this skill produce?

iOS simulator .app.tar.gz builds via gha-ios-composite-action.md and Android emulator .apk builds via gha-android-composite-action.md.

How do I download CI build artifacts programmatically?

Use gh run download or GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format} after upload-artifact@v4 captures artifact-id.

Where do I start for a combined iOS and Android workflow?

Wire composite actions into .github/workflows/mobile-build.yml following gha-workflow-and-downloads.md.

Is Github Actions safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

DevOps & CI/CDdevopstesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.