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: GitHubgh; GitLabglab (glab issue list); Forgejo/Giteatea (tea issues list). If the needed CLI is missing, tell the user and link its install page.

Process

  1. 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
    
Installs
1
First Seen
Aug 13, 2026
prds-get — vtmocanu/skills-nesttest