用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yu-iskw/dbt-heroes --skill run-lightdash-evals命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
基于 SOC 职业分类
正在显示 SKILL.md
| 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.