glab-ci

Manage GitLab CI/CD pipelines, jobs, and artifacts.

43|5|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/vince-winkintel/gitlab-cli-skills --skill glab-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-ci
Source: https://github.com/vince-winkintel/gitlab-cli-skills/tree/main/glab-ci
Command: npx skills add https://github.com/vince-winkintel/gitlab-cli-skills --skill glab-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management and debugging of GitLab CI/CD pipelines, jobs, and artifacts, reducing downtime and improving deployment efficiency.

Core Features & Use Cases

  • Pipeline Monitoring: Check the status of pipelines and jobs in real-time or historically.
  • Debugging Failures: Quickly identify and diagnose the root cause of CI/CD failures by viewing logs and retrying jobs.
  • Artifact Management: Download build artifacts for analysis or deployment.
  • Configuration Validation: Lint your .gitlab-ci.yml file to catch errors before they cause pipeline failures.
  • Use Case: When a pipeline fails, use this Skill to automatically view the status, get the logs for the failed job, and retry it, or trigger a manual job if needed.

Quick Start

Use the glab-ci skill to view the status of the current pipeline.

Frequently Asked Questions about glab-ci

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

FAQPage Schema
How do I check the status of a GitLab CI/CD pipeline and debug failed jobs?

To check GitLab CI/CD pipeline status and debug failed jobs, use this skill to monitor pipeline statuses, trace job logs to identify root causes, and retry or manually trigger failed jobs.

Can I lint my .gitlab-ci.yml configuration to catch errors before running pipelines?

Yes, you can lint your .gitlab-ci.yml configuration to validate syntax and catch errors before they cause pipeline failures, ensuring reliable CI/CD workflow automation and reducing deployment downtime.

What's the best way to download GitLab CI build artifacts for local analysis?

The best way to download GitLab CI build artifacts for local analysis is using this skill's artifact management feature, which fetches build outputs directly from completed jobs for deployment or troubleshooting.

Does this GitLab CI pipeline management skill integrate with merge request gating?

Yes, GitLab CI pipeline management integrates with merge request gating through glab-mr, allowing you to control pipeline execution and enforce merge checks for reliable CI/CD workflows.

How do I manually trigger a specific job in a GitLab CI pipeline?

To manually trigger a specific job in a GitLab CI pipeline, use this skill's manual job triggering feature, which integrates with glab-job for granular job control to execute targeted pipeline stages.