Agent Skills
› suboss87/FDEOps
› evaluate
evaluate
GitHub用于评估AI工作流、模型或智能体,通过代表性用例验证其许可操作。适用于测试场景,但不具备发布权限。
触发场景
评估AI模型性能
验证检索系统准确性
测试智能体行为合规性
安装
npx skills add suboss87/FDEOps --skill evaluate -g -y
SKILL.md
Frontmatter
{
"name": "evaluate",
"description": "Evaluate an AI workflow against representative cases and its permitted actions. Use for model, retrieval or agent evaluation; tests do not grant release authority."
}
evaluate
Purpose
Evaluate an AI workflow against representative cases and its permitted actions. Use for model, retrieval or agent evaluation; tests do not grant release authority.
Before investigating or acting:
- Read the task context contract.
- Read the method.
Load further references only when the task needs them. Everything linked is included in this skill; no other skill pack is required.
Principles
- Work directly from the supplied permitted context. Standalone work does not require an engagement folder or initialization. Record filenames in the method are optional persistence destinations when no engagement is bound.
- If called by @fde, reuse its current sanitized packet and scope. Do not restart setup, discovery or questions already answered.
- The task context contract controls persistence and authority in both modes. Preserve unknowns and distinguish implementation, verification, deployment and acceptance.
- Use the customer's repository instructions and available tools. Report a missing capability or unrun check honestly; do not claim that installing a skill provisions infrastructure.
版本历史
- 4e9335d 当前 2026-09-21 23:50


