cicd-engineer

Automate CI/CD governance for agent skills monorepos with GitHub Actions.

7|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill cicd-engineer-daemon-blockint-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd-engineer
Source: https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill/tree/main/cicd-engineer
Command: npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill cicd-engineer-daemon-blockint-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

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.

Frequently Asked Questions about cicd-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PR validation and release packaging for agent skills in a GitHub Actions monorepo?

Automating PR validation and release packaging for agent skills in a GitHub Actions monorepo involves wiring validation and packaging tools into reusable workflows to enforce quality gates and generate deterministic artifacts. This ensures consistent frontmatter checks and secure artifact promotion across skill folders.

Can I use OIDC for secure secret handling in GitHub Actions CI/CD pipelines for skills?

Yes, you can use OIDC for secure secret handling in GitHub Actions CI/CD pipelines for skills to enforce security practices without storing secrets in the repository. This approach gates skill distribution and secures environment promotions through token-based authentication.

What's the best way to enforce YAML frontmatter validation and quality gates on a skills repository?

The best way to enforce YAML frontmatter validation and quality gates on a skills repository is by integrating automated validation scripts into your PR validation workflows. This applies deterministic checks for frontmatter layout, description length limits, and reference structures before allowing merges.

Does this CI/CD approach support batch regression testing with aggregated results for multiple skills?

Yes, this CI/CD approach supports batch regression testing with aggregated results for multiple skills within a monorepo. It orchestrates GitHub Actions workflows to run batch tests across skill directories, collecting and aggregating the results to ensure cross-skill consistency before release.

How do I create runbooks for publishing failures and rollback steps in a skills release pipeline?

Creating runbooks for publishing failures and rollback steps in a skills release pipeline requires defining on-call procedures for artifact promotion issues. This includes documenting rollback mechanisms and promotion steps to consumers to maintain governance during CI/CD failures.