testing-ci Purpose This skill automates CI/CD pipelines using GitHub Actions, focusing on testing workflows. It handles parallel test execution, quarantines flaky tests, generates reports in JUnit XML or Allure formats, and enforces coverage gates to ensure code quality in repositories. When to Use Use this skill when setting up or optimizing CI for GitHub repos, especially for projects with large test suites (e.g., 1000 tests), to reduce run times via parallel sharding. Apply it for flaky test management in unstable environments or when integrating coverage checks before merges. Key Capabili…