with one click
review
Two-phase code review. Use when user says "review" or "code review".
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Two-phase code review. Use when user says "review" or "code review".
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me". Also use when starting from a raw idea or feature description to collaboratively build a plan.
Scan codebase for patterns and compare recent changes against them. Use when user says "standards", "follow conventions", or "codebase style".
Simplify code by removing unnecessary complexity, duplication, and non-idiomatic patterns while preserving behavior. Use when the user says "simplify", "clean up", or "reduce complexity".
Create placeholder files with correct types, exports, and TODO stubs. Use when the user says "scaffold", "set up", "create stubs", or "generate boilerplate".
Test-Driven Development - from a feature description, collaboratively build a plan with grill-me, scaffold placeholder implementations, then write failing tests. Use when user says "tdd" or wants to develop with TDD.
| name | review |
| description | Two-phase code review. Use when user says "review" or "code review". |
| disable-model-invocation | true |
Analyze the recent changes and answer:
Be specific. Reference file paths and line numbers.
Call the codebase-standards skill to check conventions against the changed code. Report any deviations or inconsistencies.
Output both reviews in sequence.