PickSkill
← Back

GitHub Action Generator

Generate GitHub Actions workflows from plain English. Use when setting up CI.

README.md
Rendered from GitHub raw
View raw ↗

ai-github-action

Generate GitHub Actions workflows from plain English. Stop copy-pasting from StackOverflow.

Install

npm install -g ai-github-action

Usage

npx ai-github-action "test and deploy on push to main"
npx ai-github-action "run eslint and prettier on PRs" --install
npx ai-github-action "build docker image and push to ECR" -o deploy.yml

Options

  • --install - Write directly to .github/workflows/
  • -o, --output <file> - Write to specific file

Setup

export OPENAI_API_KEY=sk-...

License

MIT