← ClaudeAtlas

legends-reviewlisted

Use when the user wants a comprehensive code review from multiple perspectives, or invokes a team-based review combining business, design, and engineering viewpoints with debate and consensus. Trigger this skill whenever the user asks for a "legends review", "team review", "full review", "review from all angles", or wants business + design + engineering perspectives debated together. Also trigger when the user wants Elon, Jobs, AND Linus to review the same code, or asks for a multi-perspective review with debate and consensus. ALSO the home of the suite's shared report layer — trigger to render, regenerate, or merge existing review reports ("regenerate the review report", "combine the reviews", "make an HTML report from this report.json"): the schema reference and generator used by the solo elon/jobs/linus reviews are bundled here (references/report-format.md, scripts/generate_report.py). This is the flagship skill — use it when no single persona is enough.
Atypical-Consulting/claude-legends-review · ★ 2 · Code & Development · score 75
Install: claude install-skill Atypical-Consulting/claude-legends-review
# Legends Review ## Overview Summon a team of three legendary tech reviewers — Elon Musk, Steve Jobs, and Linus Torvalds — as an agent team. Each reviews the code through their unique lens, then they debate each other's findings until they reach consensus. The lead synthesizes the final verdict. **This skill uses Claude Code Agent Teams.** It requires the `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS` environment variable to be enabled in settings.json. ## When to Use - User invokes `/legends-review` - User asks for a "full review", "legends review", or "team review" - User wants business + design + engineering perspectives debated to consensus ## How It Works ```dot digraph legends { rankdir=TB; "Lead challenges the framing" -> "Framing holds?"; "Framing holds?" -> "Ask the user" [label="no"]; "Ask the user" -> "Lead gathers context"; "Framing holds?" -> "Lead gathers context" [label="yes"]; "Lead gathers context" -> "Spawn 3 teammates"; "Spawn 3 teammates" -> "Each reviewer works independently"; "Each reviewer works independently" -> "Reviewers read each other's findings"; "Reviewers read each other's findings" -> "Debate: challenge and defend"; "Debate: challenge and defend" -> "Consensus reached?"; "Consensus reached?" -> "Debate: challenge and defend" [label="no"]; "Consensus reached?" -> "Lead synthesizes final report" [label="yes"]; } ``` ## Instructions for the Lead When this skill is invoked, you ARE the team lead. Fol