ci-cd-integration

Installation
SKILL.md

Discovery Questions

  1. Which CI platform? GitHub Actions, GitLab CI, CircleCI, Jenkins? This skill focuses on GitHub Actions and GitLab CI.
  2. What test types need to run? Unit, integration, E2E, visual regression, performance? Each has different resource and timing needs.
  3. What is the current CI duration? If over 10 minutes, parallelism and sharding are essential.
  4. How many developers push per day? High-frequency teams need aggressive concurrency controls and caching.
  5. What triggers should run which tests? Not every push needs a full E2E suite.
  6. Check .agents/qa-project-context.md first. Respect existing CI conventions and infrastructure constraints.

Core Principles

Related skills
Installs
15
GitHub Stars
5
First Seen
Apr 1, 2026