Cicd Generation

Security-first CI/CD workflow generation (GitHub Actions). Use when this capability is needed.

tomevault-io Updated

File contents

CI/CD Generation

Purpose

Generate production-ready CI/CD workflows with fail-fast checks and secure defaults.

Inputs

  • language/runtime
  • package manager
  • quality gate commands
  • deployment target

Process

  1. Detect build, test, lint, typecheck commands.
  2. Design fail-fast job order.
  3. Add caching and matrix only when needed.
  4. Set minimal permissions and secure auth strategy.
  5. Add deployment steps with rollback awareness.

Output Format

  • analysis summary
  • workflow file path
  • required secrets/variables
  • validation command

Quality Checks

  • Workflow uses least-privilege permissions
  • Build/test gates run before deploy
  • Caching and matrix choices are justified

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/dtsong--my-opencode-codex-setup--cicd-generation commit 0fe416366b

Frequently asked questions

npx skillmds@latest add tomevault-io/cicd-generation-3