monitor-pipeline

Installation
SKILL.md

Monitor GitLab Pipeline

Name

gitlab:monitor-pipeline - Monitor a pipeline or job until completion with real-time status updates

Synopsis

/monitor-pipeline <project-id> <pipeline-id> [--job <job-id>] [--interval <seconds>]

Description

Continuously monitors a GitLab CI/CD pipeline or specific job until it reaches a terminal state (success, failed, or canceled). Reports status changes as they happen and immediately notifies the user of any failures with detailed error information.

Implementation

This skill uses a polling approach to monitor pipeline and job statuses:

Installs
5
GitHub Stars
195
First Seen
Jun 26, 2026
monitor-pipeline — thebushidocollective/han