← Back to Skills Marketplace
PRD-review
by
Hollis0220
· GitHub ↗
· v1.0.2
· MIT-0
189
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install prd-review
Description
自动化审查商业化产品需求文档的逻辑准确性与闭环性,提取界面/功能/商业化设计要点并划分高-中-低优先级,输出设计师友好的标准化梳理文档;当用户需要审查PRD、梳理设计要点、划分设计优先级或快速对接开发时使用
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prd-review - After installation, invoke the skill by name or use
/prd-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is PRD-review?
自动化审查商业化产品需求文档的逻辑准确性与闭环性,提取界面/功能/商业化设计要点并划分高-中-低优先级,输出设计师友好的标准化梳理文档;当用户需要审查PRD、梳理设计要点、划分设计优先级或快速对接开发时使用. It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.
How do I install PRD-review?
Run "/install prd-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PRD-review free?
Yes, PRD-review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PRD-review support?
PRD-review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PRD-review?
It is built and maintained by Hollis0220 (@hollis0220); the current version is v1.0.2.
More Skills