Skip to main content

glab-label

Use when working with glab label commands.

Aller à l'installation

Informations de source

Dépôt
Kernel8901/ai-agent-skills-classification
Dernière activité de la source
4 avril 2026 à 15:26
Langue détectée de SKILL.md
Indéterminée
Étoiles
4
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
glab-label
description
Use when working with glab label commands.
# glab label ## Overview ``` Manage labels on remote. USAGE glab label <command> [command] [--flags] COMMANDS create [--flags] Create labels for a repository or project. delete [--flags] Delete labels for a repository or project. edit [--flags] Edit group or project label. get <label-id> Returns a single label specified by the ID. list [--flags] List labels in the repository. FLAGS -h --help Show help for this command. -R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. ``` ## Quick start ```bash glab label --help ``` ## Subcommands See [references/commands.md](references/commands.md) for full `--help` output.
Voir sur GitHub