Wraps the official GitLab CLI so you can create merge requests, review code, manage issues, and monitor CI/CD pipelines without leaving your terminal. The skill covers the full workflow from authentication setup through common patterns like linking MRs to issues and using JSON output for scripting. What's useful here is the emphasis on verification steps (checking auth status, linting CI configs before pushing) and the explicit callout about pagination working through query parameters rather than flags, which trips people up with the API command. If you're doing GitLab work from the command line instead of the web UI, this gives you the patterns and gotchas in one place.
npx skills add https://github.com/henricook/claude-glab-skill --skill glab