Skip to main content

glab-label

Use when working with glab label commands.

Zur Installation springen

Quellinformationen

Repository
Kernel8901/ai-agent-skills-classification
Letzte Quellaktivität
4. April 2026 um 15:26
Erkannte Sprache von SKILL.md
Nicht bestimmbar
Sterne
4
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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.
Auf GitHub ansehen