ci-cd-integration

Generate GitHub Actions and GitLab CI templates for automated testing and deployment.

64|12|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/petrkindlmann/qa-skills --skill ci-cd-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd-integration
Source: https://github.com/petrkindlmann/qa-skills/tree/main/skills/ci-cd-integration
Command: npx skills add https://github.com/petrkindlmann/qa-skills --skill ci-cd-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CI/CD pipelines are often slow to provide fast feedback and hard to standardize across teams.

Core Features & Use Cases

  • Templates for GitHub Actions and GitLab CI pipelines
  • Support for unit, integration, E2E, and visual regression tests
  • Artifacts, flaky test quarantine, parallelism, and environment promotion

Quick Start

Generate copy-paste-ready GitHub Actions and GitLab CI templates to automate testing, builds, and deployments.

Frequently Asked Questions about ci-cd-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize CI/CD pipelines across GitHub Actions and GitLab CI?

Standardize CI/CD pipelines by generating copy-paste-ready templates for GitHub Actions and GitLab CI. These templates automate test execution, builds, and deployments while enforcing consistent quality gates, caching, and secure secrets management across teams.

Can I run unit, integration, E2E, and visual regression tests in the same CI/CD workflow?

Yes, you can run unit, integration, E2E, and visual regression tests within the same CI/CD workflow. The templates support parallelism and sharding to execute these diverse test suites efficiently, ensuring fast feedback across all testing layers.

What's the best way to handle flaky tests in automated deployment pipelines?

Handle flaky tests in automated deployment pipelines using built-in flaky test quarantine features. This mechanism isolates unreliable tests, preventing them from blocking multi-environment promotion while maintaining the integrity of your quality gates.

Does this CI/CD template support multi-environment promotion and artifact publishing?

Yes, the CI/CD templates fully support multi-environment promotion and artifact publishing. They handle artifact retention and deployment across different stages, ensuring reliable transitions between environments while maintaining secure secrets management.

How do I configure parallelism and caching for GitHub Actions workflows?

Configure parallelism and caching for GitHub Actions workflows using the provided reusable templates. They include pre-configured settings for sharding test execution and managing dependencies, which optimizes pipeline speed and provides fast feedback.

Why do I need reusable CI/CD templates for test execution and deployment?

Reusable CI/CD templates are needed to solve the problem of slow feedback loops and inconsistent pipeline configurations across teams. They provide standardized structures for test execution, artifact handling, and deployment, ensuring reliable and maintainable workflows.