wjs-evaling-voicedrop-prompts
SolidUse when 王建硕 wants to evaluate whether a change to VoiceDrop's 挖矿 system prompt is actually better than the live version — runs the local eval harness (golden fixtures × champion-vs-candidate, same input), dispatches blind pairwise judge subagents, aggregates a win-rate verdict, and on approval promotes the candidate into agent/src/prompts/mine.js. Triggers — "评估 prompt"、"挖矿 prompt 改好了吗"、"eval prompt"、"比一比两版 prompt"、"/wjs-evaling-voicedrop-prompts".
Install
Quality Score: 83/100
Skill Content
Details
- Author
- jianshuo
- Repository
- jianshuo/claude-skills
- Created
- 4 months ago
- Last Updated
- 3 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
ai-evaluation-engineering
AI 评测工程专家 Owner — 当任务涉及模型/Prompt 评测、模型选择、黄金集、评分量表、LLM-as-judge、Judge 校准、重复采样、方差、质量-成本-延迟权衡、提示词回归或模型升级回归时使用;要求把概率性结果转化为可复现、可比较且防污染的评测证据。
devlab-eval-driven-agent
eval 自评测体系驱动的 AI Agent 生产体系方法论。以评测集为核心资产,建立"评测集组织 + Mock 隔离 + 标准化比对 + 自动评测脚本 + 回归门禁"闭环;L0-L4 分层评测(确定性单测/轨迹评测/输出评测/生产回归/安全成本护栏),L1 golden session 轨迹断言,L2/L3 数据后端接 Langfuse(dataset/scores/LLM-as-judge),配套 evalctl CLI(0.3.x)。Triggers on "评测集", "eval", "回归测试", "准确率怎么保证", "测试数据集", "AI 质量护栏", "eval-driven", "LLM-as-judge", "langfuse 评测", "scores", "质量评分", "轨迹评测", "golden session", "agent 测试", "工具调用序列".
ai_gym
Train AI agent prompts by MEASUREMENT instead of vibes — stand up an eval harness (real prompt + real LLM + STUBBED tools = zero side effects), author scenarios with pass/fail rubrics, judge transcripts with subagents, aggregate a scorecard by dimension, run a TOURNAMENT of prompt variants, kill LLM noise with N-runs, and ship only the change measurement proved. Use whenever the user wants to improve/refine/test the system prompt of an AI agent, chatbot, or LLM pipeline; compare two prompt versions; find why an agent hallucinates, leaks data, or escalates wrong; build a regression eval for a prompt; or run "agent battles / a prompt tournament". Triggers on requests like "make my agent's prompt better", "this bot keeps making things up", "which prompt version is better", "write a test for my bot's behavior", "I need an eval for my agents" — even without the word "eval". Target stack: TS/Node + vitest; the LLM provider is pluggable (your project supplies the client). Works with any subagent-capable coding agent