# Gitlabci

> Working with GitLab CI/CD pipelines and jobs. Use when viewing pipelines, debugging jobs, or validating CI configuration. Use when this capability is needed.

- Skill: `tomevault-io/gitlabci` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/gitlabci`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/gitlabci/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/gitlabci

---

# GitLab CI/CD

Working with GitLab CI/CD pipelines and jobs via `glab ci`.

## Key Commands

```bash
glab ci status             # Pipeline status for current branch
glab ci list               # List recent pipelines
glab ci lint               # Validate .gitlab-ci.yml
glab ci trace <job-id>     # Watch job logs in real-time
glab ci retry <job-id>     # Retry a failed job
glab ci run                # Trigger pipeline for current branch
```

Use `glab ci --help` and `glab ci <command> --help` for full options.

## Debugging Failures

- `glab ci view` - Interactive view of pipeline jobs (can also trace/retry from here)
- `glab ci trace <job-id>` - Stream job logs in real-time
- `glab ci retry <job-id>` - Retry a failed job

## Configuration

For `.gitlab-ci.yml` syntax, see `/ci/yaml/` in [GitLab docs](https://docs.gitlab.com/ci/yaml/).

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bendrucker) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

