Use when working with glab ci commands.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill glab-ci --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Glab Ci?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-glab-ci)More formats (shields.io, HTML) on the badges page.
---
name: glab-ci
description: Use when working with glab ci commands.
---
# glab ci
## Overview
```
Work with GitLab CI/CD pipelines and jobs.
USAGE
glab ci <command> [command] [--flags]
COMMANDS
artifact <refName> <jobName> [--flags] Download all artifacts from the last pipeline.
cancel <command> [command] Cancel a running pipeline or job.
config <command> [command] [--flags] Work with GitLab CI/CD configuration.
delete <id> [--flags] Delete CI/CD pipelines.
get [--flags] Get JSON of a running CI/CD pipeline on the current or other specified branch.
lint [--flags] Checks if your `.gitlab-ci.yml` file is valid.
list [--flags] Get the list of CI/CD pipelines.
retry <job-id> [--flags] Retry a CI/CD job.
run [--flags] Create or run a new CI/CD pipeline.
run-trig [--flags] Run a CI/CD pipeline trigger.
status [--flags] View a running CI/CD pipeline on current or other branch specified.
trace [<job-id>] [--flags] Trace a CI/CD job log in real time.
trigger <job-id> [--flags] Trigger a manual CI/CD job.
view [branch/tag] [--flags] View, run, trace, log, and cancel CI/CD job's current pipeline.
FLAGS
-h --help Show help for this command.
-R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
```
## Quick start
```bash
glab ci --help
```
## Subcommands
See [references/commands.md](references/commands.md) for full `--help` output.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!