github-actions-gen
by Kevin Cline
Automatically detect your tech stack and generate a production-ready GitHub Actions CI/CD workflow.
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- Standardize CI pipelines across multiple microservices or repositories
$12
One-time purchase · Own forever
Included in download
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- terminal, browser automation included
- Includes example output and usage patterns
See it in action
Detected: Node.js (pnpm) + Vitest.
Created: .github/workflows/ci.yml
name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm test
- run: pnpm buildgithub-actions-gen
by Kevin Cline
Automatically detect your tech stack and generate a production-ready GitHub Actions CI/CD workflow.
$12
One-time purchase · Own forever
⚡ Also available via Agensi Pro — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- terminal, browser automation included
- Includes example output and usage patterns
- Instant install
See it in action
Detected: Node.js (pnpm) + Vitest.
Created: .github/workflows/ci.yml
name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm test
- run: pnpm buildAbout This Skill
What it does
The GitHub Actions Generator automates the creation of robust CI/CD pipelines by performing a deep analysis of your local codebase. Instead of manually writing YAML or copying old templates, this skill inspects your project structure, lock files, and scripts to generate a production-ready ci.yml workflow tailored to your specific stack.
Why use this skill
Setting up CI can be tedious and error-prone. This skill handles the "glue" work for you by auto-detecting:
- Stack & Runtime: Identifies Node.js, Python, Go, and Rust ecosystems.
- Package Management: Correctly configures npm, pnpm, yarn, pip, or poetry.
- Test Runners: Sets up steps for Vitest, Jest, Pytest, Go Test, and Cargo.
- Smart Caching: Includes language-specific cache actions to speed up your builds.
- Deploy Targets: Optional integration for Cloudflare Pages and other common targets.
Supported tools
The skill interacts directly with your filesystem using tools like Glob and Grep to find configuration files and Write to generate the necessary .github/workflows directory and files immediately.
📖 Learn more: Best DevOps & Deployment Skills for Claude Code →
Use Cases
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- Standardize CI pipelines across multiple microservices or repositories
- Set up deployment steps for Cloudflare, Vercel, or Docker containers
How to Install
unzip github-actions-gen.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.
video enhancement
Upscale, denoise, and sharpen videos using AI with support for local files, YouTube, and batch processing.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.