Automate Build and Deploy Pipelines
ci-cd-and-automationskillsetup L3★2
LLl0k0laD/agent-skills ↗What it does
Automate lint, test, build, and deployment gates
Best for
Before merging any change to enforce quality standards.
Inputs
- · source code
- · test suite
- · build config
Outputs
- · build artifacts
- · test reports
- · deployment status
Requires
- · GitHub Actions
- · npm
- · Node.js
Preconditions
- · Git repository
- · test suite
- · build configuration
Failure modes
- · CI timeout
- · test failure
- · build error
- · deployment failed
Trust signals
- · Published in agent-skills collection