ambiguity-detector
Takes surface scan results, optional LLM synthesis open-question entries, and optional tree-sitter AST signals to score project ambiguities (1-10). Outputs structured ambiguity_feed for smart-question-generator. Pure heuristic — no LLM calls. Designed for Stage 3.5 of the /gaai:bootstrap pipeline (between LLM synthesis and Q&A).
适合你,如果在代码审查前想快速定位项目中的歧义区域
/ 下载安装
/ 通过 npx 安装 校验哈希
npx oh-my-skill add fr-e-d/gaai-framework/ambiguity-detector/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- fr-e-d/gaai-framework/ambiguity-detector/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify fr-e-d/gaai-framework/ambiguity-detector安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
155GitHub stars
~3.4K上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 2668387 · 表述以原文为准它做什么
Claude 会分析你项目的文件类型、框架使用、模块系统和目录结构,计算歧义分数 (1-10),并输出结构化的歧义列表供后续提问。
什么时候触发
在 /gaai:bootstrap 管道的第三步半,即收到项目扫描结果且可选综合问答条目和 AST 信号后触发。
装好后可以这样说
Claude 会扫描项目并列出歧义项及分数。
Claude 会重点检查语言比例和前端框架混用。
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…