What problem does it solve? Ranking large text corpora by quality is slow and inconsistent when done manually, and naive heuristics like length or upvotes fail to separate substantive contributions from noise. This Skill provides a calibrated LLM-as-a-judge pipeline that assigns reproducible 0-100 relevance scores with documented rubrics. ## Core Features & Use Cases - Rubric-Based Scoring: Define a five-level rubric (Noise through Authority Peak) with few-shot calibration examples, then batch-score items via Ollama or API models at low temperature with checkpointing. - Calibration & Validation: Measure Cohen's kappa and mean absolute error against human scores, cross-validate with a second model, and run human spot-checks on boundary cases. - Authority Peak Detection: Identify content where the author served as a primary knowledge source, combining high scores with knowledge-asymmetry signals. - Use Case: Given a Reddit data export of 2,000 comments, score every item, filter out low-effort replies, and surface the 15 posts where the user demonstrated genuine expertise for a writing-style analysis pipeline. ## Quick Start Use the llm-relevance-scoring skill to score all comments in my corpus and identify the authority peaks.