What problem does it solve? Automated evaluation of LLM outputs is unreliable when judges suffer from position bias, length bias, and inconsistent scoring. This Skill provides production-grade patterns for building LLM-as-judge systems that correlate with human judgment. ## Core Features & Use Cases - Direct Scoring & Pairwise Comparison: Choose the right evaluation approach based on whether objective ground truth exists, with structured prompts requiring evidence-based justification before scores. - Bias Mitigation: Apply position swapping, length normalization, cross-model evaluation, and fact-checking layers to counter position, length, self-enhancement, verbosity, and authority biases. - Rubric Generation & Metric Selection: Generate domain-specific scoring rubrics that reduce evaluation variance by 40-60%, and select appropriate metrics (Spearman's rho, Cohen's kappa, F1) to validate against human judgments. - Use Case: When A/B testing two prompt variants, run pairwise comparisons with position swapping to get a consistent winner with calibrated confidence instead of a single biased judgment. ## Quick Start Use the advanced-evaluation skill to compare these two model responses with position bias mitigation and tell me which one is better.