prds-get
Installation
SKILL.md
Vendored from vfarcic/dot-ai
shared-prompts/prds-get.md(MIT, Copyright (c) 2025 Viktor Farcic). Original author: Viktor Farcic.
Get All PRDs
Fetch all open issues labeled 'PRD' from this project's git forge.
Forge-agnostic: The gh commands below are GitHub examples. Detect the forge from git remote get-url origin and use the matching CLI, mapping each verb to its equivalent: GitHub → gh; GitLab → glab (glab issue list); Forgejo/Gitea → tea (tea issues list). If the needed CLI is missing, tell the user and link its install page.
Process
- Fetch Issues: Use the forge CLI to list all open issues with the PRD label
gh issue list --label PRD --state open --json number,title,url,labels,assignees,createdAt,updatedAt