Directory · Claude Skills

Open Code Review Delegate

alibaba/open-code-review

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.

★ 10,499 Apache-2.0 Synced 8 hours ago View SKILL.md

At a glance

Code Review & Testing Plugin install Go Actively maintained Apache-2.0

This skill is for Code Review & Testing and helps you delegate code review to host agent, run code review with custom llm logic, and perform deterministic file selection for review.

Install /plugin marketplace add alibaba/open-code-review /plugin install open-code-review-delegate
Can use Not declared by the author
Good for delegate code review to host agentrun code review with custom llm logicperform deterministic file selection for reviewresolve code review rules without external endpointintegrate code review into agent workflow

Setup, runtime and requirements describe alibaba/open-code-review, the repo this skill ships in.

Open Code ReviewdelegationDeterministic Rulescode-qualityAgent Driven

Also in alibaba/open-code-review

View the repo
open-code-review Code Review & Testing

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, rev...

Other Code Review & Testing skills

grill-with-docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

resolving-merge-conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

scaffold-exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

migrate-to-shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

batch-grill-me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.