gitlab-address-comments

Installation
SKILL.md

MR Comment Handler

Find the open MR for the current branch and address its review threads using glab. Run all glab commands with elevated network access.

Prerequisites

  • Ensure glab auth status succeeds (via glab auth login or GITLAB_TOKEN).
  • Ensure glab is at least v1.80.4.
  • When sandboxing blocks network calls, rerun with sandbox_permissions=require_escalated.
  • Sanity check auth up front:
glab auth status

1) Resolve the MR for the current branch

Do a quick check so we know which MR we are about to operate on:

branch="$(git rev-parse --abbrev-ref HEAD)"
glab mr view "$branch" --output json
Related skills

More from openai/skills

Installs
45
Repository
openai/skills
GitHub Stars
18.9K
First Seen
Jan 29, 2026