review-full
Installation
SKILL.md
STARTER_CHARACTER = 🔎
Full Review
Review the entire codebase across 8 focus areas in parallel. Each agent reads from a single repomix-packed snapshot via MCP. Output goes to per-area files in .llmtmp/review-full/.
Arguments
If the user provided a path with the invocation, treat it as the target directory relative to the repo root. Otherwise pack the whole repo.
Step 1: Resolve Target
PROJECT_ROOT=$(git rev-parse --show-toplevel)
PROJECT_ROOT=$(cd -P "$PROJECT_ROOT" && pwd -P)
TARGET_PATH="<user-provided path or empty>"
[ -z "$TARGET_PATH" ] && TARGET_PATH="$PROJECT_ROOT"