원클릭으로
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.