What problem does it solve? Prompts often live as ad-hoc drafts with no way to measure quality, compare variants, or track changes over time. This Skill turns prompts into versioned, testable assets so you can pick winners with evidence instead of intuition and catch regressions before deployment. ## Core Features & Use Cases - A/B Prompt Evaluation: Run two prompt variants against structured JSON test cases with per-case scoring for expected content, forbidden content, regex compliance, and output length. - Prompt Versioning: Store immutable prompt history in a local JSONL file with add, list, diff, and changelog commands, including author and change notes. - Templates and Rubrics: Use ready-made prompt templates (classifier, extractor, summarizer, and more) plus an evaluation rubric with acceptance gates. - Use Case: Before rolling out a new support ticket classifier prompt, run it against your baseline with realistic test cases, confirm the average score improves with zero forbidden-content violations, then version and promote it. ## Quick Start Ask the AI to A/B test two prompt files against a JSON test case suite using scripts/prompt_tester.py and report the winning variant with scores.