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
### Optional (launched based on user request or review scope)
53
49
54
-
| Reviewer | Perspective | Inclusion Criteria |
55
-
|----------|-------------|--------------------|
56
-
|**av-sensei**| Video/audio/streaming quality, encoder settings, media processing, codec behavior, distribution operations | Reviews involving encoder settings, media pipelines, A/V quality, or streaming output configuration |
57
-
|**devops-sensei**| CI/CD (GitHub Actions), CMake, clang-format, build scripts, Inno Setup, development tooling | Reviews involving the build system, CI workflows, packaging, or tool changes |
58
-
|**python-sensei**| Python scripting, OBS Studio script design and conventions | Reviews involving Python scripts or OBS Script files |
59
-
|**lua-sensei**| Lua scripting, OBS Studio Script (Lua) design and conventions | Reviews involving Lua scripts or OBS Lua Script files |
50
+
-`av-sensei` — Video/audio/streaming quality, encoder settings, media processing, codec behavior, distribution operations. Include for reviews involving encoder settings, media pipelines, A/V quality, or streaming output configuration.
51
+
-`devops-sensei` — CI/CD (GitHub Actions), CMake, clang-format, build scripts, Inno Setup, development tooling. Include for reviews involving the build system, CI workflows, packaging, or tool changes.
52
+
-`python-sensei` — Python scripting, OBS Studio script design and conventions. Include for reviews involving Python scripts or OBS Script files.
53
+
-`lua-sensei` — Lua scripting, OBS Studio Script (Lua) design and conventions. Include for reviews involving Lua scripts or OBS Lua Script files.
Copy file name to clipboardExpand all lines: .claude/skills/review-rounds/SKILL.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,11 @@ The user may optionally specify an output base path. If the argument is `$ARGUME
16
16
17
17
## Options
18
18
19
-
| Option | Default | Description |
20
-
|--------|---------|-------------|
21
-
|`--confirm`| OFF | Wait for user confirmation immediately after estimates are gathered (before proceeding to fixes) |
22
-
|`--confirm-round`| OFF | After review-resolve, if unresolved findings remain, wait for user confirmation before proceeding to the next round |
23
-
|`--commit`| OFF | Create a git commit after each finding fix (the orchestrator performs aggregated commits) |
24
-
|`--max-rounds N`| 5 | Change the maximum number of outer-loop rounds (1–10) |
25
-
|`--base {branch}`|`main` or `master`| Specify the base branch (passed through to parallel-review) |
19
+
-`--confirm` (default OFF) — Wait for user confirmation immediately after estimates are gathered (before proceeding to fixes).
20
+
-`--confirm-round` (default OFF) — After review-resolve, if unresolved findings remain, wait for user confirmation before proceeding to the next round.
21
+
-`--commit` (default OFF) — Create a git commit after each finding fix (the orchestrator performs aggregated commits).
22
+
-`--max-rounds N` (default 5, range 1–10) — Change the maximum number of outer-loop rounds.
23
+
-`--base {branch}` (default `main` or `master`) — Specify the base branch (passed through to parallel-review).
0 commit comments