From deep-review
Fast deep review - skip scoring, auto-apply fixes for every issue found, then post a summary comment
How this command is triggered — by the user, by Claude, or both
Slash command
/deep-review:auto [pr-number|pr-url|branch]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /deep-review:auto A faster, no-confirmation variant of `/deep-review:review`. It **skips the confidence scoring step entirely**, treats every identified issue as worth addressing, **auto-applies a best-effort fix** for each one to the working tree, and posts a summary comment to the pull request. There is no triage and no confirmation prompt. The pull request is given in `$ARGUMENTS` (a PR number, PR URL, or branch name). If empty, resolve the PR for the current branch with `gh pr list --head <branch>`. To do this, follow these steps precisely. Make a todo list first. ## Step 0 - Prec...
A faster, no-confirmation variant of /deep-review:review. It skips the confidence scoring step entirely, treats every identified issue as worth addressing, auto-applies a best-effort fix for each one to the working tree, and posts a summary comment to the pull request. There is no triage and no confirmation prompt.
The pull request is given in $ARGUMENTS (a PR number, PR URL, or branch name). If empty, resolve the PR for the current branch with gh pr list --head <branch>.
To do this, follow these steps precisely. Make a todo list first.
This command edits source files, so the pull request's head branch must be checked out locally with a clean tree.
cur=$(git branch --show-current)
git status --porcelain
gh pr view / gh pr list --head "$cur") and read its headRefName.git status --porcelain shows a dirty working tree, stop and report. Do not edit files on top of uncommitted changes.Launch 5 parallel Sonnet agents to independently review the change. Each returns a list of issues with the reason each was flagged: a. Agent #1: Audit changes for CLAUDE.md compliance. CLAUDE.md is guidance for writing code, so not all instructions apply during review. b. Agent #2: Shallow scan of the file changes for obvious bugs. Focus on the changes themselves and on large bugs; ignore nitpicks and likely false positives. c. Agent #3: Read git blame and history of the modified code to find bugs in light of that history. d. Agent #4: Read previous pull requests touching these files and check for applicable prior comments. e. Agent #5: Read code comments in the modified files and ensure the changes comply with any guidance there.
Collect all issues and lightly dedup (merge issues that point at the same line and root cause). Do not score or rank them - every surviving issue is treated as actionable.
Still drop clear false positives using the list below - skipping scoring does not mean fixing non-issues.
Work through the deduped issues one at a time. For each:
Do not commit or push. Fixes are left uncommitted in the working tree for the user to review with git diff, then commit and push themselves.
Use gh pr comment to post a summary. Keep it brief, avoid emojis (except the trailer), and link/cite code. Use this format:
Applied fixes to the working tree (uncommitted - review with git diff, then commit and push):
Could not auto-fix issues (left for manual review):
🤖 Generated with Claude Code
- Fixes are uncommitted in the author's working tree. Review before merging.
No issues found. Checked for bugs and CLAUDE.md compliance.
🤖 Generated with Claude Code
gh to interact with Github, not web fetch.$(git rev-parse HEAD) inline - the comment renders as raw Markdown)# after the file name, line range L[start]-L[end], with at least 1 line of context before and after-) only. No em-dashes or en-dashes.npx claudepluginhub ringo380/robworks-claude-code-plugins --plugin deep-review/autoRoutes natural language requests to the optimal workflow (research, debug, TDD, security, etc.). Also supports direct invocation of any /octo:* command.
/autoRuns the SEO/GEO workflow implied by a natural-language goal, using the smallest safe command depth. Supports optional --deep for exhaustive multi-phase orchestration.
/autoRuns full automated pipeline from plan to PR for features, bugfixes, or refactors based on task description and optional --mode flag.
/autoOrchestrates full code review pipeline on feature branch: generates design intent, quality criteria, PR body, auto-reviews changes, applies fixes, produces artifacts in .review-artifacts/.
/autoAnalyzes task and auto-executes optimal strategy: direct execution, hybrid PRD generation, worktree development, or mega-plan orchestration. Supports --flow quick/standard/full.
/autoRuns the Thoth DAG-based work queue, processing ready/active/failed work items until closed, paused, or stopped. Supports flags for sleep, rounds, scope, work-id, watch, and stop.