ci-cd-agent

Generate multi-stage CI/CD pipeline configurations for GitHub Actions, GitLab CI, and Jenkins.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/Unicorn/Radium --skill ci-cd-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd-agent
Source: https://github.com/Unicorn/Radium/tree/main/skills/deployment/ci-cd-agent
Command: npx skills add https://github.com/Unicorn/Radium --skill ci-cd-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the design and creation of CI/CD pipeline configurations to remove manual pipeline authoring, reduce deployment errors, and ensure consistent automated testing and delivery across environments.

Core Features & Use Cases

  • Pipeline Generation: Create multi-stage pipeline definitions for GitHub Actions, GitLab CI, Jenkins, and similar CI platforms.
  • Testing and Build Integration: Configure linting, unit and integration test stages, build artifact creation, and artifact upload/download steps.
  • Deployment and Quality Gates: Add environment-specific deployment steps, security scans, approval gates, and trigger conditions to support safe rollouts.
  • Use Case: Produce a GitHub Actions workflow for a Node.js API that runs linting, Jest tests, builds artifacts, uploads them, and deploys to AWS ECS only from the main branch after passing security scans.

Quick Start

Generate a GitHub Actions CI/CD pipeline for a Node.js project that runs lint and tests, builds artifacts, and deploys to AWS ECS on main branch if tests and security scans pass.

Frequently Asked Questions about ci-cd-agent

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

FAQPage Schema
How do I generate a CI/CD pipeline for automated testing and deployment?

You can generate a CI/CD pipeline by specifying your platform and project specifics to produce multi-stage configurations. The output includes automated testing, artifact management, and environment-specific deployment steps with trigger conditions.

Can I create GitHub Actions workflows that deploy to AWS ECS only from the main branch?

Yes, you can generate a GitHub Actions workflow that deploys to AWS ECS exclusively from the main branch. The pipeline configuration enforces this by adding trigger conditions, security scans, and approval gates before the deployment stage.

Does this support generating GitLab CI and Jenkins pipeline configurations?

Yes, the pipeline generation supports GitLab CI, Jenkins, and GitHub Actions. It produces multi-stage YAML or script-based configurations tailored to your chosen platform for unit testing, building, and deployment.

How do I add security scans and approval gates to my deployment pipeline?

You can add security scans and approval gates by defining them as stages within your generated pipeline. The configuration integrates these quality gates to ensure safe rollouts and environment-specific deployments only proceed after passing checks.

What is the best way to configure dependency caching and artifact handling in CI/CD?

The best way to configure dependency caching and artifact handling is through generated multi-stage pipeline definitions. The configuration explicitly defines caching mechanisms and artifact upload/download steps to optimize build times and manage outputs.