KS
Killer-Skills

github-actions — github-actions setup guide github-actions setup guide, github-actions react native, how to use github-actions for CI builds, github-actions vs circleci, github-actions alternative to jenkins, github-actions install, github-actions tutorial, github-actions workflow patterns, github-actions and react native

Verified
v1.0.0
GitHub

About this Skill

Ideal for CI/CD Automation Agents tasked with mobile app build pipeline orchestration. github-actions is a set of reusable workflow patterns for building and publishing React Native app artifacts in the cloud.

Features

Builds React Native apps for iOS simulators and Android emulators in the cloud
Publishes artifacts retrievable via gh CLI or GitHub API
Supports creating CI workflows for simulator and emulator builds
Uploads iOS simulator and Android emulator installables from PRs or manual dispatch runs
Replaces local-only mobile builds with downloadable CI artifacts

# Core Topics

callstackincubator callstackincubator
[969]
[57]
Updated: 3/6/2026

Quality Score

Top 5%
75
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add callstackincubator/agent-skills/github-actions

Agent Capability Analysis

The github-actions MCP Server by callstackincubator is an open-source Categories.official integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for github-actions setup guide, github-actions react native, how to use github-actions for CI builds.

Ideal Agent Persona

Ideal for CI/CD Automation Agents tasked with mobile app build pipeline orchestration.

Core Value

Enables agents to configure and execute React Native iOS simulator and Android emulator cloud builds through GitHub Actions workflows. It provides artifact generation and management capabilities via gh CLI and GitHub API integration for downloadable installables.

Capabilities Granted for github-actions MCP Server

Automating React Native CI build pipelines
Publishing iOS simulator artifacts from PR runs
Generating Android emulator installables via manual dispatch
Retrieving build artifacts through GitHub API integration

! Prerequisites & Limits

  • Specifically for React Native mobile applications
  • Requires GitHub Actions workflow configuration
  • Focuses on simulator/emulator builds only
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

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

Related Skills

Looking for an alternative to github-actions or building a Categories.official AI Agent? Explore these related open-source MCP Servers.

View All

flags

Logo of facebook
facebook

flags is a feature flag management system that enables developers to check flag states, compare channels, and debug feature behavior differences across release channels.

243.6k
0
Design

extract-errors

Logo of facebook
facebook

extract-errors is a skill that assists in extracting and managing error codes in React applications using yarn extract-errors command.

243.6k
0
Design

fix

Logo of facebook
facebook

fix is a technical skill that resolves lint errors, formatting issues, and ensures code quality in declarative, frontend, and UI projects

243.6k
0
Design

flow

Logo of facebook
facebook

Flow is a type checking system for JavaScript, used to validate React code and ensure consistency across applications

243.6k
0
Design