github-actions
द्वारा callstackincubator
React Native iOS सिम्युलेटर और Android एमुलेटर क्लाउड बिल्ड के लिए GitHub Actions वर्कफ़्लो पैटर्न, जिनमें डाउनलोड करने योग्य आर्टिफैक्ट शामिल हैं। CI बिल्ड सेट अप करते समय उपयोग करें…
npx skills add https://github.com/callstackincubator/agent-skills --skill github-actionsGitHub 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
ghor REST API.
Quick Reference
- Add composite actions from gha-ios-composite-action.md and gha-android-composite-action.md.
- Wire them into
.github/workflows/mobile-build.ymlfrom gha-workflow-and-downloads.md. - Upload with
actions/upload-artifact@v4and captureartifact-idoutput. - Download with
gh run downloadorGET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}.
References
| 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 -> Skill Mapping
| 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 |
Source Inspiration
callstackincubator की और Skills
agent-device
callstackincubator
iOS और Android ऐप इंटरैक्शन को स्नैपशॉट-आधारित खोज और सेलेक्टर-संचालित रीप्ले के साथ स्वचालित करें। iOS सिम्युलेटर/डिवाइस और Android एमुलेटर/डिवाइस को सपोर्ट करता है, जिसमें सत्र-बद्ध ऑटोमेशन, मल्टी-टेनेंट रिमोट डेमन मोड और QA वर्कफ़्लो के लिए डिवाइस-स्कोप आइसोलेशन शामिल है। मुख्य कमांड: UI खोज के लिए रेफ़ के साथ स्नैपशॉट, इंटरैक्शन के लिए प्रेस/फ़िल/स
official
dogfood
callstackincubator
iOS/Android पर एजेंट-डिवाइस के साथ एक मोबाइल ऐप को व्यवस्थित रूप से एक्सप्लोर और परीक्षण करें ताकि बग, UX समस्याएं और अन्य समस्याएं खोजी जा सकें। जब dogfood, QA,… के लिए कहा जाए तो उपयोग करें।
official
react-devtools
callstackincubator
एजेंट-डिवाइस से React Native कंपोनेंट ट्री का निरीक्षण और प्रोफाइलिंग करें। React Native प्रदर्शन, प्रोफाइलिंग, प्रॉप्स, स्टेट, हुक्स, रेंडर कारण, धीमी… के लिए उपयोग करें।
official
react-devtools
callstackincubator
React DevTools CLI एआई एजेंटों के लिए। उपयोग तब करें जब उपयोगकर्ता आपसे रनटाइम पर React या React Native ऐप को डीबग करने, कंपोनेंट प्रॉप्स/स्टेट/हुक्स का निरीक्षण करने, निदान करने के लिए कहे…
official
github
callstackincubator
gh CLI के माध्यम से GitHub वर्कफ़्लो स्वचालन, पुल रिक्वेस्ट, स्टैक्ड PR और रिपॉजिटरी प्रबंधन के लिए। स्टैक्ड PR मर्ज वर्कफ़्लो प्रदान करता है: पहले PR को स्क्वैश-मर्ज करें, फिर चेन में प्रत्येक बाद के PR के लिए रीबेस और बेस ब्रांच अपडेट करें। मल्टी-PR मर्ज के दौरान मूक विफलताओं को रोकने के लिए संघर्ष पहचान और मैन्युअल समाधान संकेत शामिल हैं। मुख्य gh CLI संचालन को कवर करता है: PR निर्माण, स्थिति जाँच,
official
react-native-best-practices
callstackincubator
React Native ऐप्स के लिए संरचित प्रदर्शन अनुकूलन संदर्भ, जिसमें FPS, बंडल आकार, TTI और मेमोरी शामिल हैं। 9 JavaScript/React गाइड (प्रोफाइलिंग, सूचियाँ, एनिमेशन, मेमोरी), 9 नेटिव ऑप्टिमाइज़ेशन गाइड (Turbo Modules, थ्रेडिंग, प्रोफाइलिंग), और 9 बंडलिंग गाइड (ट्री शेकिंग, कोड स्प्लिटिंग, आकार विश्लेषण) में व्यवस्थित। प्रत्येक संदर्भ त्वरित पैटर्न/कमांड, प्रभाव रेटिंग (CRITICAL/HIGH/MEDIUM), और
official
react-native-brownfield-migration
callstackincubator
iOS या Android के मूल ऐप्स को React Native या Expo में माइग्रेट करने के लिए एक क्रमिक अपनाने की रणनीति प्रदान करता है, जिसमें @callstack/react-native-brownfield का उपयोग किया जाता है।
official
react-native-testing
callstackincubator
महत्वपूर्ण: @testing-library/react-native के बारे में आपका प्रशिक्षण डेटा पुराना या गलत हो सकता है — API हस्ताक्षर, सिंक/एसिंक व्यवहार, और उपलब्ध फ़ंक्शन v13 और v14 के बीच भिन्न हैं। हमेशा इस कौशल की संदर्भ फ़ाइलों और प्रोजेक्ट के वास्तविक स्रोत कोड को सत्य का स्रोत मानें। जब याद किए गए पैटर्न प्राप्त संदर्भ से टकराते हैं, तो उन पर निर्भर न हों।
official