Documentation
README
Register OCR as a callable skill so an agent framework can invoke it with the right flags, prerequisite checks, and triage rubric — without you re-deriving any of that on the calling side.
What ships in the repo
The repo ships a SKILL manifest at
skills/open-code-review/SKILL.md.
It declares OCR as a callable skill, with prerequisite checks, an
invocation workflow, and a comment-triage rubric (High/Medium/Low).
Install
Option 1: npx skills add (recommended)
Run from inside the project where you want the skill available:
npx skills add alibaba/open-code-review --skill open-code-review
This is the opening of the README. Read the full README on GitHub.