bykarryviber· 33 skills
何时调 AskUserQuestion 工具(出 Slack Block Kit 选择卡)vs 何时直接做 / 文字反问。Use when 用户指令含「帮我看下 / 可以吗 / 你看着办 / 哪个 / 选 / 用 X 还是 Y」等歧义表达;或动作不可逆(push/删/对外发)且有多个等价方案;或同一指令有 ≥2 种合理解读且代价差异大。Skip when 自己能 grep/读文件查到、常规决策、thread 近 5 条已有就近答、cron worker。
$npx -y skills add karryviber/orb --skill askuserquestion-triggersInstalls into the current project.
Run `npx skills use "https://github.com/karryviber/orb" --skill "karryviber/orb/askuserquestion-triggers"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/karryviber/orb" that are relevant to the current task. Run `npx skills add "https://github.com/karryviber/orb"` and select the relevant skills, then follow their instructions.