Gitlab Label
This skill automatically creates GitLab labels from commit messages, streamlining issue tracking and project organization.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gitlab-label npx -- -y @trustedskills/gitlab-label
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gitlab-label": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gitlab-label"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gitlab-label skill allows AI agents to interact with GitLab labels. It can retrieve, create, update, and delete labels within a specified GitLab project. This enables automation of tasks related to issue and merge request organization and categorization.
When to use it
- Automated Issue Triage: Automatically apply labels based on keywords found in new issue descriptions.
- Merge Request Categorization: Assign labels to merge requests based on the files changed or branches involved.
- Label Management: Create new labels or update existing ones programmatically, ensuring consistency across a project.
- Reporting & Analysis: Retrieve lists of issues with specific labels for reporting purposes.
Key capabilities
- Retrieve GitLab labels by name or ID.
- Create new labels within a GitLab project.
- Update the title and color of existing labels.
- Delete labels from a GitLab project.
Example prompts
- "Find all labels in the 'my-project' repository."
- "Create a label named 'bug' with color '#FF0000' in 'my-project'."
- "Update the color of the 'feature' label to '#00FF00' in 'my-project'."
Tips & gotchas
The skill requires authentication credentials for your GitLab instance. Ensure these are properly configured within the AI agent’s environment before attempting any operations.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.