claude-glab-skill
Manage GitLab merge requests, issues, and pipelines from terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-glab-skill?▼
Run `npx skills add henricook/claude-glab-skill --all -g -y` in your terminal to install the skill globally. You also need the glab CLI installed, for example via `brew install glab` on macOS.
How to create a GitLab merge request from the terminal?▼
Push your branch, then run `glab mr create --title "Your title" --reviewer=username`. This skill teaches your agent the exact flags for reviewers, labels, and draft MRs.
Does this skill work with self-hosted GitLab?▼
Yes. It supports self-hosted instances through `glab auth login --hostname gitlab.example.org` or the GITLAB_HOST environment variable.
How to monitor GitLab CI/CD pipelines from the command line?▼
Use `glab pipeline ci view` to watch a live pipeline, `glab ci status` to check results, and `glab ci retry` to rerun failed jobs.
Do I need to memorize glab commands to use this skill?▼
No. Just describe what you want in plain English, and your agent uses the skill's workflow guidance and reference docs to run the right commands.
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