← ClaudeAtlas

advisor-reviewlisted

Run a fixed GPT-5.6 Sol advisor-style review in the current task when the user invokes $advisor-review, says Advisor Review or @Advisor-Review, explicitly asks for an advisor/second opinion/adversarial review, or task instructions explicitly require independent review. Uses source-anchored evidence, bounded artifacts, and an adopt/reject/defer decision gate; do not substitute tool discovery, another task, or same-agent reflection.
mrcha033/skills · ★ 0 · AI & Automation · score 62
Install: claude install-skill mrcha033/skills
# Advisor Review Use the bundled scripts from this skill directory. An explicit invocation is a latch: run the reviewer in the **same parent task** before a substantive final answer or an action that follows or conflicts with the review. Read-only evidence collection may continue while constructing the packet. Do not search the global tool catalog for an advisor. Do not open a second user-visible task. The only child execution is the isolated `codex exec` process started by `scripts/run_advisor.py`. ## Requirements Require shell execution, an authenticated local `codex` CLI, access to the requested `gpt-5.6-sol` model route, and outbound Codex API access from the parent shell. A parent sandbox that blocks subprocess networking also blocks the nested reviewer. If any requirement is missing, report that the independent review is blocked; do not weaken the sandbox without user or task authority. The runner is not a confidentiality boundary. Sanitize evidence and artifacts before building the packet. ## Workflow 1. Announce that Advisor Review is being used and why. 2. Select one phase: - `plan`: challenge a proposed approach. - `stuck`: diagnose failed or looping work. - `pivot`: compare a materially different approach. - `final`: audit completed work and its endpoint evidence. 3. Read `references/context-contract.md`. 4. Choose the context mode: - `packet`: short source-anchored facts are sufficient. - `bundle`: sanitized logs, timelines, diffs, or othe