Claude-skill-registry ci-pipeline-update

Updates CI/CD pipelines for DevOps Engineer

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ci-pipeline-update" ~/.claude/skills/majiayu000-claude-skill-registry-ci-pipeline-update && rm -rf "$T"
manifest: skills/data/ci-pipeline-update/SKILL.md
source content

Procedure

  1. Analyze current pipeline configuration in
    .github/workflows/
    .
  2. Identify bottlenecks or missing steps (e.g., caching, linting).
  3. Draft changes to
    yaml
    files.
  4. Validate syntax using a linter or online validator if available.
  5. Commit and push changes to test in a branch.