external-llm-review
Installation
SKILL.md
External LLM Code Review
Audience: Developers seeking second-opinion code reviews from external LLMs. Goal: Invoke external LLM CLIs in sandbox/read-only mode to review code changes, then present structured findings for comparison with Claude's review.
When to Use
- High-stakes code changes (security, breaking changes, architecture shifts)
- Validating Claude's code review with diverse AI perspectives
- Surfacing blind spots through cross-model review
- When you want explicit control over review focus areas
General Workflow
- Determine review scope (uncommitted, staged, branch, specific commit)
- Gather the diff and project context (CLAUDE.md, lessons)
- Build a review prompt with context, focus areas, and the diff
- Execute the external CLI in sandbox/read-only mode
- Parse and structure findings by severity