← 返回 Skills 市场
hollis0220

PRD-review

作者 Hollis0220 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
189
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install prd-review
功能描述
自动化审查商业化产品需求文档的逻辑准确性与闭环性,提取界面/功能/商业化设计要点并划分高-中-低优先级,输出设计师友好的标准化梳理文档;当用户需要审查PRD、梳理设计要点、划分设计优先级或快速对接开发时使用
安全使用建议
This skill appears coherent and limited to parsing user-supplied PRDs and producing review output. Before installing/running: (1) review and be comfortable with running the included Python script (scripts/doc_parser.py) locally; (2) install the declared Python packages (python-docx, PyPDF2) in a controlled environment (virtualenv/container); (3) avoid uploading sensitive documents unless you trust the environment where the script runs—the code reads files you provide but does not attempt network access or exfiltration; (4) if you want extra assurance, run the script in a sandbox and inspect the code yourself (it is short and only reads files and prints extracted text).
功能分析
Type: OpenClaw Skill Name: prd-review Version: 1.0.2 The skill bundle provides a structured workflow for reviewing Product Requirement Documents (PRDs) and extracting design priorities. It includes a functional Python script (scripts/doc_parser.py) for parsing .docx and .pdf files using legitimate libraries (python-docx, PyPDF2), and the instructions in SKILL.md are entirely consistent with the tool's stated purpose without any signs of malicious intent, prompt injection attacks, or unauthorized data access.
能力评估
Purpose & Capability
Name/description describe PRD review and design-point extraction; included doc_parser.py and the review checklist directly support that purpose. There are no unrelated binaries, credentials, or config-path requirements.
Instruction Scope
SKILL.md confines behavior to parsing user-provided documents (upload, paste, or downloaded-and-uploaded). Runtime steps instruct running scripts/doc_parser.py to extract text and then performing local analysis. There are no instructions to read system files, environment variables, or to transmit data to external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. The SKILL.md declares Python dependencies (python-docx, PyPDF2) but does not provide an automated install step; users must ensure those packages are present. No remote downloads, obscure URLs, or archive extraction are used.
Credentials
The skill requires no environment variables, credentials, or special config paths. The parser operates on local files provided by the user. There are no requests for tokens/keys or unrelated secrets.
Persistence & Privilege
always is false and autonomous invocation is allowed by default. The skill does not request persistent system presence, modify other skills, or alter system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prd-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prd-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- 移除了在线文档处理脚本 `scripts/fetch_doc.py`,不再支持飞书等在线文档自动获取。 - 仅支持本地文件上传(.docx, .pdf, .txt, .md)或用户粘贴内容进行文档解析和审查。 - 操作流程与输出结构保持一致,但文档来源处理更加简化,删除了在线链接直接解析的相关指引与说明。 - 异常处理部分更新,重点提示用户文件格式检查或直接粘贴内容。 - 文档依赖和本地解析说明不变,确保仍支持本地 Word、PDF、文本格式的需求梳理与设计要点提取流程。
v1.0.1
- 新增在线文档获取能力,支持飞书 PRD 与表格文档(通过 scripts/fetch_doc.py),扩展为本地上传及各类在线文档场景。 - 明确文档处理流程:根据本地/链接/粘贴内容自动分流,提升适配性与易用性。 - 输出结构优化,更贴合设计师工作流,增加工时预估和任务排期建议。 - 输出文档按界面、交互、视觉、状态维度梳理设计要点,便于团队拆解落实。 - 增强异常处理提示,包括飞书授权、文档获取失败与要点不明场景。
v1.0.0
- Initial release of the prd-review-design skill for automated review of commercial product requirements documents. - Provides document parsing for Word, PDF, TXT, and Markdown formats. - Automatically checks logical accuracy and completeness of PRDs, extracts core design points, and assigns high/medium/low priority. - Standardizes output into structured documents for quick review or detailed team collaboration. - Supports customization, error handling, and special focus on commercial compliance and business logic integrity.
元数据
Slug prd-review
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

PRD-review 是什么?

自动化审查商业化产品需求文档的逻辑准确性与闭环性,提取界面/功能/商业化设计要点并划分高-中-低优先级,输出设计师友好的标准化梳理文档;当用户需要审查PRD、梳理设计要点、划分设计优先级或快速对接开发时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。

如何安装 PRD-review?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prd-review」即可一键安装,无需额外配置。

PRD-review 是免费的吗?

是的,PRD-review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

PRD-review 支持哪些平台?

PRD-review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PRD-review?

由 Hollis0220(@hollis0220)开发并维护,当前版本 v1.0.2。

💬 留言讨论