You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/autoreview/SKILL.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,10 @@ Format first if formatting can change line locations. Then it is OK to run tests
100
100
scripts/autoreview --parallel-tests "<focused test command>"
101
101
```
102
102
103
+
On Windows, the default `--parallel-tests` shell preserves the platform `cmd.exe`
104
+
semantics used by Python `shell=True`. Use `--parallel-tests-shell powershell`
105
+
or `--parallel-tests-shell pwsh` when the focused test command is PowerShell-specific.
106
+
103
107
Tradeoff: tests may force code changes that stale the review. If tests or review lead to code edits, rerun the affected tests and rerun review until no accepted/actionable findings remain. Once that rerun exits cleanly, stop; do not spend another long review cycle on redundant confirmation.
- otherwise uses current PR base if `gh pr view` works
170
190
- otherwise uses `origin/main` for non-main branches
171
191
- supports `--engine codex`, `claude`, `droid`, and `copilot`; default is `AUTOREVIEW_ENGINE` or `codex`; Codex should remain the default when nothing is set
192
+
- resolves bare `git`, `gh`, reviewer, and PowerShell shell commands from absolute `PATH` entries only, never from the reviewed checkout; explicit relative `--*-bin` paths are resolved from the reviewed repository root
172
193
- use `--mode commit --commit <ref>` for already-committed work, especially clean `main` after landing
173
194
- should be left in `--mode auto` or forced to `--mode branch` for PR/branch work; do not force `--mode local` after committing
174
195
- writes only to stdout unless `--output`, `--json-output`, or live streamed engine stderr is set
- supports `--stream-engine-output` or `AUTOREVIEW_STREAM_ENGINE_OUTPUT=1` for live engine text while preserving structured validation; Codex and Claude hide tool/file event details, emit compact activity summaries, and report usage at turn completion
177
198
- supports opt-in review panels with `--panel` / `--reviewers`, plus per-engine `--model` and `--thinking`
178
199
- allows read-only tools and web search by default where the selected CLI supports them; forbids nested review in the prompt; Codex is run through `codex exec` with read-only sandbox and structured output
0 commit comments