What problem does it solve? FGCZ's self-hosted GitLab at gitlab.bfabric.org requires PAT-based authentication because OAuth is unavailable, so generic GitLab workflows fail with authentication and host errors. This Skill configures and operates the glab CLI against the correct host so issues, merge requests, and pipelines work without manual troubleshooting. ## Core Features & Use Cases - Issue and MR Management: List, view, create, comment on, and close issues and merge requests, including resolving gitlab.bfabric.org URLs and work_items links directly. - Fix-from-URL Workflow: Fetch an issue from a shared link, clone the repo, create a fix branch, and open a merge request in one guided sequence. - Draft Code Reviews: Post line-specific pending draft notes on MR diffs via the GitLab API so AI-assisted reviews stay editable until the user submits them. - Use Case: A colleague shares https://gitlab.bfabric.org/group/project/-/issues/42 and asks you to fix it. The Skill fetches the issue, clones the project, creates a branch, and opens a merge request targeting main. ## Quick Start Ask the agent to view and fix the issue at a gitlab.bfabric.org URL, and it will authenticate glab, fetch the issue, and create a merge request.