Agent skill
codex-code-review
Code review skill with rubric and templates
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/codex-code-review
SKILL.md
Codex Code Review
Trigger
- Keywords: review, PR, bug, security, performance, test coverage, audit, check
When NOT to Use
- Just want to understand code functionality (use Explore)
- Need to implement fixes (use feature-dev)
- Document review (use doc-review)
Workflow
sequenceDiagram
participant U as User
participant S as Skill
participant C as Codex
U->>S: review request
S->>C: /codex-review-fast or /codex-review
C-->>S: second opinion
S->>S: apply rubric
S-->>U: P0/P1/P2/Nit + Gate
Verification
- Each issue tagged with severity (P0/P1/P2/Nit)
- Gate is clear (Pass / Block)
- Issues include: location, description, fix suggestion
References
- Rubric:
review_rubric.md - Output:
templates/review_output.md
Examples
Input: Review this PR for me
Action: /codex-review-fast -> Apply rubric -> Output P0/P1/P2/Nit + Gate
Input: Check the security of this code
Action: /codex-security -> Apply OWASP rubric -> Output security issues
Input: Any issues with this function?
Action: Read function -> Apply rubric -> Output issue list
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?