feat(tool): skill_learn_from_cases 案例驱动技能学习 CLI 工具#371
Open
benemorphy wants to merge 18 commits into
Open
Conversation
added 18 commits
May 10, 2026 07:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
skill_learn_from_cases 案例驱动技能学习 CLI 工具
介绍
通过真实案例学习一项技能的工具,并用案例验证能力习得
零外部依赖 除搜索引擎 API key 可选大模型增强
元学习闭环
本工具最独特的特性是能够学习技能后反哺自身:
核心特性
1. LLM 增强 可选降级
2. 环境探测 + 实操测试
自动探测本机可用服务 缺密码时 ask_user 交互询问:
结果存入 practice/ 目录:
3. 案例质量过滤
3 层过滤链确保案例质量:
效果: cypher 技能相关案例从 27% 提升到 83%
4. 安全设计