Triage GitHub issues and pull requests
gsd:inboxskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Triage GitHub issues and PRs against project templates
Best for
Batch triaging inbox of issues/PRs without manual review of each, surfacing incomplete submissions for rejection.
Inputs
- · Optional flags: --issues | --prs | --label | --close-incomplete | --repo owner/repo
Outputs
- · Completeness report for each issue/PR against template
- · Labels applied (if --label)
- · Non-compliant submissions closed with comment (if --close-incomplete)
Requires
- · inbox.md workflow
- · GitHub API (gh command)
Preconditions
- · GitHub repo detected (or --repo provided)
- · Contribution templates exist (.github/ISSUE_TEMPLATE/, .github/pull_request_template.md)
- · gh command authenticated
Failure modes
- · Repo not found → error reported, stops
- · Templates missing → generic checklist used
- · Close-incomplete without comment → users confused, don't use --close-incomplete lightly
Trust signals
- · Classifies by type (feature, enhancement, bug, chore, fix PR, enhancement PR, feature PR)
- · Template compliance checking built-in
- · Optional auto-label and close actions
- · Compliance report shows what's missing per submission