From gitlab-skills
Use this skill when the user asks to see CI pipeline status, list recent pipelines, check build history, or view pipeline results. Triggers on phrases like "pipeline list", "CI status", "recent builds", "pipeline history", "show pipelines", "what pipelines ran".
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitlab-skills:gitlab-ciThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
View GitLab CI/CD pipeline list for the current repository.
View GitLab CI/CD pipeline list for the current repository.
Extract from the user's message: an optional branch name or status filter (failed, success, running, pending, canceled). If not clearly provided, proceed without a filter.
Use glab CLI. Must run from a git directory with GitLab remote.
Run glab ci list -P 10 with optional filters:
failed, success, running, pending, canceled, skipped, created, manual), add -s <status>-r <branch>Present results in a clean table showing: IID, Status, Ref, Created time, Duration.
Suggest follow-up actions:
/gitlab-ci-log <iid> for failed pipelines/gitlab-ci-run to trigger a new runIMPORTANT: Do NOT use interactive/TUI commands (glab ci view, glab ci trace).
npx claudepluginhub yjhjstz/cc-skills --plugin gitlab-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.