github-workflow-automation

github-workflow-automation is a skill for Claude Code, Codex from dxkjuanjuan/ui-forge. It costs 27 tokens per session (6,044 once invoked), scanned A, original, no licence file.

A tool for automating GitHub Actions workflows, which are automated jobs that run in a GitHub repository.

In plain words
What is it for?
Creating or managing CI/CD pipelines and other GitHub repository automation.
Why use it?
It helps manage automated build, test, deployment, and repository tasks from workflow definitions.

Skill for Claude CodeCodex

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/dxkjuanjuan/ui-forge/github-workflow-automation
Any agent
npx skills add dxkjuanjuan/ui-forge --skill github-workflow-automation
Clone the repo
git clone --depth 1 https://github.com/dxkjuanjuan/ui-forge

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-workflow-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/dxkjuanjuan/ui-forge/github-workflow-automation.svg)](https://agentmods.dev/skills/dxkjuanjuan/ui-forge/github-workflow-automation)
Your own site
<a href="https://agentmods.dev/skills/dxkjuanjuan/ui-forge/github-workflow-automation"><img src="https://agentmods.dev/badge/skills/dxkjuanjuan/ui-forge/github-workflow-automation.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,044 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.1 $0.00027 $0.06044
Opus 5 $0.00014 $0.03022
Sonnet 5 $0.00005 $0.01209
Haiku 4.5 $0.00003 $0.00604

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

Security

Grade A, and why

github-workflow-automation 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 5d 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-workflow-automation/SKILL.md · 1,048 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 1,048 lines · 27 tokens per session scan A 6e2d7b786541

Subscribe to this mod's changes

github-workflow-automation is a skill published in the GitHub repository dxkjuanjuan/ui-forge (3 stars, last pushed 1mo ago), with no licence file. It adds 27 tokens to every session and 6,044 once invoked, about $0.0001 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

managing-vulnerabilities

Implementing multi-layer security scanning (container, SAST, DAST, SCA, secrets), SBOM generation, and risk-based vulnerability prioritization in CI/CD pipelines. Use when building DevSecOps workflows, ensuring compliance, or establishing security gates for container deployments.

ancoleman/ai-design-components · 60 tokens

building-ci-pipelines

Constructs secure, efficient CI/CD pipelines with supply chain security (SLSA), monorepo optimization, caching strategies, and parallelization patterns for GitHub Actions, GitLab CI, and Argo Workflows. Use when setting up automated testing, building, or deployment workflows.

ancoleman/ai-design-components · 62 tokens

writing-github-actions

Write GitHub Actions workflows with proper syntax, reusable workflows, composite actions, matrix builds, caching, and security best practices. Use when creating CI/CD workflows for GitHub-hosted projects or automating GitHub repository tasks.

ancoleman/ai-design-components · 50 tokens

ci-cd-pipeline

Use near the end of a project to generate CI and make the app deploy-ready. Produces a polyglot GitHub Actions workflow (lint, typecheck, test, build) and multi-stage Dockerfiles. The finish line is CI-green and container-ready, not an actual deploy.

martian56/claude-engineer · 64 tokens

shell-scripting

Write robust, portable shell scripts with proper error handling, argument parsing, and testing. Use when automating system tasks, building CI/CD scripts, or creating container entrypoints.

ancoleman/ai-design-components · 39 tokens

seed-snapshot-release

Drives the snapshot-release flow for the current branch's PR. Posts a /snapshot comment on the PR if one isn't already there (with confirmation), waits for the Continuous Releases workflow to finish, and reports the tarball URLs from the resulting 📦 Snapshot Release comment. Use for both triggering and waiting …

daangn/seed-design · 144 tokens