github-actions

github-actions is a skill for Claude Code, Codex from maikotrindade/awesome-react-native-skills. It costs 44 tokens per session (604 once invoked), scanned A, original, GPL-3.0.

Guidance for GitHub Actions, GitHub’s system for automatically running build and delivery tasks. It focuses on cloud builds of React Native apps for iOS simulators and Android emulators, with downloadable build files.

In plain words
What is it for?
Setting up continuous-integration build pipelines and downloading GitHub Actions build artifacts with the GitHub command-line tool or API.
Why use it?
It helps avoid manually repeating mobile builds and provides a way to retrieve the resulting files.

Skill for Claude CodeCodex

Part of the awesome-react-native-skills plugin — 10 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/maikotrindade/awesome-react-native-skills/github-actions
Any agent
npx skills add maikotrindade/awesome-react-native-skills --skill github-actions
Clone the repo
git clone --depth 1 https://github.com/maikotrindade/awesome-react-native-skills

Made for: Claude Code, Codex.

Or install awesome-react-native-skills, the plugin that ships this one along with the rest of its 10 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for github-actions

README.md
[![agentmods](https://agentmods.dev/badge/skills/maikotrindade/awesome-react-native-skills/github-actions.svg)](https://agentmods.dev/skills/maikotrindade/awesome-react-native-skills/github-actions)
Your own site
<a href="https://agentmods.dev/skills/maikotrindade/awesome-react-native-skills/github-actions"><img src="https://agentmods.dev/badge/skills/maikotrindade/awesome-react-native-skills/github-actions.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 604 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00044 $0.00604
Opus 5 $0.00022 $0.00302
Sonnet 5 $0.00009 $0.00121
Haiku 4.5 $0.00004 $0.00060

Measured 4d ago against content hash 53830b111a96, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

github-actions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/github-actions/SKILL.md · 50 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 50 lines · 44 tokens per session scan A 53830b111a96

Subscribe to this mod's changes

github-actions is a skill published in the GitHub repository maikotrindade/awesome-react-native-skills (11 stars, last pushed 3mo ago), licensed GPL-3.0. It adds 44 tokens to every session and 604 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

spec-harness-build

Run the SDD pipeline over tasks.md: implement → test → VERIFY → review, one task at a time, under the ratchet. Use when Malik says 'build it', 'run the pipeline', 'implement the tasks', or 'ship this feature'. Each task gated by the separate verifier; lessons harvested by learn.

chohra-med/expo_boilerplate · 0 tokens

spec-harness-generate-agents

Bind the 6 SDD agents to THIS project's rules — fill each agent's GEN:rules region with its concern's real rules (implementer←Coding, tester←Testing+commands, reviewer←Reviewing, researcher/planner←Architecture, verifier←goal). Use when Malik says 'generate the agents', 'make the agents project-specific', 'bind agents…

chohra-med/expo_boilerplate · 0 tokens

spec-harness-install

Add or refresh Spec Harness in a repo — greenfield (new) or existing (integrate), idempotent. Use when Malik says 'install spec harness', 'set this repo up with spec harness', 'integrate spec harness into X', or 'start a new spec-harness project'. Runs the interview (mode, stack, constraints, work-intake source…

chohra-med/expo_boilerplate · 112 tokens

spec-harness-learn

The learning loop — turn feedback, a correction, or a verifier-FAIL root cause into one enforced rule injected into the ratchet (AGENTS.md/airules), dated. Use when Malik says 'learn this', 'remember not to do X', 'capture this lesson', 'don't do that again', or right after he corrects you. Closes the loop the…

chohra-med/expo_boilerplate · 91 tokens

spec-harness-rules

Per-directory rules — resolve the nearest RULES.md for a path (coding/architecture/packages/testing/reviewing), or generate it from a directory's real code when missing. Use when Malik says 'different directories have different rules', 'add rules per directory', 'each package needs its own rules', 'what rules apply…

chohra-med/expo_boilerplate · 99 tokens

spec-harness

The Spec Harness orchestrator — spec-driven development wrapped in a harness (ratchet + verifier + learning loop) over a persistent memory bank. Use when Malik says 'use spec harness', 'run the spec harness', 'spec-harness this feature', or wants the full spec→plan→tasks→build→verify→learn flow. Routes to the…

chohra-med/expo_boilerplate · 93 tokens