askill
devops-ci-cd

devops-ci-cdSafety 90Repository

DevOps and CI/CD pipeline standards. Use when writing GitHub Actions workflows, configuring CI pipelines, or managing deployment artifacts. Covers build-once promotion, secrets management, image signing, and concurrency controls.

0 stars
1.2k downloads
Updated 1/30/2026

Package Files

Loading files...
SKILL.md
  1. MUST build once per commit; promote the artefact through environments.
  2. MUST store secrets only in GitHub Secrets / OIDC-assumed role; never in plain YAML.
  3. SHOULD run workflow concurrency groups to cap parallel jobs per repo.
  4. MUST tag all images repo:sha-short and sign them (cosign).

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

50/100Analyzed 2/18/2026

Reference-style skill with proper structure and metadata but extremely terse content. Provides 4 high-level rules without detailed procedures, examples, or step-by-step guidance. Good for experienced DevOps engineers but limited for others. Includes when-to-use guidance and tags for discoverability. Located in dedicated skills folder.

90
60
70
30
35

Metadata

Licenseunknown
Version1.0.0
Updated1/30/2026
Publisherspallempati

Tags

ci-cdgithubgithub-actions