MayrosSkills Hub
Back to browse

ci-pipeline

ApiliumApiliumv1.0.33600
officialplatinum (7/8)Clean scan

Install

mayros skill install ci-pipeline
mayros skill install [email protected]

CI/CD configs — GitHub Actions, GitLab CI, Jenkins, CircleCI

README

@apilium/ci-pipeline

CI/CD pipeline generation skill for Mayros -- GitHub Actions, GitLab CI, Jenkins, and CircleCI.

Installation

Copy this skill directory into your Mayros skills folder:

cp -r skills/ci-pipeline ~/.mayros/skills/ci-pipeline

Or install via the Mayros CLI:

mayros skill install @apilium/ci-pipeline

Usage

Once configured, the agent can:

  • GitHub Actions: Generate workflows with matrix builds, caching, artifacts, secrets, reusable workflows, and deployment environments
  • GitLab CI: Create pipelines with stages, rules, services, Docker-in-Docker builds, and manual approval gates
  • Jenkins: Write declarative pipelines with stages, post-actions, and notifications
  • CircleCI: Configure jobs with orbs, executors, workspaces, and approval workflows
  • Optimization: Add caching, parallelism, path-based skip conditions, and fail-fast strategies
  • Best Practices: Pin action versions, use frozen lockfiles, set up security scanning

Example prompts

"Create a GitHub Actions CI workflow for my Node.js project"
"Add a Docker build and push step to my pipeline"
"Set up GitLab CI with test, build, and deploy stages"
"How do I cache pnpm dependencies in GitHub Actions?"
"Create a release workflow that triggers on git tags"

Semantic Predicates

| Predicate | Scope | Description | |-----------|-------|-------------| | ci:pipeline_generated | agent | Pipelines generated by the agent | | ci:optimization_found | agent | Optimizations identified in pipelines | | ci:pipeline_context | namespace | CI/CD context for enrichment |

License

MIT

Versions

v1.0.3Feb 27, 2026
v1.0.2Feb 27, 2026
v1.0.1Feb 27, 2026
v1.0.0Feb 27, 2026

Comments

Sign in to leave a comment.

Loading comments...