Alibaba@Open Code Review

Alibaba@Open Code Review from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 2 skills 2 authors

Skills in this plugin

2
  1. Open Code Review · alibaba
    Performs AI-powered code review on Git changes using the `ocr` CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply fixes when requested. With appropriate review rules, can detect various types of issues including bugs, security vulnerabilities, performance problems, and code quality concerns.
    3 installs
  2. Open Code Review Delegate · gabrielmoreira
    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.
    17 repo stars