원클릭으로
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.