一键导入
run-lightdash-evals
Orchestrate evaluation runs and test case management for Lightdash agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate evaluation runs and test case management for Lightdash agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
CRUD operations for Lightdash project agents.
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
Inspection of thread history, memory, and organization-wide agent activity.
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
Manage Architecture Decision Records (ADRs). Use this to initialize, create, list, and link ADRs to document architectural evolution. Requires 'adr-tools' to be installed.
| name | run-lightdash-evals |
| description | Orchestrate evaluation runs and test case management for Lightdash agents. |
Skill for managing and executing evaluations for Lightdash AI agents.
Enables the "Eval-Driven Development" workflow by providing tools to create evaluation suites, append test cases (prompts), execute evaluation runs, and analyze the results.
Wraps the following MCP tools from the lightdash-tools server:
ldt__list_agent_evaluationsldt__get_agent_evaluationldt__create_agent_evaluationldt__update_agent_evaluationldt__append_agent_evaluation_promptsldt__run_agent_evaluationldt__list_agent_evaluation_runsldt__get_agent_evaluation_run_resultsldt__delete_agent_evaluationlist_agent_evaluations, get_agent_evaluation, list_agent_evaluation_runs, get_agent_evaluation_run_results.create_agent_evaluation, update_agent_evaluation, append_agent_evaluation_prompts, run_agent_evaluation.delete_agent_evaluation.ldt__append_agent_evaluation_prompts to add 20-50 diverse test cases representing real-world user queries.ldt__run_agent_evaluation.ldt__list_agent_evaluation_runs.ldt__get_agent_evaluation_run_results.agent-tuner sub-agent to automatically process evaluation results for improvement.