oh-my-codex: Skill for Codex

.codex/skills/reviewer/SKILL.md

reviewer is a skill for Codex from junghwaYang/oh-my-codex. It costs 0 tokens per session (463 once invoked), scanned A, original, MIT.

A structured code-review guide that checks changed code for security, performance, correctness, maintainability, and style.

In plain words
What is it for?
Use it before merging a pull request, after completing a feature, or as a quality check on a finished change.
Why use it?
It organizes findings by severity and gives each issue an actionable fix, making reviews easier to understand before merging changes.

Skill for Codex

Written for Codex: installed under .codex/.

This is junghwaYang/oh-my-codex's own configuration. It tells Codex how to work on oh-my-codex itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything oh-my-codex configures →

Reuse

Borrowing it

Nothing to install: this file belongs to junghwaYang/oh-my-codex. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/junghwaYang/oh-my-codex/main/.codex/skills/reviewer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/junghwaYang/oh-my-codex

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/junghwayang/oh-my-codex/reviewer.svg)](https://agentmods.dev/skills/junghwayang/oh-my-codex/reviewer)
Your own site
<a href="https://agentmods.dev/skills/junghwayang/oh-my-codex/reviewer"><img src="https://agentmods.dev/badge/skills/junghwayang/oh-my-codex/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 463 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00463
Opus 5 $0.00000 $0.00231
Sonnet 5 $0.00000 $0.00093
Haiku 4.5 $0.00000 $0.00046

Measured 7d ago against content hash 8d29c70c1c6a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/reviewer/SKILL.md · 92 lines

What it actually says

Reviewer Skill

Code review with structured feedback.

When to Use

  • Before merging PRs
  • After completing a feature (self-review)
  • When user asks for code review
  • Quality gate checks

When NOT to Use

  • During active development (let them finish first)
  • For trivial changes
  • When user explicitly skips review

Review Categories

Category Prefix Priority
Security SEC- CRITICAL
Performance PERF- HIGH
Correctness BUG- HIGH
Maintainability MAINT- MEDIUM
Style STYLE- LOW

Workflow

1. SCAN
   - Read all changed files
   - Understand the intent

2. ANALYZE
   - Check each category
   - Note issues with severity

3. REPORT
   - Group by severity
   - Provide actionable feedback
   - Suggest fixes, not just problems

4. SUMMARIZE
   - Overall assessment
   - Blocking vs non-blocking issues

Review Output Format

## Code Review: {scope}

### Summary
{1-2 sentence overall assessment}

### Critical Issues
- **SEC-001**: {issue}
  - File: {path}:{line}
  - Fix: {suggestion}

### High Priority
- **PERF-001**: {issue}
  - File: {path}:{line}
  - Fix: {suggestion}

### Suggestions
- **MAINT-001**: {issue}
  - {suggestion}

### Verdict
[ ] ✅ Approve
[ ] ⚠️ Approve with comments
[ ] ❌ Request changes

Security Checklist (SEC-)

  • No hardcoded secrets
  • Input validation present
  • SQL injection protection
  • XSS prevention
  • Auth checks in place

Performance Checklist (PERF-)

  • No N+1 queries
  • Appropriate indexing
  • No memory leaks
  • Efficient algorithms

See Also

  • references/security-check.md
  • references/performance-check.md
  • references/style-check.md
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 92 lines · 0 tokens per session scan A 8d29c70c1c6a

Subscribe to this mod's changes

reviewer is a skill published in the GitHub repository junghwaYang/oh-my-codex (5 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 463 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.