一键导入
configure-reviews
Set up DeepWork Reviews — automated code review rules using .deepreview config files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Set up DeepWork Reviews — automated code review rules using .deepreview config files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Welcome new users to DeepWork — introduce features, set up reviews, and optionally record a first workflow
Run DeepWork Reviews on the current branch — review changed files using .deepreview rules
Creates a new LearningAgent with directory structure, core-knowledge.md, and Claude Code agent file. Guides the user through initial configuration.
Runs the learning cycle on all LearningAgent sessions with pending transcripts. Identifies issues, investigates root causes, and incorporates learnings into agent definitions.
Reference documentation for DeepWork Reviews — automated code review rules using .deepreview configs and DeepSchema-generated rules
Start or continue DeepWork workflows using MCP tools
| name | configure_reviews |
| description | Set up DeepWork Reviews — automated code review rules using .deepreview config files |
Help the user set up automated code review rules for their project.
README_REVIEWS.md file in this plugin directory for the complete reference on DeepWork Reviews.deepreview files in the project that might have something related to what the user wants to do. Reuse existing rules / instructions if possible, including refactoring inline instructions that need to be reused into their own files in the .deepwork/review directory.deepreview YAML config files in the appropriate locations in their projectmcp__deepwork__get_review_instructions and verify that the output includes text referencing your new rule. Be sure to revert the change./review skill to try out the new configuration.README_REVIEWS.md first (if you have not in this conversation already) — it contains the full configuration reference, examples, and glob pattern guide.deepreview files (project root for broad rules, subdirectories for scoped rules)python_lint rule — not two separate rules — because the combined instructions are short and the file set is identical. Only split into separate rules when the instructions are long enough or distinct enough that merging them would degrade review quality.