What problem does it solve?
Designing and operating CI/CD for repositories that ship Agent Skills — ensuring PR validation, packaging, release orchestration, and governance across skill folders.
Core Features & Use Cases
- Design end-to-end CI/CD pipelines for a skills monorepo, including validate-on-PR, packaging on release, and artifact promotion.
- Integrate GitHub Actions workflows, reusable patterns, and environment gates to gate skill distribution and enforce security practices (no secrets in repo, OIDC-based auth).
- Wire the skill-creator tooling (quick_validate.py, package_skill.py) into pipelines to automate quality gates and artifact generation.
- Define and enforce quality gates such as frontmatter checks, description length limits, reference layout, and batch regression testing with aggregated results.
- Provide runbooks for on-call during publish failures, including rollback and promotion steps to consumers.
- Coordinate with ai-skill-manager for catalog governance, lifecycle management, and cross-skill consistency.
Quick Start
Install the skill validator and packaging tools, then validate a changed skill directory to gate PRs and prepare for release.