gsd-inbox

Automate GitHub issue and pull request triage against project guidelines.

Updated May 3, 2026
One-click install
npx skills add https://github.com/ThiagoVitale/endless-crystal --skill gsd-inbox-thiagovitale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-inbox
Source: https://github.com/ThiagoVitale/endless-crystal/tree/main/.codex/skills/gsd-inbox
Command: npx skills add https://github.com/ThiagoVitale/endless-crystal --skill gsd-inbox-thiagovitale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The gsd-inbox Skill automates the triage and review process for GitHub issues and pull requests, helping streamline project management.

Core Features & Use Cases

  • Automated Triage: Classifies GitHub issues and PRs against project templates and contribution guidelines.
  • Compliance Reporting: Reports completeness and compliance for each item.
  • Optional Actions: Applies labels or closes non-compliant items with comments.
  • Use Case: Quickly assess and address the current state of your GitHub repository's issues and PRs to ensure project progress aligns with expectations.

Quick Start

@gsd-inbox --issues --prs --label --close-incomplete --repo owner/repo

Frequently Asked Questions about gsd-inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue and pull request triage?

Automate GitHub issue and PR triage by reviewing submissions against project templates and contribution guidelines. This process classifies items, reports compliance, and optionally applies labels or closes non-compliant entries.

Can I automatically close non-compliant GitHub issues and PRs?

Yes, you can automatically close non-compliant GitHub issues and PRs by using flag-driven operations. The tool evaluates items against your guidelines and closes them while leaving explanatory comments.

What is the best way to filter and apply labels to GitHub issues and PRs?

Filter and apply labels to GitHub issues and PRs using flag-driven commands. You can target specific item types, assess their compliance, and automatically apply relevant labels to organize your repository.

How does automated GitHub triage check submission compliance?

Automated GitHub triage checks compliance by comparing incoming issues and PRs against your project templates and contribution guidelines. It then generates a completeness report for each item.

Does GitHub triage automation require specific API access to manage repositories?

Yes, GitHub triage automation requires interaction with the GitHub API to access repository items, apply labels, and close non-compliant submissions. You must provide the target repository in the format owner/repo.