一键导入
code-review-v2
Structured code review skill with explicit risk dimensions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured code review skill with explicit risk dimensions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.