peer-review

Solid

Run an independent peer review via Codex. Use when the user asks to "peer review", "peer review my code", "peer review my plan", "peer review my spec", "peer review my shells", "get a second opinion", or "independent review".

Code & Development 377 stars 29 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Peer Review Independent peer review via codex. Translates a natural-language review request into a codex-specific prompt so invocations stay implementation-agnostic. ## Step 1: Understand the Request Identify from the invoking prompt or conversation context: - **Material** — the code scope, artifact text, feedback items, or other content under review - **Criteria** — reference file paths codex should read directly, inline criteria text, or the material's own domain conventions - **Dimensions** — one review concern (single-pass) or multiple independent concerns (fan-out, one per dimension) - **Skepticism guidance** — any material-specific instruction for pushing past surface findings; optional - **Output format** — finding layout, priority scale, or verdict labels; optional If no reviewable material is available, stop and state that material is required. ## Step 2: Build the Codex Prompt Assemble the prompt using codex's XML tag conventions (see `/codex-exec` Prompt Shaping): - **`<task>`** — the scope or material, criteria pointers (file paths codex should read, or inline criteria), and any needed context. When the material is a git diff or working-tree scope, write the diff to a file under `.turbo/` and reference that file as the review subject. Pin it as the sole subject: state that only this diff is under review and that any output addressing other files, languages, or topics is off-topic. List the changed file paths to reinforce the pin. When multiple independen...

Details

Author
tobihagemann
Repository
tobihagemann/turbo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category