review is agent-read markdown (skill) from okisdev/claude-code-fusion: Runs an adversarial Grok review of local git state. Use for a fast mechanical review sweep before merge, complementing deeper Codex review..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
Run a Grok code review through the companion runtime.
Core constraints:
- Never ask the user how to run the review or which findings to fix. The only question that may reach the user is a finding that forces a genuine product or design decision, such as a scope change or a public API break.
- The review never runs in the main loop. It rides in a tracked background subagent, and that runner launches the companion foreground, reads the detached review job id, and chains `result --wait` until a terminal output arrives.
- The review run is read only consult mode and never edits files. Acting on a confirmed finding is a separate orchestrator decision after the review returns.
- The companion requires `--json-schema`, requests the review schema through one headless call, and consumes `structuredOutput`. A structured output error or explicit null result is a failed review. Compatibility parsing of text is allowed only when the response completely omits the structured output field and never launches a corrective resume call.
Launch:
- Treat the complete raw slash command request as opaque data. Do not parse, strip, quote, escape, normalize, or place any part of it in Bash.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_dcvfkyqawe6zefmi
GET https://markdownregistry.com/api/v1/resolve?ref=okisdev/claude-code-fusion/review
GET https://markdownregistry.com/api/v1/blob/325a3561a127f334bfba4fd2849e6468281dcad2b1925e3776cffca4880f7cee
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
okisdev/claude-code-fusion · plugins/codex/skills/adversarial-review/SKILL.md · Runs a read only Codex review that challenges implementation and design decisions. Use when preparing to merge a…
okisdev/claude-code-fusion · plugins/codex/skills/history/SKILL.md · Lists canonical local Codex companion history with resumable thread IDs. Use when resuming or auditing past Codex work.
okisdev/claude-code-fusion · plugins/codex/skills/rescue/SKILL.md · Forwards a request to the Codex rescue agent without exposing arguments to a shell. Use when Fusion routing or the user…
okisdev/claude-code-fusion · plugins/codex/skills/result/SKILL.md · Shows or waits for a stored Codex job result. Use when collecting a background Codex job named by ID.
okisdev/claude-code-fusion · plugins/codex/skills/review/SKILL.md · Runs a read only Codex review of local Git state. Use when the user wants Codex to review uncommitted or branch changes.
okisdev/claude-code-fusion · plugins/codex/skills/setup/SKILL.md · Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after…
okisdev/claude-code-fusion · plugins/codex/skills/status/SKILL.md · Shows active and recent Codex jobs. Use when asked what Codex is doing or whether a job is still running.
okisdev/claude-code-fusion · plugins/codex/skills/task/SKILL.md · Runs a Codex task through the companion runtime. Use when delegating a bounded implementation, investigation, or…
okisdev/claude-code-fusion · plugins/fusion/skills/config/SKILL.md · Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex…
qwenlm/qwen-code · packages/core/src/skills/bundled/review/SKILL.md · Review changed code for correctness, security, code quality, and performance. Use when the user asks to review code…
suboss87/fdeops · skills/review/SKILL.md · Review a proposed customer code change against its intended outcome and operational risks. Use for a diff or PR review…
boshu2/agentops · images/gemini/skills/review/SKILL.md · Give advisory feedback on a plan, design or code. Use when: suggestions, tradeoffs or a second look are wanted. Not for…