Automate testing and deployments
ci-cd-setupskillsetup L3★9
majiayu000/claude-skill-registry-data ↗What it does
Set up GitHub Actions CI/CD pipelines
Best for
Adding automated testing and deployment to new projects without manual setup.
Inputs
- · Test command
- · Build command
- · Deployment target (optional)
Outputs
- · .github/workflows/ci.yml
- · Optional deployment workflow
Requires
- · GitHub Actions
- · npm/pip/go CI tools
Preconditions
GitHub repository initialized; test and build commands defined.
Failure modes
Workflow syntax errors; missing secrets; runner unavailable.
Trust signals
- · GitHub Actions is GitHub's native CI
- · Matrix strategy for multi-version testing
- · Community patterns from 100k+ workflows