gitlab-ci
Installation
SKILL.md
CI/CD Pipeline Skill
CI/CD pipeline operations for GitLab using the glab CLI.
Quick Reference
| Operation | Command | Risk |
|---|---|---|
| View status | glab ci status |
- |
| View pipeline | glab ci view |
- |
| List pipelines | glab ci list |
- |
| Run pipeline | glab ci run |
⚠️ |
| Get pipeline JSON | glab ci get |
- |
| Retry job | glab ci retry <job-id> |
⚠️ |
| Trace job | glab ci trace <job-id> |
- |
| Download artifacts | glab ci artifact |
- |
| Lint CI config | glab ci lint |
- |
| Delete pipeline | glab ci delete <id> |
⚠️⚠️ |