Configure CI/CD GitHub Actions workflows
testing-ciskillsetup L3★381
majiayu000/claude-skill-registry ↗What it does
Set up testing and CI/CD pipeline
Best for
CI setup when automated testing + deployment gates reduce manual integration friction.
Inputs
- · repository
- · test framework
- · deployment target
Outputs
- · CI configuration
- · test suite
- · deployment workflow
Requires
- · GitHub Actions/GitLab CI
- · npm/cargo
- · Docker
Preconditions
Repository access; test framework installed locally
Failure modes
Dependency resolution failure; flaky tests; deployment token expiration
Trust signals
- · test coverage reporting
- · staged deployment workflow
- · rollback automation