aif-ci

Generate CI/CD pipelines for GitHub Actions or GitLab CI from project context.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/afterwork/arra-aif --skill aif-ci-afterwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-ci
Source: https://github.com/afterwork/arra-aif/tree/main/.cursor/skills/aif-ci
Command: npx skills add https://github.com/afterwork/arra-aif --skill aif-ci-afterwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation and maintenance of CI/CD pipelines across GitHub Actions and GitLab CI, reducing manual configuration and human error.

Core Features & Use Cases

  • Auto-generate CI pipelines from project context (dependencies, language, tests, and build steps)
  • Support generate, enhance, and audit modes with language-aware templates
  • Platform-specific templates for GitHub Actions and GitLab CI, with per-language patterns
  • Options to include services containers, caching, matrix builds, coverage, and security scanning
  • Interactive setup guided by skill context to tailor pipelines to project needs

Quick Start

Generate a GitHub Actions workflow for a Node.js project with lint, tests, and security checks.

Frequently Asked Questions about aif-ci

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

FAQPage Schema
How do I auto-generate a GitHub Actions workflow from existing project dependencies?

Auto-generate GitHub Actions workflows by loading project context to detect languages and tools from dependencies. The skill creates pipelines with linting, tests, and security checks tailored to your specific project environment.

Can I enhance an existing GitLab CI pipeline instead of starting from scratch?

Yes, you can enhance existing GitLab CI pipelines. The skill offers generate, enhance, and audit modes, allowing you to add service containers, caching, matrix builds, and security scanning to your current configuration.

Does CI/CD pipeline generation support matrix builds and service containers?

Yes, CI/CD pipeline generation supports matrix builds and service containers. You can include these options alongside coverage reporting and security scanning when setting up GitHub Actions or GitLab CI configurations.

What is the best way to audit a CI pipeline for missing security checks and static analysis?

The best way to audit a CI pipeline is using the dedicated audit mode. It analyzes your existing GitHub Actions or GitLab CI setup against project-aware templates to identify missing linting, static analysis, and security scanning steps.

How do I add language-aware templates to my DevOps automation process?

Add language-aware templates to DevOps automation by detecting your project's dependencies. The skill applies platform-specific templates for GitHub Actions or GitLab CI with per-language patterns for your detected tools.