wise-code-review-autolisted
Install: claude install-skill e1024kb/wise-claude
# /wise-code-review-auto — review a branch at high effort, autonomously
## Why this skill exists
The simplify pass is the lightweight tier — it runs before every commit.
This is the **heavyweight tier**: one **high-depth multi-agent review**
over the whole branch (a panel of parallel reviewer subagents), applied
and committed, meant to run **once before the branch reaches GitHub**. It
is the decision-free building block the `ticket-auto` workflow's review
step follows (between implement and push), and it is usable standalone
before you `git push` / open a PR.
## Arguments
Read `$ARGUMENTS`. The first whitespace-separated token, if present, is
the **base branch** to diff against. When absent, the base is detected
(repo default branch). Any further tokens are an error:
```
Unknown argument(s): <the extra tokens>
Usage: /wise-code-review-auto [<base-branch>]
```
## Procedure
### 1. Resolve the worktree + base
```bash
git rev-parse --show-toplevel
```
Use the toplevel as `worktree`. Resolve `base` from `$ARGUMENTS` (or let
the fragment detect the default branch).
### 2. Follow the shared fragment
Read `${CLAUDE_PLUGIN_ROOT}/workflows/ticket-auto/prompts/review-branch-auto.md`
and follow it end to end with `worktree` and `base`. The fragment
reviews `origin/<base>..HEAD` at high effort per
`${CLAUDE_PLUGIN_ROOT}/references/code-review-pass.md`, applies the
bounded findings, and commits them with `SIMPLIFY=no PUSH=no`.
### 3. Relay the result
The fragment's final line