GitLab Skill This skill provides GitLab integration using the official CLI tool. A Python wrapper script produces markdown-formatted output for read/view operations. Action commands (create, merge, close, comment) should use directly. Prerequisites Install glab CLI : installation guide Authentication Supports GitLab.com, GitLab Dedicated, and GitLab Self-Managed instances. See GitLab CLI Authentication for details. Script Usage The wrapper script ( ) formats output as markdown. Use it for read/view operations to get agent-consumable output. Use directly for action commands (create, merge, clo…