gitlab
Installation
SKILL.md
Gitlab
Integrate with GitLab for DevOps. Use when you need to: (1) create and manage GitLab issues, (2) trigger CI/CD pipelines, or (3) automate development workflows.
Input
Provide input as JSON:
{
"project_id": "GitLab project ID or path (e.g., 'username/project-name' or numeric ID)",
"issue_title": "Title for the new issue to be created",
"issue_description": "Detailed description of the issue",
"issue_labels": "Comma-separated labels for the issue (e.g., 'bug,urgent,backend')",
"pipeline_ref": "Git reference (branch or tag) to check pipeline status for (e.g., 'main', 'develop')"
}