‹ 首页

dot-ai-prds-get

@vfarcic · 收录于 今天 · 上游提交 昨天

Fetch all open GitHub issues from this project that have the 'PRD' label

适合你,如果你需要从GitHub仓库中快速筛选出PRD相关的议题。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add vfarcic/dot-ai-cli/dot-ai-prds-get
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- vfarcic/dot-ai-cli/dot-ai-prds-get
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify vfarcic/dot-ai-cli/dot-ai-prds-get
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
7GitHub stars
~469上下文体积 · 单文件
索引托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · af67e07

Get All PRDs

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/

Process
  1. Fetch Issues: Use GitHub CLI to get all open issues with PRD label ```bash gh issue list --label PRD --state open --json number,title,url,labels,assignees,createdAt,updatedAt ```
  1. Format Results: Present the issues in a clear, organized format showing:
  2. Issue number and title
  3. Creation and last update dates
  4. Current assignees (if any)
  5. Direct link to the issue
  6. PRD file link (if available in issue description)
  1. Meaningful Categorization: Group PRDs by their actual purpose and impact, not generic labels:
  2. Architecture & Infrastructure: Core system changes, API designs, major refactors
  3. User Experience: Features that directly impact how users interact with the system
  4. Developer Experience: Tools, workflows, testing, documentation that help developers
  5. AI & Intelligence: Machine learning, AI-powered features, recommendation engines
  6. Operations & Monitoring: Deployment, scaling, observability, performance
  7. Integration & Extensibility: Third-party integrations, plugin systems, APIs

Each category should briefly explain what the PRDs in that group will accomplish for users or the system.

  1. Priority Analysis: If multiple PRDs exist, help identify:
  2. Which PRDs are most recently updated or have active discussion
  3. Which PRDs have dependencies on other PRDs
  4. Which PRDs are foundational vs. incremental improvements
  5. Which PRDs might be blocked or need clarification
  1. Next Steps Suggestion: Based on the PRD list, suggest logical next actions:
  2. Which PRD to work on next based on dependencies and impact
  3. PRDs that need attention, updates, or clarification
  4. Opportunities for parallel work on independent PRDs

This provides a complete view of all active product requirements and helps with project planning and prioritization.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。