$npx skillfedfor your agent

cicd-pipeline-skill

This skill generates ready-to-use CI/CD pipeline configurations tailored to your deployment platform of choice. Whether you're setting up GitHub Actions, Jenkins, GitLab CI, or another system, it scaffolds the necessary configuration files to jumpstart your automation. Streamline your build and deployment processes without starting from scratch.

cicd-pipeline-skill generates ready-to-use GitHub Actions workflow files that automate your build and test processes. The skill scaffolds the necessary YAML configuration to define triggers, jobs, and steps for continuous integration. You can customize the generated workflow to run tests on push events, pull requests, or on a schedule, and integrate cloud-based test execution platforms like TestMu AI or LambdaTest directly into your pipeline without starting from scratch.

AI-generated summary based on this skill's SKILL.md

339 68 MITupdated by LambdaTest

Decision gist · record as of 2026-07-24

cicd-pipeline-skill generates ready-to-use GitHub Actions workflow files that automate your build and test processes. The skill scaffolds the necessary YAML configuration to define triggers, jobs, and steps for continuous integration. You can customize the generated workflow to run tests on push events, pull requests, or on a schedule, and integrate cloud-based test execution platforms like TestMu AI or LambdaTest directly into your pipeline without starting from scratch.

manual: git clone https://github.com/LambdaTest/agent-skills → cp -r agent-skills/cicd-pipeline-skill ~/.claude/skills/cicd-pipeline-skill
cicd-pipeline-skill/SKILL.md · version 9341668e

Use it when

  • cicd-pipeline-skill generates Groovy-based Jenkins pipeline configurations and Jenkinsfile templates tailored to your testing needs.
  • cicd-pipeline-skill helps you set up matrix testing configurations across your chosen CI/CD platform—whether GitHub Actions, GitLab CI.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

LambdaTest/agent-skills/cicd-pipeline-skill · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I set up a CI/CD pipeline with GitHub Actions?

cicd-pipeline-skill generates ready-to-use GitHub Actions workflow files that automate your build and test processes. The skill scaffolds the necessary YAML configuration to define triggers, jobs, and steps for continuous integration. You can customize the generated workflow to run tests on push events, pull requests, or on a schedule, and integrate cloud-based test execution platforms like TestMu AI or LambdaTest directly into your pipeline without starting from scratch.

What does cicd-pipeline-skill provide for Jenkins pipeline configuration?

cicd-pipeline-skill generates Groovy-based Jenkins pipeline configurations and Jenkinsfile templates tailored to your testing needs. The skill scaffolds declarative or scripted pipeline syntax, helping you define build stages, parallel execution strategies, and automated test reporting. It simplifies the process of setting up continuous integration pipelines in Jenkins so you can focus on your test automation logic rather than pipeline syntax.

How can I configure parallel or matrix testing across multiple browsers and platforms?

cicd-pipeline-skill helps you set up matrix testing configurations across your chosen CI/CD platform—whether GitHub Actions, GitLab CI, Azure DevOps, or Jenkins. The skill generates the necessary syntax to run tests in parallel across different browser versions, operating systems, and device types. This accelerates your test execution and ensures comprehensive coverage without manually duplicating job definitions for each platform combination.

Can cicd-pipeline-skill help with GitLab CI configuration examples?

Yes, cicd-pipeline-skill generates ready-to-use GitLab CI YAML configuration files tailored to your automation needs. The skill scaffolds pipeline stages, parallel job definitions, and integration points for cloud-based test execution. It also supports artifact collection and automated test reporting so you can monitor test results and collect logs directly within your GitLab pipeline without manual setup.

How does cicd-pipeline-skill integrate cloud-based test execution into my pipeline?

cicd-pipeline-skill generates pipeline configurations that integrate TestMu AI, LambdaTest, and other cloud-based test platforms into your existing CI/CD workflow. The skill scaffolds the necessary environment variables, authentication steps, and job definitions to execute tests on remote infrastructure. This allows you to run automated testing at scale without maintaining local test infrastructure, and the generated configurations include built-in support for artifact collection and test result reporting.

What CI/CD platforms does cicd-pipeline-skill support?

cicd-pipeline-skill generates configurations for major CI/CD platforms including GitHub Actions, Jenkins, GitLab CI, and Azure DevOps. The skill understands the syntax and configuration patterns unique to each platform, allowing you to scaffold pipeline files that match your deployment environment. Whether you need YAML-based workflows, Groovy scripts, or declarative pipeline syntax, cicd-pipeline-skill generates the appropriate configuration format for your chosen platform.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

CI/CD Pipeline Skill

Core Patterns

GitHub Actions

```yaml name: Test Automation on: push: branches: [main, develop] pull_request: branches: [main]

jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: { node-version: '20' } - run: npm ci - run: npx playwright install --with-deps

  # Local tests
  - run: npx playwright test --project=chromium

  # Cloud tests on TestMu AI
  - run: npx playwright test --project="chrome:latest:Windows 11@lambdatest"
    env:
      LT_USERNAME: ${{ secrets.LT_USERNAME }}
      LT_ACCESS_KEY:

(truncated - see the full file via the links below)

File tree — 2 files
cicd-pipeline-skill/SKILL.md
cicd-pipeline-skill/reference/playbook.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Generate or scaffold a CI/CD pipeline configuration file for a specific platform”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

newman-cicd-integration
by LambdaTest · LambdaTest/agent-skills

Streamline API testing in your deployment pipeline by generating pre-configured CI/CD setups for Newman. This skill automates the creation of pipeline definitions, eliminating manual configuration and accelerating test integration into your continuous delivery process.

MITupdated Jul 2026
★ 339repo stars
postman-newman-automation
by LambdaTest · LambdaTest/agent-skills

This skill generates Newman command-line interface commands for executing Postman collections programmatically. Automate API testing workflows, run collections with custom configurations, and integrate Postman test suites into CI/CD pipelines directly from the command line.

MITupdated Jul 2026
★ 339repo stars
geb-skill
by LambdaTest · LambdaTest/agent-skills

geb-skill enables you to build and run Geb-based browser automation tests using Groovy and Spock framework. Streamline your web testing by automating test execution, page object modeling, and assertion validation directly through your agent workflows.

MITupdated Jul 2026
★ 339repo stars
hyperexecute-skill
by LambdaTest · LambdaTest/agent-skills

This skill enables you to set up and verify HyperExecute YAML configurations for running tests across LambdaTest's cloud infrastructure. Automate your test execution pipeline by defining job parameters, parallelization settings, and validation rules directly within your workflow.

MITupdated Jul 2026
★ 339repo stars
selenium-skill
by LambdaTest · LambdaTest/agent-skills

selenium-skill enables you to create robust Selenium WebDriver test automation scripts in your preferred programming language through intelligent code synthesis. Streamline browser testing by leveraging AI to generate production-ready test logic, reducing manual scripting overhead and accelerating test suite development.

MITupdated Jul 2026
★ 339repo stars
espresso-skill
by LambdaTest · LambdaTest/agent-skills

This skill empowers you to create Espresso test scripts for Android applications, streamlining your UI testing automation. Leverage AI-assisted code generation to build robust test cases faster, reducing manual effort and improving test coverage across your Android projects.

MITupdated Jul 2026
★ 339repo stars

More skills behat-skill (MIT) · nemojs-skill (MIT) · Cicd Expert (Unlicense) · Ci Cd Pipeline Patterns (unlicensed)

Tags
continuous-integrationworkflow-automationtest-orchestrationcloud-testingdeployment-pipelineinfrastructure-as-codemulti-platform-testingsecrets-management