gitlab-cli-skills
GitLab CLI workflows for merge requests, issues, and pipelines
All Skills in This Repository (36)
Pure Emerald Level Indicatorsgitlab-cli-skills
Manage GitLab merge requests, issues, CI/CD, and repositories via glab CLI.
glab-mr
Manage GitLab merge requests for creation, review, approval, and merging.
glab-gpg-key
Manage GitLab GPG keys for commit signing via the glab CLI.
glab-runner-controller
Manage GitLab runner controllers and their authentication tokens via glab CLI.
glab-stack
Manage stacked merge requests in GitLab using the glab CLI.
glab-help
Display help information for GitLab CLI commands and subcommands.
glab-repo
Manages GitLab repositories and projects including cloning, creating, forking, and archiving.
glab-deploy-key
Manage SSH deploy keys for GitLab projects via the GitLab CLI.
glab-iteration
Manage GitLab iterations for sprint planning via the glab CLI.
glab-mcp
Manage GitLab projects, issues, merge requests, and pipelines via MCP.
glab-schedule
Manage GitLab CI/CD pipeline schedules via the GitLab CLI.
glab-variable
Manage GitLab CI/CD variables for projects and groups via glab.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core