Back to Marketplace
30-day free campaign

Run this helper free — no credit card

Every helper is free for 30 days. Answer 3 questions and get the full result in 2 minutes.

Start free →
FREE
Scanned
Grow Business

CI/CD Pipeline Skill

Automate testing workflows across GitHub, Jenkins, GitLab, Azure

Teams struggle to manually test code changes, causing slow releases, inconsistent quality checks, and delayed feedback to developers.

Automated test pipelines run instantly on every code change, catching bugs before production and reducing deployment time from hours to minutes.

  • Multi-platform CI/CD pipeline configuration templates
  • Integrated TestMu AI cloud testing and validation
  • Automated test execution on push and pull requests
  • Support for GitHub Actions, Jenkins, GitLab CI, Azure DevOps

👁 2 views · 📦 0 installs

Install in one line

mfkvault install cicd-pipeline-skill

Requires the MFKVault CLI. Prefer MCP?

No reviews yet
🤖 Claude Code Cursor💻 Codex🦞 OpenClaw
This helper was discovered by MFKVault crawlers from public sources. Original author retains all rights. To request removal: [email protected]
Community helper
This helper was discovered by MFKVault crawlers from public sources. MFKVault does not create, maintain, or guarantee the output of this helper. Results are AI-generated and may be incomplete, inaccurate, or outdated. Use at your own risk. Original author retains all rights. Request removal
FREE

Free to install — no account needed

Copy the command below and paste into your agent.

Instant access • No coding needed • No account needed

What you get in 5 minutes

  • Full skill code ready to install
  • Works with 4 AI agents
  • Lifetime updates included
SecureBe the first
Ready to run

Run this helper

Answer a few questions and let this helper do the work.

Advanced: use with your AI agent

Description

--- name: cicd-pipeline-skill description: > Generates CI/CD pipeline configurations for test automation with GitHub Actions, Jenkins, GitLab CI, and Azure DevOps. Includes TestMu AI cloud integration. Use when user mentions "CI/CD", "pipeline", "GitHub Actions", "Jenkins", "GitLab CI". Triggers on: "CI/CD", "pipeline", "GitHub Actions", "Jenkins", "GitLab CI", "Azure DevOps", "automated testing pipeline". languages: - YAML category: devops license: MIT metadata: author: TestMu AI version: "1.0" --- # 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: ${{ secrets.LT_ACCESS_KEY }} - uses: actions/upload-artifact@v4 if: always() with: name: test-results path: test-results/ ``` ### Jenkins (Jenkinsfile) ```groovy pipeline { agent any environment { LT_USERNAME = credentials('lt-username') LT_ACCESS_KEY = credentials('lt-access-key') } stages { stage('Install') { steps { sh 'npm ci' } } stage('Test') { parallel { stage('Unit') { steps { sh 'npx jest' } } stage('E2E') { steps { sh 'npx playwright test' } } stage('Cloud') { steps { sh 'npx playwright test --project="chrome:latest:Windows 11@lambdatest"' } } } } } post { always { junit 'test-results/**/*.xml' } failure { emailext to: '[email protected]', subject: 'Tests Failed' } } } ``` ### GitLab CI ```yaml stages: [install, test] install: stage: install script: npm ci cache: { paths: [node_modules/] } test: stage: test parallel: matrix: - PROJECT: [chromium, firefox, webkit] script: - npx playwright install --with-deps - npx playwright test --project=$PROJECT artifacts: when: always paths: [test-results/] reports: junit: test-results/**/*.xml ``` ## Quick Reference | CI System | Config File | Secrets | |-----------|------------|---------| | GitHub Actions | `.github/workflows/test.yml` | Settings → Secrets | | Jenkins | `Jenkinsfile` | Credentials store | | GitLab CI | `.gitlab-ci.yml` | Settings → CI/CD → Variables | | Azure DevOps | `azure-pipelines.yml` | Library → Variable Groups | ## Deep Patterns For advanced patterns, debugging guides, CI/CD integration, and best practices, see `reference/playbook.md`.

Preview in:

Security Status

Scanned

Passed automated security checks

Time saved
How much time did this skill save you?

Related AI Tools

More Grow Business tools you might like

codex-collab

Free

Use when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.

Run free

Rails Upgrade Analyzer

Free

Analyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.

Run free

Asta MCP — Academic Paper Search

Free

Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.

Run free

Hand Drawn Diagrams

Free

Create hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.

Run free

Move Code Quality Checker

Free

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working

Run free

Claude Memory Kit

Free

"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z

Run free