Gitlab Label

🌐Community
by grandcamel · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add gitlab-label npx -- -y @trustedskills/gitlab-label
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
grandcamel
Installs
5

🌐 Community

Passed automated security scans.