An automated GitHub inbox triage tool to manage issues and PRs based on template requirements.

Install

mkdir -p .claude/skills/gsd-inbox && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10802" && unzip -o skill.zip -d .claude/skills/gsd-inbox && rm skill.zip

Installs to .claude/skills/gsd-inbox

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Triage and review open GitHub issues and PRs against project templates and contribution guidelines.
99 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Triage open GitHub issues
  • Review PRs for compliance
  • Close incomplete submissions

How it works

It fetches issues/PRs, classifies them, and reviews them against templates.

Inputs & outputs

You give it
GitHub repository
You get back
Triaged issues and PRs

When to use gsd-inbox

  • Triage open github issues
  • Review PRs for compliance
  • Close incomplete submissions

About this skill

<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> @.github/get-shit-done/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 the inbox workflow from @.github/get-shit-done/workflows/inbox.md end-to-end. Parse flags from arguments and pass to workflow. </process>

When not to use it

  • Feature development
  • Code review

Prerequisites

.github/get-shit-done/workflows/inbox.md

Limitations

  • Requires template compliance

How it compares

It automates compliance review rather than manual triage.

Compared to similar skills

gsd-inbox side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
gsd-inbox (this skill)03moNo flagsIntermediate
github-manage69moReviewBeginner
jira116moNo flagsBeginner
github-issues53moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry