adversarial-review
FeaturedRun a design-challenging Claude Code review of local git changes in this repository. Args: --wait, --background, --base <ref>, --scope <auto|working-tree|branch>, --model <model>, --effort <low|medium|high|xhigh|max>, [focus text]. Defaults to opus with no forced effort. Use only when the user wants stronger scrutiny than a normal review, such as explicit tradeoff challenge, risky-change review, or custom focus text.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- sendbird
- Repository
- sendbird/cc-plugin-codex
- Created
- 5 months ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
review
Run a standard Claude Code review of local git changes in this repository. Args: --wait, --background, --base <ref>, --scope <auto|working-tree|branch>, --model <model>, --effort <low|medium|high|xhigh|max>. Defaults to opus with no forced effort. Use as the default path for ordinary code-review requests when the user did not explicitly ask for stronger adversarial scrutiny or for Claude to own the implementation work.
claude-review
Use when Codex needs a read-only local Claude Code review of work Codex prepared, including current git diffs, staged changes, exact commits, specific branch diffs against a base ref, scoped changed paths, explicit local files, specs, design docs, ignored files, or final pre-response quality checks. Routes through the global `claude-review` CLI instead of calling `claude` directly.
adversarial-review
Run a skeptical Codex review from Claude Code that hunts for hidden regressions, unsafe assumptions, and release risk. Use before merges, deploys, migrations, or other risky changes.