← ClaudeAtlas

cicd_integrationlisted

CI/CD pipeline interaction — trigger, status check, artifact retrieval.
jxoesneon/Ciel · ★ 1 · DevOps & Infrastructure · score 78
Install: claude install-skill jxoesneon/Ciel
# cicd_integration Interact with CI systems. ## Operations - `ci.trigger(workflow, ref, inputs?)` - `ci.status(run_id)` — poll or subscribe. - `ci.artifacts(run_id)` — list + download. - `ci.logs(run_id, job?)` - `ci.list_runs(branch?, status?)`. ## I/O Contract ```yaml io_contract: input: { op, args } output: { result } idempotent: depends side_effects: [network] ``` ## Providers - GitHub Actions. - GitLab CI. - CircleCI, Buildkite, Drone (best-effort, detected from project). Credentials resolved by `secrets_manager`.