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