agent-loop-triage
Installation
SKILL.md
Agent Loop Triage
Scan open issues and PRs for the current repo (or a configured set of repos). Classify each item and return a structured queue summary suitable for the orchestrator loop's dispatch phase.
Setup
GitHub CLI Check
gh auth status 2>/dev/null || { echo "gh not authenticated"; exit 1; }