ln-732-cicd-generator

Solid

Generates GitHub Actions CI workflow configuration. Use when adding continuous integration to a project.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-732-cicd-generator **Type:** L3 Worker **Category:** 7XX Project Bootstrap Generates GitHub Actions CI pipeline for automated testing and validation. --- ## Purpose & Scope Creates CI/CD workflow for GitHub: - **Does**: Generate .github/workflows/ci.yml with lint, test, build, docker jobs - **Does NOT**: Configure deployment, manage secrets, set up CD pipelines --- ## Inputs | Input | Source | Description | |-------|--------|-------------| | **Stack Type** | ln-730 coordinator | backend-dotnet, backend-python | | **Versions** | Auto-detected | Node.js, .NET or Python versions | | **Frontend Path** | Auto-detected | Path to frontend directory | | **Build Commands** | Auto-detected | npm scripts, dotnet/pytest commands | --- ## Outputs | File | Purpose | Template | |------|---------|----------| | `.github/workflows/ci.yml` | Main CI pipeline | [github_ci_dotnet.template.yml](references/github_ci_dotnet.template.yml) or [github_ci_python.template.yml](references/github_ci_python.template.yml) | --- ## Workflow ### Phase 1: Stack Analysis Determine which template to use: | Detection | Backend Template | |-----------|------------------...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

gen-ci

Generate GitHub Actions CI workflows for this repository. TRIGGER ON: 'generate CI', 'add GitHub Actions', 'create CI workflow', 'set up CI', 'add CI/CD', 'create a CI pipeline', 'generate CI/CD', 'add continuous integration', 'set up GitHub Actions', 'add a lint+test workflow', 'add governance check', 'add PR health check', 'add drift check to CI', 'set up governance gate', 'enforce governance in CI'. Generates .github/workflows/ci.yml with lint, typecheck, and test jobs, and optionally .github/workflows/governance-check.yml with drift + health-score PR gating.

5 Updated today
thettwe
DevOps & Infrastructure Listed

ci-cd-pipeline-builder

Detect project stack and generate CI/CD pipeline configuration for GitHub Actions or GitLab CI. TRIGGER when: user asks to set up CI/CD, create a pipeline, add GitHub Actions, configure GitLab CI, or automate testing and deployment. DO NOT TRIGGER when: user is debugging an existing pipeline failure, or asking about deployment infrastructure (servers, containers, cloud).

1 Updated 1 weeks ago
DROOdotFOO
DevOps & Infrastructure Solid

ln-730-devops-setup

Sets up Docker, CI/CD, and environment configuration with auto-detection. Use when adding DevOps infrastructure to a project.

479 Updated yesterday
levnikolaevich
AI & Automation Solid

ln-731-docker-generator

Generates Dockerfile and docker-compose configuration for multi-container development. Use when containerizing a project.

479 Updated yesterday
levnikolaevich
DevOps & Infrastructure Solid

cicd-pipeline-generator

Generate CI/CD pipelines for SDK build and release

1,034 Updated today
a5c-ai