Documentation
README
把 OCR 注册为可调用的 skill,使 agent 框架能以正确的参数、前置检查与分级标准 调用它——无需你在调用侧重新推导这些。
仓库里有什么
仓库在
skills/open-code-review/SKILL.md
提供 SKILL manifest。它把 OCR 声明为可调用 skill,含前置检查、调用工作流与
评论分级标准(High/Medium/Low)。
安装
方式 1:npx skills add(推荐)
在希望 skill 可用的项目内运行:
npx skills add alibaba/open-code-review --skill open-code-review
这从 skills registry 拉取 manifest 并放入项目,使任何尊重 skills 约定的编码 agent 在下次调用时加载 它。重新运行该命令以更新 skill 到最新版本。
This is the opening of the README. Read the full README on GitHub.