kuskus-issue-triage

star 50

Triage and label issues in the kuskus repo

rosshamish By rosshamish schedule Updated 3/4/2026

name: Kuskus-Issue-Triage description: Triage and label issues in the kuskus repo

Kuskus Issue Triage

Useful queries

cd path/to/kuskus

# Open issues
gh issue list --state open --repo rosshamish/kuskus

# By label
gh issue list --state open --label bug --repo rosshamish/kuskus
gh issue list --state open --label enhancement --repo rosshamish/kuskus

# View specific issue
gh issue view <number> --repo rosshamish/kuskus

Labels in use

  • bug — something is broken
  • enhancement — new feature or improvement
  • dependencies — dependency updates

Adding labels

gh issue edit <number> --add-label bug --repo rosshamish/kuskus
Install via CLI
npx skills add https://github.com/rosshamish/kuskus --skill kuskus-issue-triage
Repository Details
star Stars 50
call_split Forks 14
navigation Branch main
article Path SKILL.md
More from Creator