원클릭으로
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 직업 분류 기준
Set up DeepWork Reviews — automated code review rules using .deepreview config files
Start structured planning — explores, designs, and produces an executable plan
Reference documentation for DeepWork Reviews — automated code review rules using .deepreview configs and DeepSchema-generated rules
Create and manage DeepSchemas — rich file-level schemas with automatic validation and review generation
Start or continue DeepWork workflows using MCP tools
Agent profile/skill maintenance — quickly edit ks-config/agents and commit + push successful changes
| 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.
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.name, description, subagent_type, and prompt fields — these map directly to the Task tool parameters. Launch all of them as parallel Task 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 again (with the same files argument if the original review was file-scoped, otherwise no arguments).