circleci
Installation
SKILL.md
CircleCI
CircleCI is a continuous integration and continuous delivery (CI/CD) platform. It helps software teams automate their build, test, and deployment processes. Developers and DevOps engineers use it to streamline their workflows and release software faster.
Official docs: https://circleci.com/docs/api/
CircleCI Overview
- Pipeline
- Workflow
- Job
- Workflow
- Project
Use action names and parameters as needed.
Working with CircleCI
This skill uses the Membrane CLI to interact with CircleCI. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills