open-code-review-delegate
仓库创建 2026年5月18日最近提交 6 小时前SkillHot 收录 4 小时前
▸ 精选理由
便于在 Codex 插件环境中使用相同的委托审查流程与规则。
▸ 风险提示
插件安装可能会下载依赖或要求执行插件内命令,存在执行风险。
这个 Skill 做什么
Codex 插件版的 OCR 委托模式,镜像主仓库的审查指令。
把 open-code-review 的审查工作交给宿主 agent 来跑,OCR 只负责确定哪些文件和规则,真正的代码审查由宿主用自己的 LLM 能力完成。适合宿主希望主导审查流程并用自有模型判断时使用。好处是把确定性工程(文件选择、规则解析)和模型审查分离,便于保持审查指令与主仓库一致。
▸ 展开 SKILL.md 英文原文
Delegation mode for open-code-review (OCR). Instead of OCR calling an LLM endpoint, this skill instructs the host agent to perform the code review itself, using OCR only for deterministic engineering: file selection and rule resolution. Use when the host agent should drive the review with its own LLM capabilities.
1.4w
Stars
951
Forks
4
仓库内 Skill
+4.1k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/alibaba/open-code-review/main/plugins/open-code-review/skills/open-code-review-delegate/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/alibaba/open-code-review/main/plugins/open-code-review/skills/open-code-review-delegate/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Open Code Review — Delegation Mode This Codex plugin skill intentionally mirrors the canonical skill at `skills/open-code-review-delegate/SKILL.md`. Keep both files synchronized when updating OCR delegation instructions; a symlink is avoided because plugin installs may only materialize the plugin subtree. A skill for performing AI code review where OCR provides deterministic engineering (file filtering, rule resolution) and the host agent performs the actual review using its own intelligence and tools. ## Prerequisites ```bash which ocr || echo "NOT INSTALLED" ``` If `ocr` is not installed: ```bash npm install -g @alibaba-group/open-code-review ``` No LLM configuration is needed for
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有