بنقرة واحدة
gsd-inbox
Triage and review all open GitHub issues and PRs against project templates and contribution guidelines
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Triage and review all open GitHub issues and PRs against project templates and contribution guidelines
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add an idea to the backlog parking lot (999.x numbering)
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy
Analyze phase dependencies and suggest Depends on entries for ROADMAP.md
| name | gsd-inbox |
| description | Triage and review all 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 |
Flow: Detect repo → Fetch open issues + PRs → Classify each by type → Review against template → Report findings → Optionally act (label, comment, close)
<execution_context> @.github/get-shit-done/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 @.github/get-shit-done/workflows/inbox.md end-to-end. Parse flags from arguments and pass to workflow.