What problem does it solve? Automated skills can silently degrade in output quality over time, and flat pass/fail snapshots do not reveal regressions. This Skill detects quality changes between runs, files issues for new failures, and queues concrete fixes. ## Core Features & Use Cases - Assertion-Based Validation: Checks each skill's latest output against word counts, required and forbidden regex patterns, and numeric ranges defined in evals.json. - Regression Diffing: Compares results against the prior eval article to classify skills as NEW_FAIL, FIXED, STILL_FAIL, or STABLE, and computes a single verdict. - Issue Lifecycle Management: Files deduplicated issues in memory/issues for new failures and auto-closes them when skills recover. - Use Case: Run on a cron schedule to monitor a fleet of autonomous content-generating skills, catching a broken prompt or stale output the day it happens instead of weeks later. ## Quick Start Ask the agent to run the skill-evals workflow to validate all skills listed in evals.json and write the diff report to articles/skill-evals-<today>.md.