byalibaba· 44 skills
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.
$npx -y skills add alibaba/open-code-review --skill open-code-review-delegateInstalls into the current project.
Run `npx skills use "https://github.com/alibaba/open-code-review" --skill "alibaba/open-code-review/open-code-review-delegate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alibaba/open-code-review" that are relevant to the current task. Run `npx skills add "https://github.com/alibaba/open-code-review"` and select the relevant skills, then follow their instructions.