← ClaudeAtlas

pro-gatelisted

Run a final-tier ChatGPT Pro review of a pull request (the deepest, last gate after other review tiers), then route the findings to the best available fixer. Use when the user says "pro-gate", "pro review", "final review with the Pro model", "oracle review this PR", or wants the heavyweight ChatGPT Pro pass before merge. Drives a logged-in ChatGPT Pro browser session via oracle (oracle-review.sh).
StartupBros-com/pro-gate · ★ 0 · AI & Automation · score 66
Install: claude install-skill StartupBros-com/pro-gate
# pro-gate: final-tier ChatGPT Pro review gate The last and deepest review tier. After your earlier tiers (e.g. `/ce-code-review`, a cloud review) and their fixes have run, this gate sends the change to **the ChatGPT Pro reasoning model** (web-UI-only, separate usage pool from the Codex fixer) for what they missed, then applies the fixes. The exact model follows whatever Pro model the account has selected; the run reports the one it used. Engine: `oracle-review.sh` (in `$PRO_GATE_HOME`, default `~/.pro-review-daemon`) — the single source of truth for the oracle call; cross-platform (macOS drives your signed-in Chrome natively; WSL/Linux attaches to the Xvfb Chrome). Verify setup any time with `pro-gate-doctor.sh`. (The `oracle-reviewer` agent is a thin relay over the same engine for other pipelines — when the caller contract here changes, update `agents/oracle-reviewer.md` in the same PR.) ## Runtime precheck Before every review, resolve this plugin's promoted version from `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json`, then run the doctor with that expectation: ```bash PLUGIN_VERSION="$(python3 -c 'import json,sys; print(json.load(open(sys.argv[1]))["version"])' \ "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json")" PRO_GATE_EXPECTED_VERSION="$PLUGIN_VERSION" \ "${PRO_GATE_HOME:-$HOME/.pro-review-daemon}/pro-gate-doctor.sh" ``` If the runtime or its `VERSION` record is missing, or the installed version differs, stop before running the engine. Route the operator