ワンクリックで
prds-get
Fetch all open GitHub issues from this project that have the 'PRD' label
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch all open GitHub issues from this project that have the 'PRD' label
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
AI-powered OpenTelemetry instrumentation tool - automatically adds telemetry to uninstrumented code
Create documentation-first PRDs that guide development through user-facing content
Complete PRD implementation workflow - create branch, push changes, create PR, merge, and close issue
Analyze existing PRD to identify and recommend the single highest-priority task to work on next
Analyze existing PRD with telemetry data to identify and recommend the single highest-priority task to work on next
Start working on a PRD implementation
| name | prds-get |
| description | Fetch all open GitHub issues from this project that have the 'PRD' label |
| category | project-management |
| disable-model-invocation | true |
Fetch all open GitHub issues from this project that have the 'PRD' label.
Note: If any gh command fails with "command not found", inform the user that GitHub CLI is required and provide the installation link: https://cli.github.com/
Fetch Issues: Use GitHub CLI to get all open issues with PRD label
gh issue list --label PRD --state open --json number,title,url,labels,assignees,createdAt,updatedAt
Format Results: Present the issues in a clear, organized format showing:
Meaningful Categorization: Group PRDs by their actual purpose and impact, not generic labels:
Each category should briefly explain what the PRDs in that group will accomplish for users or the system.
Priority Analysis: If multiple PRDs exist, help identify:
Next Steps Suggestion: Based on the PRD list, suggest logical next actions:
This provides a complete view of all active product requirements and helps with project planning and prioritization.