Loading...
Loading...
Guides CI/CD for agent skills repositories and skill packages—pipeline design (build, test, validate, package), GitHub Actions for PR checks and release promotion, environment gates, secrets hygiene (no secrets in repo), skill-creator integration (quick_validate.py, package_skill.py), .skill artifact strategy, rollback, and operational runbooks for skill releases. Use when the user mentions CI/CD, CI/CD engineer, pipeline design, GitHub Actions, skill validation CI, package skills, release pipeline, deploy skills, PR checks, continuous integration, or skill release workflow—not application-only CI without skill packaging (devops), pre-flight plan go/no-go (build-validator), IDP or golden paths (platform-engineer), org-wide SLO and error-budget programs without pipeline ownership (site-reliability-engineer), or portfolio catalog governance without pipeline YAML (ai-skill-manager).
npx skill4agent add daemon-blockint-tech/agentic-enteprises-skill cicd-engineerquick_validate.pypackage_skill.py.skilldevopsbuild-validatorplatform-engineersite-reliability-engineerai-skill-managerdevsecopsinit_skill.py| Need | Skill |
|---|---|
| General app CI/CD, GitOps, container delivery | |
| Go/no-go validation before major changes | |
| IDP, golden paths, developer portal | |
| SLOs, reliability metrics, incident reliability | |
| Batch validate script, portfolio standards | |
| Pipeline and artifact security gates | |
| Release cutover tiers and change windows | |
checkout → detect changed skills → validate (quick_validate) → optional lint/scripts → package on release tag → publish artifact → notify.github/workflows/quick_validate.pypackage_skill.pyreferences/pipeline_design_and_workflow.mdpathspaths-filter**/SKILL.mdreferences/**GITHUB_TOKENpull_request_targetworkflow_callreferences/github_actions_and_build.md| Gate | Tool / check |
|---|---|
| Structure + YAML | |
| Batch regression | |
| Description triggers | Human review + grep for duplicate keywords |
| Scripts in skill dirs | Lint + no network exfil patterns |
references/testing_gates_and_quality.mdpython3 ~/.claude/skills/skill-creator/scripts/quick_validate.py path/to/skill-dir
python3 ~/.claude/skills/skill-creator/scripts/package_skill.py path/to/skill-dir ./dist.skillreferences/skill_validation_and_packaging_ci.mdskill-v*descriptionreferences/deployment_promotion_and_operations.mdreferences/cicd_engineer_scope.md| Topic | Reference |
|---|---|
| Role boundaries and triggers | |
| Pipeline stages, branching, artifacts | |
| GitHub Actions patterns | |
| Gates, batch validate, PR policy | |
| quick_validate / package_skill in CI | |
| Release, promotion, rollback, runbooks | |