name: review-full description: Full review of changed files using all 4 agents in parallel — contract-guardian, framework-compliance, docs-mirror, dependency-auditor. Optionally includes layout-debugger for component changes. Run before opening a PR.
Full review of all changed files before opening a PR.
- Get the list of changed files:
git diff --name-only HEAD
Spawn all 4 agents simultaneously as background agents:
contract-guardian— API changes and semverframework-compliance— patterns, anti-patterns, vendor boundarydocs-mirror— documentation accuracydependency-auditor— external library usage
If changed files include component
.tsxfiles inpackages/ui/components/, also spawnlayout-debuggerto check for layout issues.Wait for all agents to complete.
Aggregate into unified report:
- Must Fix Before PR (critical findings from all agents)
- Should Fix (warnings from all agents)
- Notes (semver recommendation, info)
- Agent Status (pass/fail + issue count for each)