ワンクリックで
review
Run DeepWork Reviews on the current branch — review changed files using .deepreview rules
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run DeepWork Reviews on the current branch — review changed files using .deepreview rules
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Welcome new users to DeepWork — introduce features, set up reviews, and optionally record a first workflow
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
Record a workflow by doing it — watch and learn approach to creating DeepWork jobs
| name | review |
| description | Run DeepWork Reviews on the current branch — review changed files using .deepreview rules |
Run automated code reviews on the current branch based on .deepreview config files.
STOP and redirect if either of these applies:
configure_reviews skill insteadstart_workflow with job_name="deepwork_reviews" and workflow_name="add_document_update_rule"Only proceed past this section if the user wants to run reviews.
Before running reviews, check that the deepwork:reviewer agent is available. If it does not appear in the agents list (i.e., the Agent tool does not list deepwork:reviewer as a valid subagent_type), STOP and tell the user:
The
deepwork:revieweragent is not available. Please run/reload-pluginsto pick up the latest plugin updates, then try again.
Do not proceed with reviews until the agent is available.
mcp__deepwork__get_review_instructions tool directly:
files to review only specific files: mcp__deepwork__get_review_instructions(files=["src/app.py", "src/lib.py"]). When provided, only reviews whose include/exclude patterns match the given files will be returned. Use this when the user asks to review a particular file or set of files rather than the whole branch./deepwork skill with the deepwork_reviews job's discover_rules workflow. Stop here — do not proceed with running reviews if there are no rules.description, subagent_type, and prompt fields — these map directly to the Agent tool parameters. Launch all of them as parallel agents.Run this concurrently with the review agents (step 2 above) — don't wait for reviews to finish first.
CHANGELOG.md, CHANGELOG, CHANGES.md).git log main..HEAD --oneline).gh pr view):
gh pr edit if needed.For each finding from the review agents:
When a finding is dismissed (user chooses "Skip" or you determine it's not actionable for this PR), call mcp__deepwork__mark_review_as_passed with the review's ID so it won't re-run on subsequent iterations.
After making any changes:
mcp__deepwork__get_review_instructions with files set to only the files you edited during this iteration. This scopes the re-review to your changes rather than re-reviewing the entire branch.