From deepwork
Runs automated DeepWork code reviews on current branch changes using .deepreview rules, launches parallel review agents, checks/updates changelog and PR descriptions.
npx claudepluginhub unsupervisedcom/deepwork --plugin deepworkThis skill uses the workspace's default tool permissions.
Run automated code reviews on the current branch based on `.deepreview` config files.
Documents DeepWork Reviews for configuring automated code reviews with .deepreview YAML files that match git branch changes and dispatch focused reviewer agents.
Reviews local git changes, PRs/MRs, or branch diffs against coding guidelines using parallel agents for bugs, security, logic errors, simplification, tests, and contracts. Deep mode iteratively auto-fixes.
Performs code reviews for PRs, audits, and changes using Codex MCP. Outputs severity-grouped findings and merge gates. Variants: fast (diff), full (lint/build checks), branch.
Share bugs, ideas, or general feedback.
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).