بنقرة واحدة
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.