github-actions-cicd

github-actions-cicd is a skill for Claude Code, Codex from Omar-Obando/qwen-orchestrator. It costs 61 tokens per session (5,389 once invoked), scanned A, original, MIT.

A guide to creating GitHub Actions workflows, which automatically run tasks in response to events such as code pushes and pull requests. It covers testing, builds, deployments, secrets, caching, artifacts, and reusable workflows.

In plain words
What is it for?
It helps build CI/CD pipelines, run jobs on different operating systems or language versions, manage secrets, cache dependencies, share build artifacts, and control concurrent runs.
Why use it?
It helps automate repetitive checks and releases while keeping the process defined in the repository and making results consistent across environments.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is files: ./coverage/lcov.info.

Good fit It helps build CI/CD pipelines, run jobs on different operating systems or language versions, manage secrets, cache dependencies, share build artifacts, and control concurrent runs.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Omar-Obando/qwen-orchestrator
agentmods
npx agentmods add skills/omar-obando/qwen-orchestrator/github-actions-cicd

Made for: Claude Code, Codex.

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-cicd

README.md
[![agentmods](https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/github-actions-cicd/github.svg)](https://agentmods.dev/skills/omar-obando/qwen-orchestrator/github-actions-cicd)
Your own site
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/github-actions-cicd"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/github-actions-cicd/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for github-actions-cicd

Your own site · 80×15
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/github-actions-cicd"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/github-actions-cicd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,389 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00061 $0.05389
Opus 5 $0.00030 $0.02694
Sonnet 5 $0.00012 $0.01078
Haiku 4.5 $0.00006 $0.00539

Measured 6d ago against content hash 14fb10713eac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

github-actions-cicd scanned grade A with 2 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 6d 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.

Asks for rootlowPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo ./svc.sh install

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -o actions-runner-linux-x64-2.315.0.tar.gz \
skills/github-actions-cicd/SKILL.md · 856 lines

How it starts

The opening of the file, as written. The whole thing — 856 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Actions CI/CD Skill — Workflow Automation Best Practices

Overview

This skill provides comprehensive guidance for creating and optimizing GitHub Actions workflows, including workflow triggers, job orchestration, runner management, matrix builds, environment protection, secret management, artifact handling, caching strategies, concurrency controls, reusable workflows, composite actions, Docker/npm action development, marketplace integration, workflow optimization, security hardening, and production CI/CD best practices. Based on GitHub official documentation and GitHub Certified: GitHub Actions standards.

When to Use

Use this skill when:

  • Creating GitHub Actions workflow files (.github/workflows/)
  • Configuring workflow triggers (push, pull_request, schedule, workflow_dispatch, repository_dispatch)
  • Defining jobs and steps with dependencies (needs)
  • Selecting runners (ubuntu-latest, windows-latest, macos-latest, self-hosted)
  • Implementing matrix builds for multiple Node.js, Python, or OS versions
  • Configuring environments and protection rules
  • Managing secrets and injecting them into workflows
  • Uploading and downloading artifacts between jobs
  • Caching dependencies (npm, pip, gradle, maven, pnpm, yarn)
  • Setting concurrency controls and cancel-in-progress
  • Creating reusable workflows for cross-repository sharing
  • Building composite actions for step reuse
  • Developing Docker container actions
  • Publishing npm actions to GitHub Marketplace
  • Discovering and integrating marketplace actions
  • Implementing action composition patterns
  • Optimizing workflow execution speed and cost
  • Hardening workflow security (dependency review, code scanning, secret scanning)
  • Configuring self-hosted runners
  • Setting up permission scoping and least privilege
  • Implementing production CI/CD best practices

Do NOT use this skill when:

  • Containerizing applications with Docker (use docker-containerization skill)
  • Deploying to Kubernetes (use kubernetes-orchestration skill)
  • Setting up cloud infrastructure (use terraform-iac skill)
  • Configuring monitoring and alerting (use monitoring skill)
  • Writing application code (use backend-developer or frontend-developer skill)
  • Managing database schema (use database-design skill)
  • Implementing security policies (use security-auditor skill)
  • Designing microservices architecture (use microservices-architecture skill)

Read the full file on GitHub · 856 lines

Files

What ships with it

1 file 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. 6d ago First seen · 856 lines · 61 tokens per session scan A 14fb10713eac

Subscribe to this mod's changes

github-actions-cicd is a skill published in the GitHub repository Omar-Obando/qwen-orchestrator (49 stars, last pushed 2mo ago), licensed MIT. It adds 61 tokens to every session and 5,389 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.