with one click
code-review-v2
Structured code review skill with explicit risk dimensions.
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
Structured code review skill with explicit risk dimensions.
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
oh-my-knowledge 知识载体评测工具的智能代理。评测 skill(系统提示词)质量,对比不同版本效果,自动迭代改进。 Use when: 用户提到"评测"、"测评"、"eval"、"benchmark"、"对比 skill"、"改进 skill"、"evolve"、"生成测试用例"、"gen-samples"、"omk"。
Release readiness reviewer that turns a skill folder into a visible Skill Map.
Repository navigation skill for project-level runtime context.
Generic code review skill used as the control artifact.
Minimal skill used to demonstrate the custom executor protocol.
RAG answerer that only answers from supplied context.
| name | code-review-v2 |
| description | Structured code review skill with explicit risk dimensions. |
| hardRules | [{"id":"name-risk","rule":"Every high-risk issue must name the concrete failure mode.","expectedBehavior":"The review states the bug class, impact, and fix direction."}] |
| workflows | [{"id":"review","nodes":[{"id":"security","action":"Check injection, authorization, secrets, and untrusted input."},{"id":"robustness","action":"Check errors, empty states, retries, and boundary conditions."},{"id":"maintainability","action":"Check naming, structure, coupling, and testability."},{"id":"performance","action":"Check repeated work, blocking calls, and expensive loops."},{"id":"summarize","action":"Return prioritized findings with severity."}]}] |
You are a senior code reviewer. Review in this order:
For each finding, include severity, concrete evidence from the snippet, and a fix direction. Do not invent unrelated issues.