gitlab-ci

Manage GitLab CI/CD pipelines and jobs using the glab CLI.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/tanyagray/claude --skill gitlab-ci-tanyagray
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitlab-ci
Source: https://github.com/tanyagray/claude/tree/main/plugins/gitlab/skills/gitlab-ci
Command: npx skills add https://github.com/tanyagray/claude --skill gitlab-ci-tanyagray

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the management and monitoring of GitLab CI/CD pipelines and jobs using the glab CLI, reducing manual task workloads and speeding up software delivery.

Core Features & Use Cases

  • List and filter pipelines by status, branch, or scope; view detailed pipeline info; trigger pipelines with variables; retry or cancel failed runs; access job logs and artifacts for troubleshooting.
  • Use case: Diagnose pipeline failures quickly by inspecting logs and artifacts to identify root causes.

Quick Start

Run a request to Claude to display the status and details of the latest pipelines for your project.

Frequently Asked Questions about gitlab-ci

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

FAQPage Schema
How do I monitor and manage GitLab CI/CD pipelines from the command line?

You can manage GitLab CI/CD pipelines using the glab CLI to list, view, trigger, retry, and cancel pipeline runs across projects to automate monitoring and troubleshooting.

How do I troubleshoot failed GitLab CI/CD jobs and access artifacts?

To troubleshoot failed GitLab CI/CD jobs, you can access job logs and artifacts using the glab CLI to inspect outputs and identify root causes for pipeline failures.

Can I trigger GitLab pipelines with variables using glab?

Yes, you can trigger GitLab pipelines with custom variables using glab commands, allowing you to automate runs and pass dynamic parameters into your CI/CD jobs.

How do I filter GitLab pipelines by branch or status?

You can filter GitLab pipelines by status, branch, or scope using glab CLI commands to quickly locate specific runs and view detailed pipeline information.

Do I need to install glab separately to manage GitLab CI/CD pipelines?

Yes, this Skill automates pipeline management by executing glab CLI commands, so you need the glab tool installed and authenticated in your environment to run operations.

What is the best way to automate GitLab CI/CD pipeline monitoring for multiple projects?

Using the glab CLI to automate pipeline management allows developers and release engineers to monitor, trigger, and troubleshoot pipelines across multiple projects efficiently.