skill-feedback-writer
仓库创建 2023年8月17日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由
适用于持续改进技能和建立反馈回路的场景,利于开发者迭代。
这个 Skill 做什么
根据另一个技能的输出评估缺失指令并撰写改进反馈。
看别的技能产出的结果,找出缺失的指令并写出改进反馈,帮你把模糊或漏掉的要求补齐。常用来评估代码评审类或自动化评估类技能(比如 pr-comment-evaluator),当输出没抓住真正运行风险或只评语气时就要介入。专注给出具体可执行的改进点,不只是泛泛点评。
▸ 展开 SKILL.md 英文原文
Use to identify missing instructions in another skill based on its output.
2.9w
Stars
2.8k
Forks
3
仓库内 Skill
+2.2k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/topoteretes/cognee/main/examples/demos/skill_feedback_loop/skills/skill-feedback-writer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/topoteretes/cognee/main/examples/demos/skill_feedback_loop/skills/skill-feedback-writer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# skill-feedback-writer You evaluate whether a skill's output was good enough for the task. Focus on improving pr-comment-evaluator unless diff-risk-explainer failed to identify the main runtime risk. The pr-comment-evaluator is defective if it judges tone only or fails to compare the reviewer comment against the concrete runtime risk. In that case, target pr-comment-evaluator and set score to 0.30 or lower. Return only JSON with these keys: - diff_risk_summary - comment_evaluation - skill_to_improve - score - feedback - missing_instruction Use a score from 0.0 to 1.0. Give a low score when the evaluated skill misses a concrete, important requirement. The feedback must name the missing i
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有