vince-winkintelvince-winkintelCommunityยท36 Agent Skills Included

gitlab-cli-skills

GitLab CLI workflows for merge requests, issues, and pipelines

Automates GitLab operations through the glab CLI, covering merge requests, issues, CI/CD pipelines, releases, runners, and security settings. Eliminates manual browser clicking, repetitive triage, and fragile API scripting with tested commands and ready-made shell scripts. Helps developers review code, debug failed pipelines, and manage projects faster directly from the terminal.
npx skills add vince-winkintel/gitlab-cli-skills --all -g -y

All Skills in This Repository (36)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

gitlab-cli-skills

Manage GitLab merge requests, issues, CI/CD, and repositories via glab CLI.

Community
Advanced
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-mr

Manage GitLab merge requests for creation, review, approval, and merging.

Community
Intermediate
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-gpg-key

Manage GitLab GPG keys for commit signing via the glab CLI.

Community
Basic
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-runner-controller

Manage GitLab runner controllers and their authentication tokens via glab CLI.

Community
Advanced
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-stack

Manage stacked merge requests in GitLab using the glab CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-help

Display help information for GitLab CLI commands and subcommands.

Community
Basic
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-repo

Manages GitLab repositories and projects including cloning, creating, forking, and archiving.

Community
Intermediate
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-deploy-key

Manage SSH deploy keys for GitLab projects via the GitLab CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-iteration

Manage GitLab iterations for sprint planning via the glab CLI.

Community
Basic
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-mcp

Manage GitLab projects, issues, merge requests, and pipelines via MCP.

Community
Intermediate
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-schedule

Manage GitLab CI/CD pipeline schedules via the GitLab CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
vince-winkintelvince-winkintel

glab-variable

Manage GitLab CI/CD variables for projects and groups via glab.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install gitlab-cli-skills?โ–ผ

Run `npx skills add vince-winkintel/gitlab-cli-skills --all -g -y` in your terminal to install all skills globally. You also need the GitLab CLI (`glab`) installed and authenticated with `glab auth login`.

What can I automate in GitLab with these skills?โ–ผ

You can create and merge merge requests, triage issues, debug failed CI pipelines, manage releases, runners, variables, and security scan profiles. Bundled scripts handle common flows like creating an MR from an issue or posting inline review comments.

Do these skills work with Claude Code and other coding agents?โ–ผ

Yes. Every skill follows the standard SKILL.md format, so they work in Claude Code, OpenClaw, Cursor, Codex, and other compatible agents.

How do I debug a failed GitLab pipeline from the terminal?โ–ผ

Ask your agent to check pipeline status, or run the bundled ci-debug.sh script with a pipeline ID. It finds all failed jobs, prints their recent logs, and suggests retry commands.

Do I need to know glab commands to use these skills?โ–ผ

No. You describe the task in plain English, such as 'approve MR 123 after tests pass', and the agent picks the correct glab commands and flags for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’