Ruby Code Review Review Ruby/Rails code changes against Sandi Metz rules, SOLID principles, Rails best practices, and security standards. Generate a structured REVIEW.md with clickable VSCode links. Workflow 1. Detect scope If not on a feature branch, review files specified by the user. 2. Run analysis tools Parse rubycritic JSON for complexity/smells/duplication. Read for per-file coverage and uncovered lines. If tools aren't configured, invoke their respective skills for setup guidance. Optionally run the bundled static analyzer: 3. Analyze each changed file Review in this order for each fi…