Wraps Alibaba's open-code-review CLI to run AI-powered code reviews on Git diffs. You can point it at staged changes, specific commits, or branch comparisons, and it returns line-level comments about bugs, security issues, performance problems, and style concerns. The skill extracts business context from your changes and passes it to the LLM for more relevant feedback. Supports custom review rules per file pattern if you want project-specific checks. Requires the ocr CLI installed via npm and an Anthropic or OpenAI API key configured before first use. Works well for PR reviews or sanity-checking your work before pushing, though you'll want to filter out the inevitable false positives.
npx -y skills add alibaba/open-code-review --skill open-code-review --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot