| name | local-review-fallback |
| description | Launch the three local reviewers as Claude subagents when lfx-local-review selects the Claude fallback. |
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 | meeting-service-code-reviewer |
repo_learnings | meeting-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.