Claude-skill-registry gh-listing-labels
Lists available labels in a repository. Use to discover valid labels for triage.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gh-listing-labels" ~/.claude/skills/majiayu000-claude-skill-registry-gh-listing-labels && rm -rf "$T"
manifest:
skills/data/gh-listing-labels/SKILL.mdsource content
Listing GitHub Labels
Purpose
Retrieves repository labels using the
gh label list command.
1. Safety & Verification
- Output: Returns names, descriptions, and colors.
2. Common Workflows
Workflow: Get All Labels
Lists labels to use for categorization.
Command:
gh label list --json name,description