From gsd
Triages open GitHub issues and PRs against project templates and contribution guidelines, reports compliance, and optionally labels or closes incomplete submissions.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<objective>
Investigates GitHub issues and PRs: pulls open items, classifies them, searches codebase for root causes or reviews contributed code, proposes fixes with file:line references, optionally implements. Use for GitHub triage, not general reviews.
Automates conservative GitHub issue and PR triage: scans open items, generates AI-powered markdown reviews with Codex, and closes only on strict criteria like staleness or resolution.
Executes GitHub operations on PRs, issues, milestones, labels, comments, and merges using Python scripts with structured output and error handling. Use for pull requests, issues, review comments, CI checks, or milestones instead of raw gh.
Share bugs, ideas, or general feedback.
Flow: Detect repo → Fetch open issues + PRs → Classify each by type → Review against template → Report findings → Optionally act (label, comment, close)
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/inbox.md </execution_context>
**Flags:** - `--issues` — Review only issues (skip PRs) - `--prs` — Review only PRs (skip issues) - `--label` — Auto-apply recommended labels after review - `--close-incomplete` — Close issues/PRs that fail template compliance (with comment explaining why) - `--repo owner/repo` — Override auto-detected repository (defaults to current git remote) Execute the inbox workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/inbox.md end-to-end. Parse flags from arguments and pass to workflow.