| name | cicd-pipeline-architect |
| description | Design and implement automated CI/CD pipelines. |
CI/CD Pipeline Architect
This skill enables bionicbot to automate the testing, building, and deployment of code using GitHub Actions, GitLab CI, or Jenkins.
Instructions
- Define triggers for the pipeline (Push, Pull Request, Release).
- Set up environments (Development, Staging, Production).
- Implement automated testing steps (Unit, Integration, E2E).
- Configure secure deployment to cloud providers (Vercel, AWS, Heroku).
- Use caching to speed up subsequent builds.
Examples
- "Set up a GitHub Action to deploy my Next.js app to Vercel on every push to main."
- "Create a CI pipeline that runs Vitest and Playwright tests before merging."