Skip to content
Skillv1.0.0

glab-alias

Create, list, and delete GitLab CLI command aliases and shortcuts. Use when creating custom glab commands, managing CLI shortcuts, or viewing existing aliases. Triggers on alias, shortcut, custom comm

by vince-winkintel(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from vince-winkintel/gitlab-cli-skills (glab-alias/SKILL.md). Install upstream with npx skills add vince-winkintel/gitlab-cli-skills --skill glab-alias. Copyright stays with the author.

glab alias

Overview


  Create, list, and delete aliases.                                                                                     
         
  USAGE  
         
    glab alias [command] [--flags]  
            
  COMMANDS  
            
    delete <alias name> [--flags]           Delete an alias.
    list [--flags]                          List the available aliases.
    set <alias name> '<command>' [--flags]  Set an alias for a longer command.
         
  FLAGS  
         
    -h --help                               Show help for this command.

Quick start

glab alias --help

Subcommands

See references/commands.md for full --help output.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/vince-winkintel-gitlab-cli-skills-glab-alias/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

vince-winkintel-gitlab-cli-skills-glab-alias.ocm.jsonjson
{
  "ocm": "1",
  "id": "vince-winkintel-gitlab-cli-skills-glab-alias",
  "kind": "skill",
  "name": "glab-alias",
  "description": "Create, list, and delete GitLab CLI command aliases and shortcuts. Use when creating custom glab commands, managing CLI shortcuts, or viewing existing aliases. Triggers on alias, shortcut, custom command, CLI alias.",
  "publisher": "vince-winkintel",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Create, list, and delete GitLab CLI command aliases and shortcuts. Use when creating custom glab commands, managing CLI shortcuts, or viewing existing aliases. Triggers on alias, shortcut, custom command, CLI alias."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/vince-winkintel/gitlab-cli-skills",
      "path": "glab-alias/SKILL.md",
      "ref": "98ce136b30c7cb45f5e5e4792c79afe3495cfbf1",
      "url": "https://github.com/vince-winkintel/gitlab-cli-skills/blob/98ce136b30c7cb45f5e5e4792c79afe3495cfbf1/glab-alias/SKILL.md",
      "key": "vince-winkintel/gitlab-cli-skills/glab-alias/SKILL.md"
    }
  },
  "instructions": "# glab alias\n\n## Overview\n\n```\n\n  Create, list, and delete aliases.                                                                                     \n         \n  USAGE  \n         \n    glab alias [command] [--flags]  \n            \n  COMMANDS  \n            \n    delete <alias name> [--flags]           Delete an alias.\n    list [--flags]                          List the available aliases.\n    set <alias name> '<command>' [--flags]  Set an alias for a longer command.\n         \n  FLAGS  \n         \n    -h --help                               Show help for this command.\n```\n\n## Quick start\n\n```bas",
  "cost": {
    "context_tokens": 179
  }
}

Fetch it by URL: GET /api/v1/registry/vince-winkintel-gitlab-cli-skills-glab-alias/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

glab-alias - Skill - OpenSmartRoute