运维生成
- 作者仓库星标 0
- 作者更新于 实时读取
- 作者仓库 skills-registry
- 领域
- 运维部署
- 兼容 Agent
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- 信任分
- 88 / 100 · 社区维护
- 作者 / 版本 / 许可
- @tomevault-io · 未声明 license
- Token 消耗评级
- 低消耗
- 接入复杂程度
- 需手动接入
- 是否需要外部 API Key
- 不需要
- 兼容的系统
- Linux · Docker
- 底层运行要求
- Node.js · Bun · Deno · Docker
- 文件与系统权限
-
- 只读
- 允许写入 / 修改
- 读取环境变量
- 网络行为
- 仅限本地
- 安装命令数
- 26 条
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: ci-cd-generator
description: Scaffold/audit GitHub Actions CI/CD — Go/Rust/TS. Generation: workflows + coverage gates (60–80%…
category: 运维部署
runtime: Node.js / Bun / Deno / Docker
---
# ci-cd-generator 输出预览
## PART A: 任务判断
- 适用问题:部署、CI、环境检查、发布或运维排障。
- 输入要求:目标材料、限制条件、期望输出和验收方式。
- 证据边界:围绕“When to Use / Generation mode / Audit mode”读取原文规则,不把推断写成作者承诺。
## PART B: 执行结果
- **01** 任务判断:确认你的需求是否属于部署、CI、环境检查、发布或运维排障,并标出输入、限制和预期结果。
- **02** 执行计划:优先按“When to Use / Generation mode / Audit mode”拆成步骤,说明每一步会读取什么、修改什么、产出什么。
- **03** 交付结果:给出可复制的命令、文件改动、检查清单或内容草稿,并说明如何继续迭代。
- **04** 风险边界:结合 读取文件、写入/修改文件、读取环境变量、主要在本地完成、通常不需要额外 API Key 给出执行前确认项。
## Running Rules
- 读取文件、写入/修改文件、读取环境变量;主要在本地完成;通常不需要额外 API Key。
- 先小样例验证,再放大到真实任务。
- 交付时同时给结果、检查口径和下一步迭代建议。 原文出现了 `/valarmindskills`、`/ci-cd-generator` 这类斜杠命令;如果你的 Agent 支持命令触发,优先用命令开场,再补充目标和边界。
告诉 Agent 目标文件或材料、期望结果、不可改范围、是否允许联网或执行命令。本 Skill 的权限画像是:读取文件、写入/修改文件、读取环境变量。
先用一个小任务确认它会围绕“When to Use / Generation mode / Audit mode”工作;涉及文件或命令时,先看 diff、日志、预览或测试结果。
检查最终产物是否包含明确结果、必要证据和下一步动作;如果输出泛泛而谈,就补充输入、边界和验收标准后重跑。
---
name: ci-cd-generator
description: Scaffold/audit GitHub Actions CI/CD — Go/Rust/TS. Generation: workflows + coverage gates (60–80%…
category: 运维部署
source: tomevault-io/skills-registry
---
# ci-cd-generator
## 什么时候使用
- 用于组织测试、定位失败并形成修复闭环 适合处理部署、CI、发布、回滚、环境检查和运维排障,核心价值是把输入、判断、执行、验证和交付边界固定下来,避免 Agent 泛泛回答。 把任务拆成可执行、可检查、可继续迭代的步骤;通常不需要额外 A…
- 面向部署、CI、环境检查、发布或运维排障,优先处理能明确输入、步骤和验收标准的工作。
## 需要提供什么
- 目标材料、目录范围、期望结果和不可改动内容。
- 是否允许联网、执行命令、读写文件或调用外部服务。
## 执行规则
- 围绕「When to Use / Generation mode / Audit mode」组织步骤,不把推断写成作者事实。
- 读取文件、写入/修改文件、读取环境变量;主要在本地完成;通常不需要额外 API Key。
- 先跑小样例,确认结果可检查后再扩大任务范围。
## 输出要求
- 给出最终产物、关键证据、验证方式和下一步动作。
- 信息不足时标记 unknown,不编造命令、平台或依赖。 作者原文负责流程事实;仓库文件负责来源和命令;流狐只补充适用场景、限制和质量判断。
skill "ci-cd-generator" {
输入层 -> 用户目标 + 目标文件 + 禁止范围 + 验收标准
上下文层 -> When to Use / Generation mode / Audit mode
规则层 -> SKILL.md 触发条件 / 执行顺序 / 输出格式
运行层 -> Node.js / Bun / Deno / Docker | 读取文件、写入/修改文件、读取环境变量 | 主要在本地完成
安全层 -> 通常不需要额外 API Key + 小任务验证 + diff / 日志复核
输出层 -> 可复制结果 + 检查清单 + 下一步迭代
} CI/CD Generator
Lifecycle skill that scaffolds a complete GitHub Actions pipeline for a Go, Rust, or TypeScript project. The workflow encodes opinionated defaults documented in the project owner's notes — coverage gates, N+1 query detection, race condition property-based testing, memory leak detection, and load testing — plus standard security gates (SAST, SCA, container scan, SBOM, secret scan).
When to Use
The skill has two operating modes — generation (the default, walks Phase 0 → 6 below) and audit (read-only review of an existing pipeline, walks Phase A0 → A5 in references/AUDIT.md).
Generation mode
- A new repository (Go, Rust, or TypeScript) has no
.github/workflows/directory and the user wants CI/CD wired up - An existing repository has an ad-hoc workflow that the user wants replaced with a complete, opinionated baseline
- The user explicitly asks for "criar CI", "gerar pipeline", "scaffold workflow", or invokes
/valarmindskills:ci-cd-generator - A polyglot monorepo needs per-language pipelines (run the skill once per project root)
Audit mode
- The repository already has workflows authored before this skill existed and the user wants them reviewed
- A security incident exposed a CI weakness (compromised secret, malicious action) and the user wants the full surface checked
- Pre-release gate: confirm the workflows match the security level the team thinks they are running at
- The user explicitly asks for "auditar pipeline", "audit CI pipeline", "review existing workflow"
This skill is language-aware and lifecycle-driven: it detects → asks the minimum needed → applies heuristics → emits YAML or report → validates. For multi-stack API security review (design + active testing + Go and Next.js stack-specific lifecycles) run from a CI pipeline, complement with @code-security-review (Go branch — references/golang/; Next branch — references/nextjs/). For Next.js performance audits, see @code-review references/NEXTJS.md.
Do not use when
- The user wants to fix or refactor a single line in an existing workflow — open the YAML directly or use
@github-pr-review. For a full pipeline audit, switch to audit mode instead. - The CI platform is GitLab CI, CircleCI, Buildkite, or Jenkins — this skill is GitHub Actions only
- The project language is not Go, Rust, or TypeScript (Node.js / Bun / Deno)
- The user wants to deploy infrastructure (Terraform, Pulumi, Kubernetes manifests) — pipeline ≠ infra
Prerequisites
| Tool | Purpose | Install |
|---|---|---|
gh (GitHub CLI) |
Branch protection, secrets management, dispatch | brew install gh then gh auth login |
actionlint |
Static lint of generated YAML | brew install actionlint |
yamllint |
Style and structural lint | brew install yamllint |
| Language toolchain on host | Local sanity check before commit | go, cargo, bun/pnpm/npm per project |
Required access:
- Read access to the repository root (for detection)
- Write access to
.github/and.github/workflows/ - Permission to commit on a branch (skill never commits without explicit user approval)
- If branch protection is part of the request: admin role on the repository
Phase 0 — Project Detection
Detect language, package manager, and runtime before generating anything. Run the steps in order; stop at the first conclusive match per axis.
# Step 1 — language
test -f go.mod && echo "language: go"
test -f Cargo.toml && echo "language: rust"
test -f package.json && echo "language: typescript"
test -f tsconfig.json && echo " ts-config: present"
# Step 2 — TypeScript runtime (only if language=typescript)
test -f bun.lockb && echo "runtime: bun, pm: bun"
test -f pnpm-lock.yaml && echo "runtime: node, pm: pnpm"
test -f yarn.lock && echo "runtime: node, pm: yarn"
test -f package-lock.json && echo "runtime: node, pm: npm"
# Step 3 — Rust workspace shape
grep -q '\[workspace\]' Cargo.toml 2>/dev/null && echo "rust: workspace"
# Step 4 — Go module shape
grep -E '^go [0-9]+\.[0-9]+' go.mod | head -1 # toolchain version
grep -q '^// +build' . -r 2>/dev/null && echo "go: legacy build tags present"
Persist as $LANG ∈ {go, rust, typescript}, plus per-language sub-fields ($RUNTIME, $PM, $WORKSPACE). The next phases branch on these values.
$LANG |
Reference to load | Default file emitted |
|---|---|---|
go |
references/GO.md | .github/workflows/ci.yml |
rust |
references/RUST.md | .github/workflows/ci.yml |
typescript |
references/TYPESCRIPT.md | .github/workflows/ci.yml |
polyglot (multiple matches) |
Run Phase 0 per subdirectory | One workflow per language detected |
If no match is found, abort with a one-line notice. The skill does not invent a language.
Phase 1 — Collect Preferences
Ask the user only for inputs that cannot be inferred. Use one consolidated AskUserQuestion block, never one question per phase.
| Input | Required | Default | Inferable from |
|---|---|---|---|
| Coverage threshold | No | 60 (per user heuristic) |
None — must default |
| Security level | No | standard (SAST + SCA + secret scan) |
None — must default |
| Container scan | No | true if Dockerfile exists, else false |
test -f Dockerfile |
| SBOM emission | No | true if security level = strict |
None |
| Release workflow (tag-driven) | No | true if goreleaser.yml exists or user has github-release-note history |
test -f .goreleaser.yml |
| Dependabot config | No | true (always) |
None |
| Load testing job | No | false (heavy; opt-in) |
Never default on |
| Branch protection rules | No | Suggest in report; do not apply automatically | None |
Three security levels:
minimal— lint + test + build. No security gates. Use only for prototypes.standard(default) — adds CodeQL/Semgrep, dependency audit, secret scanstrict— adds container scan (trivy), SBOM (syft), license check, signing
The full preferences-elicitation script lives in references/USER_HEURISTICS.md. It also documents the rationale for each default, citing the project owner's vault notes.
Phase 2 — Apply User Heuristics
The pipeline emits five opinionated checks regardless of language. Each is sourced from the project owner's notes and is mandatory unless the user opts out explicitly.
| # | Heuristic | Default behavior | Override flag |
|---|---|---|---|
| 1 | Coverage gate ≥ 60% (warn ≥ 80%) | Pipeline fails below threshold | --coverage=N or "ignore coverage" |
| 2 | N+1 detection | Integration tests assert max query count per request | --no-n1 |
| 3 | Race condition PBT | Concurrent property-based test job; -race flag in Go |
--no-race |
| 4 | Memory leak detection | Jest/Vitest --detectOpenHandles --detectLeaks (TS); -race (Go); miri optional (Rust) |
--no-leak-detect |
| 5 | Load testing | Nightly workflow_dispatch job using k6 or artillery (opt-in) |
Default off |
For each heuristic, references/USER_HEURISTICS.md contains:
- The exact rationale from the source notes
- The detection technique per language
- A copy-pasteable workflow snippet
- The expected failure mode if the heuristic catches something
Phase 3 — Wire Security Gates
Branch on the security level chosen in Phase 1. Each gate is a separate job that runs in parallel with the test job whenever possible.
| Gate | minimal |
standard |
strict |
|---|---|---|---|
actionlint self-check |
✓ | ✓ | ✓ |
| Lint + format | ✓ | ✓ | ✓ |
| Unit + integration tests | ✓ | ✓ | ✓ |
| Coverage gate | ✓ | ✓ | ✓ |
| CodeQL / Semgrep (SAST) | — | ✓ | ✓ |
| Dependency audit (SCA) | — | ✓ | ✓ |
| Secret scan (gitleaks) | — | ✓ | ✓ |
| Container scan (trivy) | — | conditional | ✓ |
| SBOM (syft / cyclonedx) | — | — | ✓ |
| License check | — | — | ✓ |
| Provenance / signing (cosign + SLSA) | — | — | optional |
Per-language tool selection (CodeQL languages, audit commands, container base scan strategy) is captured in references/SECURITY_GATES.md.
Anti-patterns the generator must refuse to emit:
pull_request_targetwith checkout of the PR head (RCE vector)permissions:defaulting towrite-allat the workflow level- Third-party actions without a pinned commit SHA when
security level = strict - Secrets passed via
env:at the workflow level (must be job- or step-scoped) actions/checkout@v4followed by running untrusted scripts before any allowlist check
Phase 4 — Generate Workflow YAML
Emit the YAML in this skeleton, populated from the language-specific reference:
name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
meta:
name: actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rhysd/actionlint@v1 # pinned via SHA in `strict`
lint:
needs: meta
# populated from <language>.md
test:
needs: meta
# populated from <language>.md
# includes: race flag, coverage gate, N+1 assertion, leak detection
security:
needs: meta
# populated from SECURITY_GATES.md per security-level
build:
needs: [lint, test, security]
# populated from <language>.md
Per-language fully populated workflows (with matrix, cache, environment variables, and the canonical job graph) live in:
- references/GO.md —
actions/setup-go@v5,go test -race -cover -covermode=atomic,staticcheck,golangci-lint,govulncheck, optionalgoreleaser - references/RUST.md —
actions-rust-lang/setup-rust-toolchain@v1,Swatinem/rust-cache@v2,cargo fmt --check,cargo clippy -D warnings,cargo nextest,cargo-llvm-cov,cargo-audit,cargo-deny - references/TYPESCRIPT.md —
setup-bun/setup-node+pnpm/action-setup,tsc --noEmit,eslint,vitest/jestwith--detectOpenHandles --detectLeaks, N+1 query test template,size-limit
Always pin third-party actions:
standardlevel:@vNmajor-version pinstrictlevel: full commit SHA pin (@<40-char-sha>) with a comment naming the version
Phase 5 — Validation & Dry-Run
Before reporting success, run the local checks:
# 1. Lint the YAML
actionlint .github/workflows/*.yml
yamllint -d relaxed .github/workflows/*.yml
# 2. Confirm secrets referenced in the YAML
grep -hoE '\$\{\{ secrets\.[A-Z_]+ \}\}' .github/workflows/*.yml | sort -u
# 3. Verify all third-party actions are pinned
grep -hE 'uses: ' .github/workflows/*.yml | grep -v 'actions/' | grep -v '@[a-f0-9]\{40\}\|@v[0-9]'
# 4. List required workflows for branch protection
grep -E '^ [a-z_-]+:$' .github/workflows/ci.yml | sed 's/[: ]//g'
Each finding is added to the post-generation report. If actionlint reports errors, abort and emit the diff for the user instead of writing the file.
The full validation matrix and the optional gh workflow run --ref <branch> ci.yml smoke test are in references/CHECKLIST.md.
Phase 6 — Deliver
- Write the workflow file(s) to
.github/workflows/. Default filename:ci.yml. Optional:release.yml,nightly-load.yml. - Write
.github/dependabot.ymlif Phase 1 enabled it. - Emit the generation report (see Output format).
- Surface the suggested branch protection rules — do not apply them automatically. Provide the
ghcommand the user can run. - Hand off to
@github-committo commit the new files; do not commit unless the user explicitly approves.
A worked end-to-end run of Phase 0 → Phase 6 for a Go API project is in EXAMPLE.md.
Audit mode (alternate entry)
When the user asks to audit an existing pipeline rather than generate one, branch at the very top of Phase 0 into the audit procedure documented in references/AUDIT.md. The audit walks Phase A0 → A5 (inventory → heuristic compliance → security gate compliance → anti-pattern sweep → action freshness → caching/concurrency hygiene) and emits a severity-ranked findings table with fix proposals.
The audit is read-only by default. The user can opt in per finding ID for the skill to apply unified-diff fixes; each fix is tagged SAFE / REVIEW / BREAKING and re-validated with actionlint before report-ok. The skill never commits.
Pick the entry point by user intent:
| Intent signal | Entry |
|---|---|
"criar CI", "gerar pipeline", "scaffold workflow", /ci-cd-generator on a repo with no .github/workflows/ |
Phase 0 (generation) |
"auditar pipeline", "audit CI", "review existing workflow", /ci-cd-generator on a repo with workflows present |
Phase A0 (audit) |
Ambiguous and .github/workflows/ exists |
Ask once: "audit existing workflows or generate a new baseline alongside?" — do not assume |
Constraints
- Never commit the generated YAML without explicit user approval — emit the diff first
- Never apply branch protection rules without an explicit
gh apicall confirmed by the user - Never emit
pull_request_targetwith PR-head checkout - Never default
permissions:towrite-allat workflow level — start atcontents: readand elevate per job - Never pass secrets via the workflow-level
env:; scope them to the job or step - Never use third-party actions without a version pin (major tag minimum, SHA in
strict) - Never generate a pipeline for a language outside
{go, rust, typescript}— abort with a one-line notice - Never silently downgrade the security level when a tool is missing — surface the gap to the user
- Must load the matching language reference before emitting any YAML
- Must run
actionlinton the generated file before reporting success - Must include a header comment listing required secrets, the trigger graph, and the source skill
- Must keep the workflow under 500 lines per file; split into
ci.yml+release.yml+nightly-load.ymlwhen needed - Must not invent secrets or repository variables — every
${{ secrets.X }}reference must be listed in the report
Output format
Generation report (printed verbatim after every successful run):
ci-cd-generator: <action>
language: <go | rust | typescript>
runtime/pm: <node+pnpm | bun | rust+nextest | go+toolchain x.y>
security: <minimal | standard | strict>
workflows: <files written, paths under .github/>
jobs: <ordered list of job ids in ci.yml>
required-secrets: <SECRET_A, SECRET_B, … or "none">
Suggested branch protection (run after committing):
gh api -X PUT repos/<owner>/<repo>/branches/main/protection \
-F required_status_checks.strict=true \
-F 'required_status_checks.contexts[]=lint' \
-F 'required_status_checks.contexts[]=test' \
-F 'required_status_checks.contexts[]=security' \
-F enforce_admins=true \
-F required_pull_request_reviews.required_approving_review_count=1
Next: review the diff, then `/valarmindskills:github-commit`.
Related Skills
@github-commit— commit the generated workflow files following Conventional Commits@github-release-note— generate release notes when the release workflow tags a version@github-pr-review— review the diff that introduces the workflow@clean-code— apply principles to the YAML (consistent naming, no duplication across jobs)@code-security-review— multi-stack security review job covering generic flows + Go (Gin/Fiber,references/golang/) + Next.js 16 App Router (references/nextjs/); active testing viareferences/TESTING_PHASES.md, run nightly via the load testing slot; 100-vuln class catalog viareferences/WEB_VULNERABILITIES.mdwhen the pipeline must spell out which classes each gate addresses@code-debugger— diagnosing a failing generated workflow before reporting it as broken
References
- GO — Go pipeline template, tooling matrix, canonical workflow
- RUST — Rust pipeline template, tooling matrix, canonical workflow
- TYPESCRIPT — TypeScript pipeline template (Node + Bun), N+1 and leak templates
- USER_HEURISTICS — coverage gate, N+1, race PBT, leak detection, load testing — rationale and snippets
- SECURITY_GATES — SAST, SCA, container, SBOM, secret scan, license — per-language tool matrix
- CHECKLIST — post-generation validation, branch protection, smoke test
- AUDIT — audit mode procedure, detection rules, severity matrix, report format, opt-in fix application
- EXAMPLE — end-to-end worked example for a Go API project
Source: Bruno-Cunha-Souza/ValarMindSkills — distributed by TomeVault.
先判断是否适合
作者设计意图
作者的方法与取舍
边界和复核