pi-skill-glab

Pi skill for interacting with GitLab via the glab CLI

Package details

skill

Install pi-skill-glab from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-skill-glab
Package
pi-skill-glab
Version
0.0.1
Published
Mar 18, 2026
Downloads
52/mo · 17/wk
Author
clupprich
License
MIT
Types
skill
Size
8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-skill-glab

A pi skill for interacting with GitLab via the glab CLI.

Covers merge requests, issues, CI/CD pipelines, repository management, and draft review notes via the GitLab API.

Prerequisites

  • glab must be installed and authenticated (glab auth status to check)
  • Must be in a git repository with a GitLab remote

Install

pi install npm:pi-skill-glab

What's Included

The skill teaches the agent how to:

  • Merge Requests — list, view, create, update, approve, merge, rebase, comment
  • Issues — list, view, create, update, close, reopen, comment
  • CI/CD Pipelines — status, list, trace logs, retry jobs, trigger, lint config, download artifacts
  • Repository — view info, list, search, clone, contributors
  • Draft Review Notes — create positioned review comments via glab api, list, delete, and bulk publish
  • Raw API — fallback for anything not covered by specific commands

License

MIT