一键导入
eval-chat-traces
Systematically review AI chat traces to find failure patterns using error analysis methodology (inspired by Hamel Husain's evals framework).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Systematically review AI chat traces to find failure patterns using error analysis methodology (inspired by Hamel Husain's evals framework).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Generate a session handoff document capturing the current working state for the next session.
| name | eval-chat-traces |
| description | Systematically review AI chat traces to find failure patterns using error analysis methodology (inspired by Hamel Husain's evals framework). |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Systematically review AI chat traces to find failure patterns using error analysis methodology (inspired by Hamel Husain's evals framework).
Optional: time range (default: last 7 days), sample size (default: 30 traces).
/aws/lambda/extralife-ai-engagement-agent for ChatQuery logs.ChatFeedback logs from /ecs/ExtraLifeWebAdmin.SELECT * FROM extralife_chat_logs.chat_logs WHERE ...Present traces in a structured table for efficient binary judgment:
| # | Query (truncated) | Tools | Time | Len | Feedback | Verdict? |
|---|-------------------|-------|------|-----|----------|----------|
| 1 | "Any errors today?" | keeper_check | 24s | 1245 | 👎 | _____ |
Prioritize presentation order:
Group by pattern before asking for judgment:
Offer: "I've pre-grouped these. Want to auto-PASS the guardrails and trivials, then focus judgment on the data and health queries?"
Ask The Brougham 22 for a binary Pass/Fail judgment on each trace, plus open-ended notes on what went wrong (if fail). Don't use Likert scales — binary forces clear thinking.
After reviewing all traces:
Output a summary:
| Failure Mode | Count | Example | Suggested Fix |
|-------------|-------|---------|---------------|
| ... | ... | ... | ... |