glab-ci

Inspect and manage GitLab CI/CD pipelines, jobs, and artifacts via CLI.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill glab-ci-haomingz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-ci
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/gitlab-cli-guide/glab-ci
Command: npx skills add https://github.com/haomingz/kimi-skills --skill glab-ci-haomingz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

GitLab CI/CD workflow management often requires navigating multiple interfaces; this Skill provides a CLI-based approach to inspect pipelines, view logs, and manage artifacts.

Core Features & Use Cases

  • View and manage pipelines, jobs, and artifacts with glab-ci commands (status, view, trace, artifact, lint, run).
  • Debug and troubleshoot CI/CD workflows by quickly retrieving statuses and logs, triggering manual jobs, and downloading artifacts.
  • Integrate CI/CD automation into scripts and release pipelines to accelerate feedback loops.

Quick Start

Install the CLI skill and begin by running glab ci status to inspect the latest pipelines.

Frequently Asked Questions about glab-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view GitLab CI/CD pipeline status and logs from the command line?

You can view GitLab CI/CD pipeline status and logs from the command line by running glab ci status to inspect pipelines and glab ci trace to retrieve job logs. This provides quick CLI-based inspection without navigating web interfaces.

What is the best way to trigger manual GitLab CI/CD jobs remotely?

The best way to trigger manual GitLab CI/CD jobs remotely is using the glab ci run command. This automates triggering manual jobs directly from your terminal, accelerating feedback loops during workflow troubleshooting.

Can I download GitLab CI/CD artifacts using a CLI tool?

Yes, you can download GitLab CI/CD artifacts using the glab ci artifact command. This CLI tool enables quick retrieval and management of job artifacts directly from the command line for local debugging.

Does the glab CLI support linting GitLab CI/CD pipeline configurations?

Yes, the glab CLI supports linting GitLab CI/CD pipeline configurations through the glab ci lint command. This validates your CI workflows and enforces safe usage patterns using provided references before committing changes.

Why use a CLI approach for GitLab CI/CD management instead of the web interface?

Using a CLI approach for GitLab CI/CD management eliminates navigating multiple web interfaces, enabling quick inspection of pipelines and jobs. It integrates seamlessly into scripts and release pipelines to automate feedback loops.