CI/CD pipeline review on GitLab via the gitlab-api MCP server — review pipeline results for a project, a group, or the whole instance, drill into the CI jobs of a pipeline, and read a job's log; also trigger a pipeline on a ref. Use when the agent must review CI results across a project/group/organization, check whether a branch is green, inspect a pipeline's jobs, or read job logs. Do NOT use for merge-request review/merge (gitlab-merge-request-review), issues (gitlab-issues), or repo/branch reads (gitlab-repositories); prefer those.
$npx -y skills add knuckles-team/gitlab-api --skill gitlab-pipelinesInstalls into the current project.
Run `npx skills use "https://github.com/knuckles-team/gitlab-api" --skill "knuckles-team/gitlab-api/gitlab-pipelines"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/knuckles-team/gitlab-api" that are relevant to the current task. Run `npx skills add "https://github.com/knuckles-team/gitlab-api"` and select the relevant skills, then follow their instructions.