fix: 统一中国特色技能的自动触发说明,与 using-superpowers 路由规则保持一致 - #123
Open
jiutinglifeng wants to merge 1 commit into
Open
Conversation
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.
问题
using-superpowers/SKILL.md中"中国特色技能路由"一节规定,检测到特定中文场景时必须优先自动调用对应的chinese-*系列技能(如"代码审查且团队使用中文沟通" →chinese-code-review)。但这 4 个技能自身的 description 却写着"仅在用户显式
/xxx时调用,不要根据上下文自动触发",与路由规则直接矛盾,导致实际触发行为不确定。修改
统一
chinese-code-review、chinese-git-workflow、chinese-documentation、chinese-commit-conventions这 4 个技能的 description,使其同时覆盖两种触发路径:/技能名时同样触发未改动
mcp-builder(路由表第五项)本身描述已是开放触发状态,未发现同样矛盾,未做改动。