glab-alias

Manage custom shortcuts for GitLab CLI commands via aliases.

43|5|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/vince-winkintel/gitlab-cli-skills --skill glab-alias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-alias
Source: https://github.com/vince-winkintel/gitlab-cli-skills/tree/main/glab-alias
Command: npx skills add https://github.com/vince-winkintel/gitlab-cli-skills --skill glab-alias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies repetitive GitLab CLI commands by allowing users to create, manage, and delete custom aliases, saving time and reducing errors.

Core Features & Use Cases

  • Create Aliases: Define shortcuts for complex or frequently used glab commands.
  • List Aliases: View all currently configured aliases.
  • Delete Aliases: Remove existing aliases.
  • Use Case: If you frequently run glab mr list --assignee @me --state open, you can create an alias myopenmrs for it.

Quick Start

Use the glab alias skill to set a new alias named 'myopenmrs' for the command 'mr list --assignee @me --state open'.

Frequently Asked Questions about glab-alias

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create shortcuts for frequent GitLab CLI commands?

To create GitLab CLI shortcuts, you can define custom aliases for complex or frequently used `glab` commands, saving time and reducing manual input errors. This allows you to map a long command to a simple shortcut.

What is a glab alias used for in command line workflows?

A glab alias is a custom shortcut used to streamline command line workflows by simplifying repetitive GitLab CLI executions. It helps you avoid typing long commands repeatedly during development tasks.

Can I view all currently configured GitLab CLI aliases?

Yes, you can list all currently configured GitLab CLI aliases to view your existing shortcuts. This feature helps you manage and verify the custom commands you have already defined.

Does the GitLab CLI aliasing system support shell interpretation for advanced command composition?

Yes, the GitLab CLI aliasing system supports optional shell interpretation for advanced command composition. This allows you to build more complex and dynamic command line automation workflows.

How do I remove an existing GitLab CLI shortcut?

You can remove an existing GitLab CLI shortcut by deleting the specific alias. This helps you clean up outdated custom commands and maintain an efficient command line environment.