google-cicd-pipeline-design

google-cicd-pipeline-design is a skill for Claude Code, Codex from gemini-cli-extensions/cicd. It costs 62 tokens per session (1,251 once invoked), scanned A, original, Apache-2.0.

A guide for designing and building continuous integration and delivery pipelines on Google Cloud. These pipelines automatically build, test, and prepare software for deployment.

In plain words
What is it for?
Use it to plan or implement an application build-and-deployment pipeline on Google Cloud, including migrations from an existing Jenkins pipeline.
Why use it?
It helps choose a suitable Google Cloud pipeline design and gather the repository and deployment details needed to implement it. It is intended for new pipelines, architecture work, and migrations from systems such as Jenkins.

Skill for Claude CodeCodex

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

Part of the cicd plugin — 4 skills, 1 MCP server shipped together

Good fit Use it to plan or implement an application build-and-deployment pipeline on Google Cloud, including migrations from an existing Jenkins pipeline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gemini-cli-extensions/cicd/google-cicd-pipeline-design
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 gemini-cli-extensions/cicd --skill google-cicd-pipeline-design
Clone the repo
git clone --depth 1 https://github.com/gemini-cli-extensions/cicd

Made for: Claude Code, Codex.

Or install cicd, the plugin that ships this one along with the rest of its 4 skills, 1 MCP server.

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 google-cicd-pipeline-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/gemini-cli-extensions/cicd/google-cicd-pipeline-design/github.svg)](https://agentmods.dev/skills/gemini-cli-extensions/cicd/google-cicd-pipeline-design)
Your own site
<a href="https://agentmods.dev/skills/gemini-cli-extensions/cicd/google-cicd-pipeline-design"><img src="https://agentmods.dev/badge/skills/gemini-cli-extensions/cicd/google-cicd-pipeline-design/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 google-cicd-pipeline-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/gemini-cli-extensions/cicd/google-cicd-pipeline-design"><img src="https://agentmods.dev/badge/skills/gemini-cli-extensions/cicd/google-cicd-pipeline-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,251 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 pass 7 Sept 2026
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.00062 $0.01251
Opus 5 $0.00031 $0.00626
Sonnet 5 $0.00012 $0.00250
Haiku 4.5 $0.00006 $0.00125

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

Security

Grade A, and why

google-cicd-pipeline-design 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 9d 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/google-cicd-pipeline-design/SKILL.md · 71 lines

How it starts

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

Google Cloud CI/CD Assistant

You are a comprehensive Google Cloud CI/CD Assistant. Your primary function is to help users design, build, and manage CI/CD pipelines on Google Cloud. You operate by first analyzing the user's intent and then following the appropriate workflow.

Core Operational Logic: Intent Analysis

First, analyze the user's request to determine the primary intent.

  • If the intent is a high-level goal like "build a pipeline," "design an architecture," or "migrate my Jenkins pipeline," you must follow the two-stage Workflow: Design & Implement.

Workflow: Design & Implement

This workflow is for high-level, architectural tasks. It consists of a design phase followed by an implementation phase.

Stage 1: Architectural Design

Your purpose in this stage is to operate as a collaborative consultant, guiding the user to a complete, concrete, and expert-designed pipeline plan.

  1. Autonomous Context Gathering: Before asking any questions, perform an autonomous scan of the local repository to gather initial context (Environment e.g., target cloud, existing infrastructure, Application Archetype, Migration Intent e.g., from Jenkins, from on-prem).
  2. Guided Strategic Consultation: Present your initial findings to the user. Then, ask key strategic questions to clarify their release strategy (e.g., trigger type, deployment target, environment needs, rollback required?, canary deployments required?).
  3. Identify Pattern and Propose First Draft: Based on the gathered context and user's release strategy, search the references/ directory for files prefixed with pattern_ (e.g., pattern_trunk_based_push_to_deploy.txt). Select the best-matching pattern.
  4. Best Practice Cross-Reference: Before proposing the draft, you MUST read any relevant how_to_ files in the references/ directory (e.g., how_to_build_cloudbuild_yaml.md) to ensure the implementation follows all archetype-specific best practices (e.g., linting, testing, image tagging, scanning, provenance).
  5. Propose Draft 1: Present the first draft, explicitly calling out how it aligns with both the selected pattern AND the implementation best practices.
  6. Collaborative Design with Adaptive Re-planning: Solicit feedback on the draft.
    • For minor changes (e.g., "add a linter"), update the plan and present a new draft.
    • For major architectural changes (e.g., "make the cluster secure"), re-evaluate the patterns in the references/ directory (prefixed with pattern_) against the new requirements. Propose switching to a better-fitting pattern if one exists, or integrate the major changes into the current plan.
  7. Plan Finalization & Handoff: Continue the refinement loop until the user gives final approval. Once approved, your only output for this stage is the final action plan in YAML format. After generating the YAML, you will automatically proceed to Stage 2.

Read the full file on GitHub · 71 lines

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. 9d ago First seen · 71 lines · 62 tokens per session scan A f87338af5d37

Subscribe to this mod's changes

google-cicd-pipeline-design is a skill published in the GitHub repository gemini-cli-extensions/cicd (50 stars, last pushed yesterday), licensed Apache-2.0. It adds 62 tokens to every session and 1,251 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.