بنقرة واحدة
gsd-inbox
Triage and review open GitHub issues and PRs against project templates and contribution guidelines.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Triage and review open GitHub issues and PRs against project templates and contribution guidelines.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase
| 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 |
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 end-to-end. Parse flags from arguments and pass to workflow.