Gitlab Automation

🌐Community
by sickn33 · vlatest · Repository

Automates GitLab CI/CD pipelines, merges requests, and manages branches based on predefined rules and triggers.

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 sickn33-gitlab-automation npx -- -y @trustedskills/sickn33-gitlab-automation
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "sickn33-gitlab-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/sickn33-gitlab-automation"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact directly with GitLab repositories, allowing for automated code management and workflow execution. It facilitates tasks such as creating merge requests, triggering CI/CD pipelines, and managing project issues programmatically.

When to use it

  • Automating the creation of merge requests after a successful code review or test suite completion.
  • Triggering continuous integration (CI) pipelines immediately upon pushing new commits to a branch.
  • Managing GitLab issues by automatically creating tickets based on error logs or feature request keywords.
  • Streamlining project maintenance by updating labels and assigning tasks within the repository.

Key capabilities

  • Direct interaction with GitLab API endpoints for repository management.
  • Automated execution of CI/CD pipelines via trigger mechanisms.
  • Creation and manipulation of merge requests and code reviews.
  • Issue tracking automation including creation, assignment, and status updates.
  • Integration with existing GitLab project structures and permissions.

Example prompts

  • "Create a merge request for the 'feature-auth' branch targeting the main branch and add a comment linking to the test results."
  • "Trigger the CI pipeline for the 'production-deploy' job on the latest commit in the 'release/v1.2' branch."
  • "Find all open issues labeled 'bug' in the current project and assign them to the developer with the highest activity score."

Tips & gotchas

Ensure your AI agent has the necessary API tokens with appropriate scopes (e.g., read_repository, write_repository) to perform actions securely. Verify that the GitLab instance configuration allows external automation before deploying this skill in a production environment.

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
sickn33
Installs
53

🌐 Community

Passed automated security scans.