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.
git clone --depth 1 https://github.com/Omar-Obando/qwen-orchestratornpx agentmods add skills/omar-obando/qwen-orchestrator/github-actions-cicdWrote 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.
[](https://agentmods.dev/skills/omar-obando/qwen-orchestrator/github-actions-cicd)<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.
<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>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.
| Model | Per session | Once 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 |
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 \ 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)
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.
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.
- 6d ago First seen · 856 lines · 61 tokens per session scan A 14fb10713eac
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.
Other skills, from other repositories
baby-sit
Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.
atmos-pro
Atmos Pro setup and workflows: settings.pro, GitHub OIDC, affected and inventory uploads, stack locks, pro commit, workflow dispatch, merge queues, and drift detection.
start-temps-cluster
Start (or restart) a local multi-node Temps cluster using Docker-in-Docker — one control plane + 3 worker nodes, each a privileged DinD container running its own dockerd + temps agent, wired with the real multi-host overlay (VXLAN, computecidr allocation) via tools/dev-cluster/ in whichever checkout/worktree you run…
pr-watch
Local PR watcher. Monitors CI status, automatically fixes failing checks by reading failure logs and applying targeted fixes, then optionally merges when all checks pass. Local CLI analog to Claude Code's cloud auto-fix feature.
seed-snapshot-release
An automated workflow for creating and tracking a snapshot release of the pull request on the current branch. A snapshot release is a temporary package build used for testing a branch before a normal release.
github
GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries.