一键导入
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 职业分类
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
Start working on a PRD implementation
Update PRD based on design decisions and strategic changes made during conversations
Update PRD progress based on git commits and code changes, enhanced by conversation context
| name | prds-get |
| description | Fetch all open GitHub issues from this project that have the 'PRD' label |
| category | project-management |
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.