run-history-skill-upgrader

仓库创建 2026年6月15日最近提交 16 天前SkillHot 收录 11 小时前
▸ 精选理由

适合持续维护与迭代已有技能,注重证据驱动的改进决策。

这个 Skill 做什么

根据运行证据与用户反馈规划并在批准后升级既有技能结构。

把运行日志、验证失败、源码或平台漂移和用户反馈整理成可执行的技能改进方案,先规划改动并在得到明确批准后才对既有 skill 做结构性升级。适合当某个技能反复失败、来源过时、臃肿或与平台行为不符,需要系统性优化时使用。不会用来新建技能或执行业务流程,重点是提出可验证的改动并请求人工审批后再应用。

▸ 展开 SKILL.md 英文原文

Use real run evidence, validation failures, source drift, platform drift, and user feedback to plan and, only after explicit approval, apply structural upgrades to an existing skill. Use when the user asks to improve an existing skill from recent runs, recurring failures, outdated sources, excessive bloat, changed platform behavior, or validated workflow feedback. Do not use to create a brand-new skill or to execute the business workflow itself.

Skill 开发管理技能升级回溯改进变更管理通用
663
Stars
55
Forks
7
仓库内 Skill
+137
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/run-history-skill-upgrader/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/run-history-skill-upgrader/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Run History Skill Upgrader

## Language Policy

Write all user-facing output in the user's language. Default to Chinese when the language is unknown.

## Role

Turn real run feedback into structural net improvement for an existing skill. Upgrades may add, modify, merge, delete, deprecate, or decide not to change anything.

## Portability

This skill is agent-agnostic. It should work in Codex, Claude Code, OpenCode, OpenClaw, Hermes, and similar local agent hosts that can read `SKILL.md` plus optional `references/`, `scripts/`, `evals/`, and `agents/`.

- Resolve `<skill-dir>` from the directory that contains this `SKILL.md`.
- Let `<python>` mean the host's available Python launcher: `pyth
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有