Example Safe Skill
2026/9/7 1:37:04 网站建设 项目流程

Example Safe Skill

【免费下载链接】deer-flowAn open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.项目地址: https://gitcode.com/GitHub_Trending/de/deer-flow

Use this skill only when the user provides one troubleshooting note and asks for clarity feedback.

  1. Confirm the note is present.
  2. Identify unclear steps, missing prerequisites, and unverifiable claims.
  3. Return concise rewrite suggestions.

Do not edit files. Do not fetch external URLs. Stop after reporting recommendations.

正文只有 5 行,但按 [评分细则](https://link.gitcode.com/i/6b69044915c19dc297463f06e82188d2) 的"指令可执行性"(Instruction Executability)维度逐项对照,恰好构成一个完整闭环: 1. **触发条件(When to Use)**:`only when the user provides one troubleshooting note and asks for clarity feedback` —— 限定输入形态(一份排障笔记)与意图(要求清晰度反馈),且用 `only` 收窄边界,避免与相邻技能抢路由。 2. **有序动作(Ordered Actions)**:三步编号列表,每步可独立执行、可验证——先确认输入存在,再识别三类具体缺陷(不清晰的步骤、缺失的前置条件、不可验证的断言),最后产出"简洁的改写建议"。 3. **安全与停止边界(Stop Conditions / Operational Constraints)**:末段三句禁令——不编辑文件、不抓取外部 URL、报告建议后立即停止。这直接满足 [审查清单](https://link.gitcode.com/i/592c96d0398874e826208f943ef08a87) 中"明确副作用""技能在必要时告诉 agent 不要做什么"两条检查项,同时给"输出契约"(Output Contract)维度的 `pass` 提供了依据:读者能明确知道流程何时完成、结果是什么形态。 对照失败样例可以更清楚看到这份"最小契约"缺任何一条会发生什么: - [needs-revision 夹具](https://link.gitcode.com/i/33c9ea0f42fd082e6fdfac1698e8f0af) 的 description 只有 `Helps with anything`,正文只有 "Do the task. Use your judgment."——缺少触发时机、动作序列与停止条件,因此期望结果是 `revise`,且必须报出 `semantic.trigger` 与 `semantic.instructions` 两类问题; - [blocked 夹具](https://link.gitcode.com/i/69afb785c1959df7aa75be1c3146b143) 的 frontmatter 缺失必填的 `description` 字段,触发确定性结构缺陷 `structure.missing-description`,直接 `blocked`。 ## 三、为什么它会被判定为 publish_candidate:审查管线全景 `publish-candidate` 的期望结果不是拍脑袋定的,而是由 [skill-reviewer](https://link.gitcode.com/i/c3c2325a5e9c6658477f8d8ad1d6823d) 定义的两段式审查管线推导出来的。 ### 3.1 确定性事实优先 管线第一步是调用 `review_skill_package` 工具获取"确定性事实"。[工具实现](https://link.gitcode.com/i/90afec69cf689cd4ecee0da4242845b1) 的核心调用链为: ```python snapshot = _snapshot_for_target(target, runtime=runtime, inline_content=inline_content) facts = analyze_skill_package(snapshot, profile=profile) artifacts = _semantic_artifacts(snapshot, include_content=include_content) static_report = build_static_report(facts, scope=scope)

【免费下载链接】deer-flowAn open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.项目地址: https://gitcode.com/GitHub_Trending/de/deer-flow

创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考

需要专业的网站建设服务?

联系我们获取免费的网站建设咨询和方案报价,让我们帮助您实现业务目标

立即咨询