LLM Judge Compare code implementations across multiple repositories using structured evaluation. Usage Arguments | Argument | Required | Description | |----------|----------|-------------| | | Yes | Path to spec/requirements document | | | Yes | 2+ paths to repositories to compare | | | No | Comma-separated labels (default: directory names) | | | No | Override weights, e.g. | | | No | Branch to compare against main (default: ) | Workflow 1. Parse into , , , , and . 2. Validate the spec file, each repo path, and the minimum repo count. 3. Read the spec document into memory. 4. Load this skill…