gsd-inbox

Triage GitHub issues and pull requests against project templates.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-inbox-nnexai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-inbox
Source: https://github.com/nnexai/git-stacks/tree/main/.codex/skills/gsd-inbox
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-inbox-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the bottleneck of manually reviewing incoming GitHub issues and pull requests, ensuring that every submission adheres to project-specific contribution guidelines and templates.

Core Features & Use Cases

  • Automated Triage: Automatically fetches open issues and PRs and classifies them by type (bug, feature, chore, etc.).
  • Compliance Review: Validates submissions against defined project templates and reports on completeness.
  • Actionable Cleanup: Optionally applies labels, adds comments, or closes non-compliant submissions to keep the repository healthy.

Quick Start

Invoke the gsd-inbox skill to review all open issues and pull requests in the current repository and automatically close those that fail template compliance.

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 triage and template compliance?

Automated GitHub issue triage uses API integration and local workflow definitions to classify submissions by type and validate them against project templates. This process automatically labels, comments on, or closes non-compliant issues and pull requests.

What is the best way to automatically close non-compliant GitHub pull requests?

Automatically closing non-compliant GitHub pull requests requires validating submissions against defined project templates. The system identifies incomplete contributions and optionally applies labels, adds comments, and closes the non-compliant requests to maintain repository health.

How does automated template compliance review work for open-source contributions?

Automated template compliance review fetches open issues and pull requests, then validates their contents against defined project templates. It reports on submission completeness and identifies non-compliant entries to ensure consistent contribution standards.

Can I use automated triage for enterprise software maintenance workflows?

Yes, automated triage applies to both open-source and enterprise software maintenance workflows requiring consistent contribution standards. It integrates with the GitHub API to classify issues and enforce project-specific templates.

Do I need GitHub API integration to automate issue classification and labeling?

Yes, GitHub API integration is required to fetch open issues and pull requests for automated classification. It works alongside local workflow definitions to apply labels, add comments, and close non-compliant submissions.

What types of GitHub issues can automated triage classify?

Automated triage classifies GitHub issues and pull requests by type, such as bugs, features, and chores. It fetches open submissions and categorizes them based on your defined local workflow definitions and project templates.