Cskwork Llm Review
cskwork-llm-review is a Claude Code plugin for the Ship phase that orchestrates Claude as planner-coder and Codex as a sequential code reviewer.
Run a sequential multi-model pipeline where Claude plans and implements code and Codex acts as a dedicated reviewer inside Claude Code.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install cskwork-llm-review@cskwork/llm-reviewBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:cskwork/llm-review") and the paste-ready config with skillselion.get_install_config("plugin:cskwork/llm-review").
What it does
cskwork-llm-review is a Claude Code plugin from cskwork/llm-review that encodes a two-role AI pipeline: Claude handles planning and implementation while Codex focuses on review. For solo builders shipping fast with agents, the pain is often shallow self-review—same model approves its own diffs. This plugin targets that gap by making review an explicit downstream step in a sequential workflow, aligned with keywords like multiai, orchestration, pipeline, and code-review. It suits small SaaS, CLI, or agent projects where you already use Claude Code daily and can afford a second model pass before merge or release. It is not a replacement for human review, security scanners, or CI—you still own tests and policy. Complexity is intermediate because you must wire both Claude and Codex-capable tooling and understand when to invoke each phase. Register it when you want disciplined ship-phase critique without building a custom orchestration script from scratch.
Highlights
- Single-plugin bundle orchestrating Claude (planner + coder) with Codex as reviewer
- Keywords emphasize multi-ai pipeline, sequential workflow, and code-review
- Designed for Sonnet-era Claude workflows paired with Codex review passes
- Development-category listing focused on review orchestration, not deployment
- Fits indie builders who want model specialization instead of one model doing everything
Why builders use it
A single coding agent rubber-stamps its own changes because planning, implementation, and review never leave the same model context.
After install, you can run a defined multi-AI review pipeline so implementation and critique are separated before you ship or open a PR.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is cskwork-llm-review for?
It is for indie developers and small teams using Claude Code who want Claude to plan and code while Codex provides a separate review step.
When should I use cskwork-llm-review?
Use it in the ship phase after a feature branch is ready—invoke the workflow before merge, release tags, or handoff to production deploy.
How do I add cskwork-llm-review to my agent?
Add the cskwork/llm-review plugin from the catalog in Claude Code, ensure Codex reviewer access is configured per your environment, then follow the plugin’s sequential planner-coder-reviewer flow.
Comments
Share how you use cskwork-llm-review, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.