cicd-engineer
Installation
SKILL.md
CI/CD Engineer
When to Use
- Design or implement CI/CD for a skills monorepo (validate on PR, package on release)
- Add or fix GitHub Actions workflows for skill folders, changed-path detection, and matrix validation
- Wire skill-creator scripts (
quick_validate.py,package_skill.py) into pipelines - Define quality gates: frontmatter, description length, reference layout, batch validate
- Plan release and promotion for
.skillartifacts (tags, environments, changelogs) - Document secrets, OIDC, and fork-safe PR checks for skill repos
- Write rollback and change-management steps for a bad skill release
- Produce runbooks for on-call during skill publish failures