Home / okisdev / claude-code-fusion · plugins/grok/skills/review/SKILL.md · GitHub

review skillA

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.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add okisdev/claude-code-fusion/review@git:20260718.2e5dcfa
Exact content
mdr add okisdev/claude-code-fusion/review@sha256:325a3561a127f334

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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_dcvfkyqawe6zefmi.svg)](https://markdownregistry.com/a/art_dcvfkyqawe6zefmi)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260718.2e5dcfa latest2026-07-18 2e5dcfa 2,865 BA view · diff
git:20260716.eae94de2026-07-16 eae94de 2,767 BB view · diff
git:20260715.2d5100b2026-07-15 2d5100b 2,277 BB view · diff
git:20260713.b49d3f92026-07-13 b49d3f9 2,234 BB view · diff
git:20260709.5468afb2026-07-09 5468afb 2,026 BB view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2865 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

okisdev/claude-code-fusion · 3 stars · license MIT · pushed 2026-09-20 · branch main

API

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.

More from okisdev/claude-code-fusion

adversarial-review skill
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…
git:20260722.ded22f9 · audit A · 3 stars
cancel skill
okisdev/claude-code-fusion · plugins/codex/skills/cancel/SKILL.md · Cancels an active Codex job. Use when a running job must be stopped.
git:20260718.2e5dcfa · audit A · 3 stars
codex-cli-runtime skill
okisdev/claude-code-fusion · plugins/codex/skills/codex-cli-runtime/SKILL.md · Internal contract for invoking the Codex companion runtime.
git:20260914.ac8a355 · audit A · 3 stars
codex-result-handling skill
okisdev/claude-code-fusion · plugins/codex/skills/codex-result-handling/SKILL.md · Internal contract for returning Codex companion output without alteration.
git:20260728.b1e1ae6 · audit A · 3 stars
history skill
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.
git:20260718.2e5dcfa · audit A · 3 stars
rescue skill
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…
git:20260728.b1e1ae6 · audit A · 3 stars
result skill
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.
git:20260718.2e5dcfa · audit A · 3 stars
review skill
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.
git:20260722.ded22f9 · audit A · 3 stars
setup skill
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…
git:20260718.2e5dcfa · audit A · 3 stars
status skill
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.
git:20260718.2e5dcfa · audit A · 3 stars
task skill
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…
git:20260728.b1e1ae6 · audit A · 3 stars
config skill
okisdev/claude-code-fusion · plugins/fusion/skills/config/SKILL.md · Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex…
git:20260802.7b9a0cd · audit A · 3 stars

Every file in okisdev/claude-code-fusion

Other files named review

review skill
garrytan/gstack · review/SKILL.md · Pre-landing PR review. (gstack)
v1.0.0 · audit A · 134,082 stars
review skill
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…
git:20260924.330b928 · audit B · 28,110 stars
review skill
sethgammon/citadel · skills/review/SKILL.md · 5-pass structured code review — correctness, security, performance, readability, consistency
git:20260611.0f3f8e7 · audit A · 923 stars
review skill
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…
git:20260917.a9ffb90 · audit A · 891 stars
review skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/review/SKILL.md · Review Elixir/Phoenix changes before committing — bugs, security, Ecto, LiveView, and Oban anti-patterns, via parallel…
git:20260921.69af5df · audit A · 555 stars
review skill
dcouple/pane · .claude/skills/review/SKILL.md · Performs a comprehensive PR code review. Reads the linked GitHub issue for context, runs quality checks, and reviews…
git:20260909.0cc4ea5 · audit A · 483 stars
review skill
greenfield-inc/pane · .claude/skills/review/SKILL.md · Performs a comprehensive PR code review. Reads the linked GitHub issue for context, runs quality checks, and reviews…
git:20260909.0cc4ea5 · audit A · 483 stars
review skill
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…
git:20260922.216060a · audit A · 445 stars

Browse by kind, by grade A, or by owner.