cicd-automation-workflow-automate

cicd-automation-workflow-automate is a skill for Claude Code from rmyndharis/antigravity-skills. It costs 55 tokens per session (410 once invoked), scanned A, original, MIT.

A guide for automating software build, test, release, and deployment workflows, including CI/CD pipelines and GitHub Actions. CI/CD means automatically checking and delivering code changes.

In plain words
What is it for?
Use it to design multi-stage build and test flows, automate releases or deployments, and add reliability, security, or compliance checks.
Why use it?
It removes repetitive manual steps and makes development and delivery processes more consistent and visible.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to design multi-stage build and test flows, automate releases or deployments, and add reliability, security, or compliance checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rmyndharis/antigravity-skills/cicd-automation-workflow-automate
About the project

Antigravity Skill Vault is a collection of reusable Agent Skills for Google Antigravity, covering software development, operations, security, and business work. It is for people who want Antigravity agents to follow specialized expertise, personas, and structured workflows. The catalogue skills are entries from this collection.

rmyndharis/antigravity-skills · 1,529 stars · on GitHub

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.

Any agent
npx skills add rmyndharis/antigravity-skills --skill cicd-automation-workflow-automate
Clone the repo
git clone --depth 1 https://github.com/rmyndharis/antigravity-skills

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rmyndharis/antigravity-skills/cicd-automation-workflow-automate/github.svg)](https://agentmods.dev/skills/rmyndharis/antigravity-skills/cicd-automation-workflow-automate)
Your own site
<a href="https://agentmods.dev/skills/rmyndharis/antigravity-skills/cicd-automation-workflow-automate"><img src="https://agentmods.dev/badge/skills/rmyndharis/antigravity-skills/cicd-automation-workflow-automate/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 cicd-automation-workflow-automate

Your own site · 80×15
<a href="https://agentmods.dev/skills/rmyndharis/antigravity-skills/cicd-automation-workflow-automate"><img src="https://agentmods.dev/badge/skills/rmyndharis/antigravity-skills/cicd-automation-workflow-automate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 410 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 25
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00055 $0.00410
Opus 5 $0.00028 $0.00205
Sonnet 5 $0.00011 $0.00082
Haiku 4.5 $0.00006 $0.00041

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

Security

Grade A, and why

cicd-automation-workflow-automate 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 12d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

skills/cicd-automation-workflow-automate/SKILL.md · 52 lines

What it actually says

Workflow Automation

You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design and implement automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security.

Use this skill when

  • Automating CI/CD workflows or release pipelines
  • Designing GitHub Actions or multi-stage build/test/deploy flows
  • Replacing manual build, test, or deployment steps
  • Improving pipeline reliability, visibility, or compliance checks

Do not use this skill when

  • You only need a one-off command or quick troubleshooting
  • There is no workflow or automation context
  • The task is strictly product or UI design

Safety

  • Avoid running deployment steps without approvals and rollback plans.
  • Treat secrets and environment configuration changes as high risk.

Context

The user needs to automate development workflows, deployment processes, or operational tasks. Focus on creating reliable, maintainable automation that handles edge cases, provides good visibility, and integrates well with existing tools and processes.

Requirements

$ARGUMENTS

Instructions

  • Inventory current build, test, and deploy steps plus target environments.
  • Define pipeline stages with caching, artifacts, and quality gates.
  • Add security scans, secret handling, and approvals for risky steps.
  • Document rollout, rollback, and notification strategy.
  • If detailed workflow patterns are required, open resources/implementation-playbook.md.

Output Format

  • Summary of pipeline stages and triggers
  • Proposed workflow files or step list
  • Required secrets, env vars, and service integrations
  • Risks, assumptions, and rollback notes

Resources

  • resources/implementation-playbook.md for detailed workflow patterns and examples.
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. 12d ago First seen · 52 lines · 55 tokens per session scan A ab5fc910ca78

Subscribe to this mod's changes

cicd-automation-workflow-automate is a skill published in the GitHub repository rmyndharis/antigravity-skills (1,529 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 410 once invoked, about $0.0003 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-30.