一键导入
eval-design
Design an LLM evaluation framework — metrics, test sets, pass/fail gates, drift triggers, and tooling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design an LLM evaluation framework — metrics, test sets, pass/fail gates, drift triggers, and tooling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit a Google ADK tool file against the five known gotchas (DI params, thin wrappers, _j helper, async-wrap blocking calls, httpx context manager) before they bite in production
After creating an ADR, run the cross-referencing checklist — update README Artifacts table, add Related Decisions section to source proposal, cross-link sibling ADRs to each other
Mid-task durability — dump current state and a next-step file before context fills, so the next session resumes without re-deriving where you were
Generate and verify a pre-demo checklist for an ADK/agent project — env vars, GCP auth, embedding swap, ngrok/Slack wiring, dry-run, tests, real-vs-synthetic data
Scan a project's docs (README, CLAUDE.md, ADRs, runbooks) for inconsistent project naming, scope, or framing — catches the "README says retail, CLAUDE.md still says Kroger" class of bug
Refresh a project's status — derive current state from code/tests/git, regenerate the project's status memory entry and (if requested) a status section in the README
| name | eval-design |
| description | Design an LLM evaluation framework — metrics, test sets, pass/fail gates, drift triggers, and tooling |
User runs /eval-design followed by a feature description, or runs it alone and answers the clarifying questions.
| Task Type | Primary Metrics | Safety Metrics |
|---|---|---|
| Q&A / RAG | Faithfulness, Answer Relevance, Context Recall | Hallucination rate, Refusal rate |
| Summarization | ROUGE-L, BERTScore, Factual consistency | PII leakage rate |
| Classification | Accuracy, F1, Confusion matrix | Bias across demographic slices |
| Code generation | Pass@k, Syntax error rate, Test pass rate | Injection / unsafe code detection |
| Agentic / tool use | Task completion rate, Step efficiency, Tool call accuracy | Scope creep, unintended action rate |
| Open-ended generation | LLM-as-judge (1–5), Coherence, Tone adherence | Toxicity, Jailbreak susceptibility |
Model: [model]
Use Case: [description]
Risk Tier: [LOW / MED / HIGH]
Table: Metric | Target | Measurement Method | Tooling
Table: Metric | Threshold (block) | Threshold (alert) | Measurement Method
Table: Gate | Threshold | Action on Failure
Conditions that should automatically re-run evals or escalate:
Suggest from: RAGAS, DeepEval, LangSmith, Promptfoo, MLflow, Weights & Biases, custom LLM-as-judge
List any decisions (model choice, eval tooling, threshold policy) that should be captured as ADRs.