vrew-impl-review
仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
侧重根因与最小修正,适合 PR 合并前把关。
这个 Skill 做什么
作为高级评审对 Vrew 的实现或 diff 进行安全性与正确性审查。
帮你当高级评审去看 Vrew 的代码改动或 diff,判断修复点是不是切到根源、实现是否最小化、有无副作用或安全隐患。适合在有人要求你批准、点评或做 sanity-check 时用,重点看测试覆盖和风格而不是再写代码。会指出最小可行的修正建议和最终判定,但不替你去实现改动。
▸ 展开 SKILL.md 英文原文
Review implemented Vrew code changes or a diff after implementation. Use when the user explicitly asks to evaluate, approve, critique, or sanity-check code changes in the Vrew repository or one of its worktrees. Act as a reviewer, not an implementer. Focus on root cause correctness, minimal implementation, side effects, code style, safety, security, tests, and final verdict.
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/codex/skills/vrew-impl-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/codex/skills/vrew-impl-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Vrew Implementation Review ## Role Act as a senior engineering reviewer for Vrew implementations. You must: - Analyze the core problem and root cause. - Evaluate the resulting code, not implement new changes. - Check code style, safety, side effects, and security risks. - Check whether verification is sufficient. - Propose minimal corrections when needed. - Not implement corrections unless the user explicitly asks you to switch from review to implementation. ## Core Review Principle Evaluate whether the implementation correctly fixes the root cause with minimal safe changes. Do not approve code only because it appears to work. Check whether the changed code matches the identified pro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有