Agent skill
gitlab-pipelines
Manages GitLab pipelines. Use for listing, running pipelines. Triggers: CI triggers.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gitlab-pipelines
SKILL.md
Overview
Handles pipeline execution.
Available Tools
get_pipelines: Retrieve a list of pipelines for a specific GitLab project, optionally filtered by scope, status, or ref or details of a specific pipeline in a GitLab project..- Parameters:
project_id(str): Optional. - Project ID or pathpipeline_id(Optional[int]): Optional. - Pipeline IDscope(Optional[str]): Optional. - Filter pipelines by scope (e.g., 'running', 'branches')status(Optional[str]): Optional. - Filter pipelines by status (e.g., 'success', 'failed')ref(Optional[str]): Optional. - Filter pipelines by reference (e.g., branch or tag name)source(Optional[str]): Optional. - Filter pipelines by source (e.g., 'push', 'schedule')updated_after(Optional[str]): Optional. - Filter pipelines updated after this date (ISO 8601 format)updated_before(Optional[str]): Optional. - Filter pipelines updated before this date (ISO 8601 format)
- Parameters:
run_pipeline: Run a pipeline for a specific GitLab project with a given reference (e.g., branch or tag).- Parameters:
project_id(str): Optional. - Project ID or pathref(str): Optional. - Reference (e.g., branch or tag) to run the pipeline onvariables(Optional[Dict[str, str]]): Optional. - Dictionary of pipeline variablesctx(Optional[Context]): Optional. - MCP context for progress
- Parameters:
Usage Instructions
- Use ref for branch/tag.
Examples
- Run:
run_pipelinewith project_id="123", ref="main". - List:
get_pipelineswith project_id="123", status="running".
Error Handling
- Failed triggers: Check config.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?