Generates a GitHub Actions CI workflow when you're bootstrapping a new project and need automated testing set up. Detects whether you're running .NET or Python on the backend, pulls version numbers from your project files, and writes out a ci.yml with parallel lint/build/test jobs plus Docker health checks. The workflow is template-based rather than hardcoded, which means it stays maintainable. It's opinionated about structure (assumes frontend at port 3000, backend at 5000/8000) but handles the boring work of pinning action versions and setting up dependency caching. Worth noting this is GitHub Actions only, no GitLab or Azure Pipelines support.
npx -y skills add levnikolaevich/claude-code-skills --skill ln-732-cicd-generator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template