triage
Installation
SKILL.md
PR / Issue Gatekeeper
Run staged admission via gh. Post comment after each stage.
Resolve
- Number: from arg or
ISSUE_NUMBER/PR_NUMBERenv - Repo:
--repo→REPOSITORY→GITHUB_REPOSITORY
Fetch
gh issue view "$NUM" --repo "$REPO" --json number,title,body,author,labels,comments,url
gh pr view "$NUM" --repo "$REPO" --json number,title,body,author,labels,additions,deletions,changedFiles,baseRefName,headRefName,headRefOid,isCrossRepository,isDraft,reviewDecision,url
gh label list --repo "$REPO" --limit 200