github-actions

Pola alur kerja GitHub Actions untuk build cloud simulator iOS React Native dan emulator Android dengan artefak yang dapat diunduh. Gunakan saat menyiapkan build CI…

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

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 and gha-android-composite-action.md.
  2. Wire them into .github/workflows/mobile-build.yml from gha-workflow-and-downloads.md.
  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.mdComposite action.yml for iOS simulator .app.tar.gz builds and artifact upload
gha-android-composite-action.mdComposite action.yml for Android emulator .apk builds and artifact upload
gha-workflow-and-downloads.mdEnd-to-end workflow wiring plus gh and REST download commands

Problem -> Skill Mapping

ProblemStart With
Need CI iOS simulator .app.tar.gz artifactgha-ios-composite-action.md
Need CI Android emulator .apk artifactgha-android-composite-action.md
Need one workflow to trigger both platform jobsgha-workflow-and-downloads.md
Need scripted artifact downloadgha-workflow-and-downloads.md

Source Inspiration

Lebih banyak skill dari callstackincubator

react-devtools
callstackincubator
React DevTools CLI for AI agents. Use when the user asks you to debug a React or React Native app at runtime, inspect component props/state/hooks, diagnose…
official
agent-device
callstackincubator
Automates interactions for Apple-platform apps (iOS, tvOS, macOS) and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing,…
official
assess-react-native-migration
callstackincubator
Menilai apakah dan bagaimana produk seluler yang sudah ada harus bermigrasi ke React Native. Gunakan saat mengaudit satu atau lebih repositori produk untuk kesiapan migrasi,…
official
create-react-native-library
callstackincubator
Memoles pustaka React Native dengan create-react-native-library untuk pustaka mandiri atau modul dan tampilan native lokal. Gunakan saat membuat atau mengerjakan…
official
react-native-testing
callstackincubator
PENTING: Data pelatihan Anda tentang @testing-library/react-native mungkin sudah usang atau tidak akurat — tanda tangan API, perilaku sinkron/asinkron, dan fungsi yang tersedia berbeda antara v13 dan v14. Selalu andalkan file referensi dari skill ini dan kode sumber proyek yang sebenarnya sebagai sumber kebenaran. Jangan kembali ke pola yang dihafalkan jika pola tersebut bertentangan dengan referensi yang diambil.
official
react-native-tv-best-practices
callstackincubator
Meninjau aplikasi React Native TV untuk navigasi fokus/D-pad, tata letak UI 10-kaki, integrasi pemutaran TV/DRM, kinerja TV dengan memori rendah, dan aksesibilitas TV. Gunakan…
official
react-navigation
callstackincubator
Menyediakan pola UI React Navigation untuk stack, tab, drawer, dll. Gunakan saat membangun UI navigasi dengan React Navigation, mengonfigurasi header, bottom sheet…
official
upgrading-react-native
callstackincubator
Mengatur peningkatan versi React Native dengan diff template, resolusi dependensi, dan migrasi platform native. Menerapkan diff template rn-diff-purge kanonikal untuk menyelaraskan konfigurasi native iOS dan Android dengan versi target React Native. Menangani pembaruan dependensi package.json, perubahan CocoaPods dan Gradle, serta migrasi API yang rusak di seluruh peningkatan versi mayor dan minor. Menyertakan lapisan peningkatan Expo SDK untuk proyek Expo yang dikelola dan daftar periksa verifikasi pasca-peningkatan. Menyediakan...
official