From review-by-opp
Displays review-by-opp session status: round count, open/blocking findings counts, agent configuration, finalization readiness, and next actions.
npx claudepluginhub akshan-main/review-by-opp --plugin review-by-oppThis skill uses the workspace's default tool permissions.
Show the current review-by-opp session status.
Runs parallel reviews from 6 reviewers (security, UX/DX, external Codex/Gemini CLIs, domain experts) on code, plans, or requirements for quality gates. Invoke via /review --mode code/plan/clarify.
Displays consensus-loop status: pending reviews, audit state, retro marker, agent assignments. Check before starting work or after breaks.
Audits Claude Code session logs for PBR workflow compliance (STATE.md updates, hooks, commits, skills) and UX quality (flows, friction, expectations). Supports date ranges and modes.
Share bugs, ideas, or general feedback.
Show the current review-by-opp session status.
Load the ledger:
reviews/current.json/review-by-opp:start first."Display status table:
| Field | Value |
|---|---|
| Session | {session_id short} |
| Round | {current_round} / {max_rounds} |
| Total findings | {count} |
| Open | {open count} |
| Blocking open | {blocking count} |
| Resolved | {resolved count} |
| Review scope | {scope} |
| Can finalize | Yes/No |
| Verdict | {verdict or "in progress"} |
Display agent configuration:
| Agent | Setting | Value |
|---|---|---|
| Claude | Model | user-controlled |
| Claude | Effort | user-controlled |
| Codex | Config mode | inherited/overridden |
| Codex | Model | {effective model or "default"} |
| Codex | Reasoning | {reasoning effort or "default"} |
If there are blocking reasons, list them.
Show open findings in compact format:
[open] f-1-abc123 high/bug: Null pointer (src/main.ts:42)Show next actions:
/review-by-opp:finalize"/review-by-opp:fix"/review-by-opp:review to start the first review"$ARGUMENTS