一键导入
model-eval
Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries.
用 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 | model-eval |
| description | Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries. |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries.
us.amazon.nova-2-lite-v1:0)us.anthropic.claude-sonnet-4-6)If no custom queries provided, pull real user queries from Athena to build a domain-specific eval dataset:
SELECT message, tools_invoked, response_time_ms FROM extralife_chat_logs.chat_logs WHERE agent = '{agent_name}' ORDER BY timestamp DESC LIMIT 50eval-datasets/{agent_name}-{date}.jsonl for reuseIf Athena has insufficient traces (< 20 for the agent), fall back to generating queries in Phase 1.
aws lambda get-function-configurationeval-{model}-q{N})aws lambda update-function-configuration --environmenteval-{modelB}-q{N})See Scoring Template for the judge prompt and comparison table format.
Present:
Add a ## Model Evaluation section to the relevant spec with:
Optionally export the eval dataset + results to S3 in Bedrock Model Evaluation JSONL format for future use with Bedrock's built-in eval tools.
get-function-configuration.