github-actions
This skill provides reusable GitHub Actions patterns for building React Native applications for iOS simulators and Android emulators in the cloud. It includes composite actions for build processes and instructions for retrieving artifacts via the GitHub CLI or REST API.
Is github-actions safe to install?
Review the source first: our audit of github-actions's source files found 1 shell command, 1 external URL, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill suggests executing shell commands via the GitHub CLI and making network requests to the GitHub REST API to download build artifacts.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and DevOps engineers setting up CI/CD pipelines for React Native mobile applications.
What can you do with it?
- Creating CI workflows for React Native simulator and emulator builds.
- Uploading iOS and Android build artifacts from pull requests or manual workflow runs.
- Replacing local mobile builds with cloud-based CI artifacts.
- Scripting artifact retrieval using the GitHub CLI or REST API.
How good is this skill?
Quality score: 5/10. The skill provides clear documentation and structured patterns for CI/CD integration. It maps specific problems to relevant reference files effectively.
What does the skill file contain?
# 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 Re...
Frequently asked questions
What platforms does this skill support?
The skill supports React Native builds for iOS simulators and Android emulators.
How do I retrieve the build artifacts?
You can retrieve artifacts using the gh CLI command 'gh run download' or by calling the GitHub REST API endpoint 'GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}'.
What GitHub Actions version is required for artifact uploads?
The skill uses 'actions/upload-artifact@v4' for uploading build artifacts.
Related skills
github-actions-docs
264.6KDevelopers and DevOps engineers working with GitHub Actions workflows
The github-actions-docs skill provides grounded answers to GitHub Actions queries by retrieving information from official GitHub documentation. It assists with workflow syntax, security, migration, and runner configuration.
swiftui-expert-skill
25.5KDevelopers working on SwiftUI applications who need assistance with state management, performance tuning, API updates, and debugging via Instruments
The swiftui-expert-skill provides guidance for writing, reviewing, and refactoring SwiftUI code for iOS and macOS. It includes workflows for performance optimization, API migration, and Instruments trace analysis.
swiftui-pro
21.8KSwiftUI developers seeking to improve code quality and ensure adherence to modern Apple development standards
The swiftui-pro skill reviews SwiftUI code for modern API usage, maintainability, and performance. It validates code against a set of local reference files covering accessibility, data flow, navigation, and Swift best practices.
react-native-best-practices
19.0KReact Native developers and engineers performing performance audits or optimization tasks
A performance optimization guide for React Native applications, providing structured workflows for debugging FPS, TTI, bundle size, memory leaks, and native module performance.