ci-gen

Verified·Scanned 2/18/2026

Generates GitHub Actions workflows by scanning a project and synthesizing YAML from project files. It sends project file contents to the openai API via the openai SDK and requires the OPENAI_API_KEY environment variable.

from clawhub.ai·v496ef03·55.0 KB·0 installs
Scanned from 1.0.1 at 496ef03 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/ci-gen

ai-ci

AI-powered CI/CD workflow generator. Creates GitHub Actions pipelines from project analysis.

Setting up CI/CD from scratch is a pain. This tool looks at your project and generates the right GitHub Actions workflow for it.

Install

npm install -g ai-ci

Usage

# Generate a GitHub Actions workflow
npx ai-ci

# Specify provider and deploy target
npx ai-ci --provider github --deploy vercel

# Preview without writing
npx ai-ci --preview

# Different deploy targets
npx ai-ci --deploy netlify
npx ai-ci --deploy aws
npx ai-ci --deploy docker

What it does

Scans your project to figure out the language, framework, test setup, and build steps. Then generates a proper CI/CD workflow with linting, testing, building, and deployment configured.

Supported

  • Providers: GitHub Actions (more coming)
  • Deploy targets: Vercel, Netlify, AWS, Docker, Fly.io, Railway
  • Languages: Node.js, Python, Go, Rust, Ruby, Java

Requirements

Set your OPENAI_API_KEY environment variable.

export OPENAI_API_KEY=sk-...

License

MIT