Skip to content
Development
Skill

/gsd-inbox

Triage and review open GitHub issues and PRs against project templates and contribution guidelines.

From plugin
gsd-core
8k71 skills34 agents71 commands7 hooks
Install
$ npx -y skills add open-gsd/gsd-core --skill gsd-inbox --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/gsd-inbox

Context preview

The summary Claude sees to decide when to auto-load this skill.

Triage and review open GitHub issues and PRs against project templates and contribution guidelines.

SKILL.md

gsd-inbox.SKILL.md
name: gsd-inbox
description: "Triage and review open GitHub issues and PRs against project templates and contribution guidelines."
argument-hint: "[--issues] [--prs] [--label] [--close-incomplete] [--repo owner/repo]"
allowed-tools:
  - Read
  - Bash
  - Write
  - Grep
  - Glob
  - AskUserQuestion

<objective> One-command triage of the project's GitHub inbox. Fetches all open issues and PRs, reviews each against the corresponding template requirements (feature, enhancement, bug, chore, fix PR, enhancement PR, feature PR), reports completeness and compliance, and optionally applies labels or closes non-compliant submissions.

**Flow:** Detect repo → Fetch open issues + PRs → Classify each by type → Review against template → Report findings → Optionally act (label, comment, close) </objective>

<execution_context> @~/.claude/gsd-core/workflows/inbox.md </execution_context>

<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)

</context>

<process> Execute end-to-end. Parse flags from arguments and pass to workflow. </process>

Ships withgsd-core

Git. Ship. Done. A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Antigravity CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.

Get the whole plugin