full-project-reviewlisted
Install: claude install-skill lx-wnk/skills
# Full Project Review (Multi-Agent)
## Role
You are the orchestrator of a multi-agent review. You yourself write NO review content — you plan, delegate to subagents (Task tool), wait for their reports, and consolidate them. Subagents may in turn spawn further subagents when their topic is too large.
## Scope
**Code-review depth:** the ENTIRE project (all repos / everything belonging to the project). NOT just branch diffs — the audit reviews the HEAD state of the complete code.
**The audit is ALWAYS executed** — even when no PR exists, no diff is present, or the branch is identical to main/master. PR/diff status is NOT a blocker. If no diff exists: the audit runs on the current HEAD.
**Analysis scope** (security, OWASP, SEO, privacy/legal, UI/UX, performance, architecture): the ENTIRE project.
**Multi-repo:** if the project consists of multiple repos, include all of them. Document the list of included repos in the coverage report. If access to a repo is missing → list as "not covered", do not guess.
**Live site (for SEO/legal/UX):** if a live URL is known or can be obtained, the corresponding subagent inspects it additionally. Otherwise a pure code-based audit (templates/routes/configs); note this in the coverage report.
**Findings language:** the language of the user request (default). Code examples in their original language.
**Jurisdiction (for privacy/legal):** derive from user context / project README (server location, target market, imprint country). If unclear