From sundial-org-awesome-openclaw-skills-4
Generate GitHub Actions workflow files from plain English descriptions. Use when setting up CI/CD for new repos or custom workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:github-action-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stop copy-pasting workflow YAML from StackOverflow. Describe what you want and get a working GitHub Actions workflow.
Stop copy-pasting workflow YAML from StackOverflow. Describe what you want and get a working GitHub Actions workflow.
One command. Zero config. Just works.
npx ai-github-action "test and deploy on push to main"
# Test and deploy
npx ai-github-action "test and deploy on push to main"
# PR checks
npx ai-github-action "run eslint and prettier on PRs" --install
# Docker workflow
npx ai-github-action "build docker image and push to ECR" -o deploy.yml
# Scheduled job
npx ai-github-action "run database backup every night at 2am"
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-github-action --help
Takes your plain English description and generates GitHub Actions YAML with the right triggers, jobs, and steps. The AI knows common patterns and best practices for different workflows.
MIT. Free forever. Use it however you want.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Generates GitHub Actions workflows from your project by scanning its structure. Detects language/framework and configures linting, testing, building, and deployment.
Builds GitHub Actions workflows for CI/CD, testing, security scanning, and deployment. Covers jobs, steps, matrix strategies, caching, and conditional execution.
Generates GitHub Actions workflows, custom action.yml files (composite, Docker, JavaScript), and reusable workflows for CI/CD pipelines and automation.