ai-pipeline

Solid

Generates, evolves, and validates CI/CD pipelines for GitHub Actions or Azure Pipelines, enforcing SHA pinning, timeouts, secret handling, and concurrency policy. Trigger for 'set up CI/CD', 'add a deployment pipeline', 'is this workflow secure', 'check workflow policy', 'add a security scan to CI'. Not for running pipelines; that is the CI system's job. Not for governance audits; use /ai-governance instead.

AI & Automation 52 stars 3 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# CI/CD Pipeline ## Quick start ``` /ai-pipeline generate --provider github # scaffold a new GHA workflow /ai-pipeline evolve --provider azure # add patterns to an existing pipeline /ai-pipeline validate # SHA pinning, timeouts, secret handling ``` Router skill for CI/CD pipeline generation. Dispatches to handler files based on sub-command. ## When to Use - Creating new CI/CD pipelines for a project. - Evolving existing pipelines with advanced patterns. - Validating pipeline compliance (SHA pinning, timeouts, concurrency). - NOT for running pipelines -- that is the CI system's job. ## Process Step 0 (load contexts): read `.ai-engineering/manifest.yml` `providers.stacks`; load `.ai-engineering/overrides/<stack>/conventions.md` for each stack and `.ai-engineering/overrides/_shared/conventions.md`; load `.ai-engineering/team/*.md` for team conventions. ## Routing | Sub-command | Handler | Purpose | |-------------|---------|---------| | `generate` (default) | `handlers/generate.md` | Create new pipeline from project analysis | | `evolve` | `handlers/evolve.md` | Add advanced patterns to existing pipeline | | `validate` | `handlers/validate.md` | Check pipeline compliance | Default (no sub-command): `generate`. ## Quick Reference ``` /ai-pipeline generate # new pipeline from project analysis /ai-pipeline generate --provider azure # Azure Pipelines specifically /ai-pipeline evolve # add advanced patter...

Details

Author
arcasilesgroup
Repository
arcasilesgroup/ai-engineering
Created
4 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category