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.mdsource content
Procedure
- Analyze current pipeline configuration in
..github/workflows/ - Identify bottlenecks or missing steps (e.g., caching, linting).
- Draft changes to
files.yaml - Validate syntax using a linter or online validator if available.
- Commit and push changes to test in a branch.