CI/CD pipeline configuration and automation. Use when setting up or modifying build, test, and deployment pipelines.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill ci --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ci?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-opencode-supreme-setup)More formats (shields.io, HTML) on the badges page.
---
name: ci
description: CI/CD pipeline configuration and automation. Use when setting up or modifying build, test, and deployment pipelines.
---
## ci
Set up CI/CD pipelines.
### Pipeline stages
- Lint: check code style
- Type-check: verify types
- Test: unit + integration + E2E
- Build: compile/bundle
- Deploy: publish
### Best practices
- Fastest checks first (fail fast)
- Cache dependencies
- Matrix builds for versions
- Store build artifacts
- Notify on failures
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!