# Local Review Fallback

> Launch the three local reviewers as Claude subagents when lfx-local-review selects the Claude fallback.

- Skill: `linuxfoundation/local-review-fallback` (Agent Skill)
- Install (CLI): `npx skillmds@latest add linuxfoundation/local-review-fallback`
- Raw SKILL.md: https://api.skillmd.com/api/skills/linuxfoundation/local-review-fallback/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: linuxfoundation (https://skillmd.com/u/linuxfoundation)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/linuxfoundation/local-review-fallback

---

<!-- Copyright The Linux Foundation and each contributor to LFX. -->
<!-- SPDX-License-Identifier: MIT -->

# Local review — Claude fallback

Launch exactly three generic subagents in one parallel batch, using model `opus` for all three:

| Role | Skill to load |
|---|---|
| `general` | `lfx-general-code-review` |
| `repo_code` | `newsletter-service-code-reviewer` |
| `repo_learnings` | `newsletter-service-learnings-reviewer` |

Give every subagent the same `target repo`, `target_sha`, `base_sha` (or `none`), exact `review exactly:` range and optional `extra` hint supplied by the host.

Tell each subagent: **Load the named skill and follow it exactly. Review only the supplied range and return an ordinary Markdown review.**

If any subagent errors, returns nothing or does not return a review, report a role-labelled Claude fallback failure and rerun all three. Never combine Pi and Claude roles in one cycle.

