Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions skills/code-review-and-quality/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ Part of code review is dependency review:
- For detailed security review guidance, see `references/security-checklist.md`
- For performance review checks, see `references/performance-checklist.md`

### Integrations

For large changesets (10+ files) where prompt-only review may skip files or drift on line positions, consider tool-augmented reviewers that combine deterministic engineering with an LLM agent:

- **[Open Code Review](https://github.com/alibaba/open-code-review)** (`ocr`) — open-source CLI that uses deterministic file selection, smart bundling, and external positioning modules so the LLM handles only dynamic decisions. Installs via `npm install -g @alibaba-group/open-code-review`. Also available as a [Claude Code skill](https://github.com/anthropics/claude-code-installed-skills/tree/main/open-code-review) for direct integration.

## Common Rationalizations

| Rationalization | Reality |
Expand Down