ワンクリックで
dot-ai-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 changelog fragment for release notes. Invoke during /prd-done workflow during the first push to the PR.
Create a release tag based on accumulated changelog fragments, then prune merged worktrees and branches. Run when ready to cut a release.
Build and publish the mock-server Docker image to GitHub Container Registry. Use when mock server fixtures or code have changed and need to be published.
Analyze the blast radius of a proposed Kubernetes operation. Accepts free-text input: kubectl commands (e.g., "kubectl delete pvc data-postgres-0 -n production"), YAML manifests, or plain-English descriptions (e.g., "what happens if I delete the postgres database?"). Returns whether the operation is safe and a detailed dependency analysis with confidence levels.
Close a PRD that is already implemented or no longer needed
Create documentation-first PRDs that guide development through user-facing content
| name | dot-ai-prds-get |
| description | Fetch all open GitHub issues from this project that have the 'PRD' label |
| user-invocable | 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.