一键导入
review
Run DeepWork Reviews on the current branch using .deepreview rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run DeepWork Reviews on the current branch using .deepreview rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Welcome new DeepWork users on Pi and introduce native Pi workflows
Record a workflow by doing it, then turn it into a DeepWork job
Start or continue DeepWork workflows using native Pi tools
Set up DeepWork Reviews using .deepreview config files
Start structured planning that produces an executable DeepWork plan
Reference documentation for DeepWork Reviews
| name | review |
| description | Run DeepWork Reviews on the current branch using .deepreview rules |
Run focused code reviews from .deepreview rules and DeepSchema-generated review rules. This native Pi package uses Pi commands and tools directly; it does not use MCP.
Stop and redirect when either condition applies:
configure-reviews skill or /configure-reviews command when available.deepschema skill.Proceed only when the user wants to run reviews.
Running reviews can be expensive because it may generate and launch multiple focused reviewer agents. Run reviews only after a material set of changes has been completed, when the user explicitly asks for review, or when confirming a PR is in good form.
Use /review when the command is available. The command generates native Pi review tasks, dispatches Pi subagents when available, and provides a sequential fallback when subagents are unavailable.
If this skill is loaded instead of the /review command:
deepwork_get_review_instructions.
files argument reviews the current branch's detected changes.files list reviews only those files.autostart_reviews_if_possible defaults to true; set it to false only when you need to inspect/validate generated review tasks without launching reviewers.configure-reviews.prompt_file, follow it exactly, and inspect the listed files from the stated project root.When relevant, run this alongside review tasks:
deepwork_mark_review_as_passed with the review ID from the task or prompt file.After making a material set of fixes, call deepwork_get_review_instructions with files set to the files edited during the iteration when that is enough to re-check the relevant findings. If broader changes could affect other rules, run the review without a file filter. Avoid re-running after every tiny edit unless a review finding specifically requires immediate confirmation.