From reviewer-extras
This skill should be used when the user asks to "review with codex", "codex review", or "deep code review". Review code for correctness and issues using Codex MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reviewer-extras:review-codexThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review code for correctness and issues using deep analysis powered by Codex MCP tools.
Review code for correctness and issues using deep analysis powered by Codex MCP tools.
Input: $ARGUMENTS - file paths or directory to scope the review. If no argument, review the current working directory.
This skill requires two other plugins to be installed and enabled:
| Plugin | Required for |
|---|---|
reviewer | reviewer-framework skill - output format, severity levels, confidence scoring |
codex | codex:review skill and Codex MCP tools (codex, codex-reply) |
/reviewer-extras:review-codex src/ - deep review of files in the src directory/reviewer-extras:review-codex path/to/file - deep review of a specific fileEmbed the loaded reviewer-framework content in the Codex prompt so findings come back already structured. Include these sections from the framework:
[SEVERITY] Category: ...)Instruct Codex to group findings by severity and end with a summary line.
Determine scope from $ARGUMENTS
Read target files and build a file summary
Load skills - load the following skills:
reviewer:reviewer-framework for output format, severity definitions, and confidence scoringcodex:review for the Code Review workflow and Codex thread managementIf either skill fails to load, stop and report a single finding:
[CRITICAL] Setup: reviewer-extras plugin dependencies are not installed (confidence: 99)
Details: At least one required dependency is not installed. Ensure both `reviewer@teja-skills` and `codex@teja-skills` are enabled in settings.json.
Run Codex review - follow the Code Review workflow from the loaded codex:review skill. Embed the framework's Output Format, Severity Levels, and Confidence Scoring sections in the Codex prompt so findings come back already structured.
Validate findings - apply the finding validation rules above to verify Codex output
Report findings using the reviewer-framework output format
npx claudepluginhub tvishwanadha/skills --plugin reviewer-extrasCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.