.claude/skills/review-all/SKILL.md
Launch ALL four review agents in parallel (code, DDD, UX, CSS). Use when the user wants a comprehensive full review of everything.
npx skillsauth add JLighter/dotfiles review-allInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Launch ALL four review orchestrators in parallel on the current changes. This is a comprehensive review covering code quality, architecture, UX, and CSS.
If arguments are provided, use them as the scope (file paths or directory).
If no arguments, run git diff --name-only HEAD to find modified files.
Launch ALL FOUR agents simultaneously in a single message:
IMPORTANT: Launch all four in ONE message. Do NOT launch them sequentially.
Once all four agents return, produce a single report:
Date: current date Files reviewed: list
All critical findings, numbered, with agent tag: [CODE], [DDD], [UX], [CSS].
All warnings, same format.
| Agent | Critical | Warnings | |-------|----------|----------| | Code Quality | count | count | | DDD | count | count | | UX | count | count | | CSS | count | count | | Total | count | count |
The five most impactful improvements across all domains.
$ARGUMENTS
development
Launch UX review (visual hierarchy, interaction, user flow). Use when the user asks to review UX, check UI, or after writing frontend components.
development
Deep security audit of the codebase. Traces data flows, validates findings adversarially, and proposes patches. Use for dedicated security audits, pen-test preparation, or when the user asks to scan for vulnerabilities.
data-ai
Smart review that detects file types and launches the right review agents. Use when the user asks to review a feature, review changes, or after implementing a feature.
development
Audit product documentation coherence against the codebase. Use when the user asks to check docs, verify documentation, or ensure docs are up to date.