返回 Skill 列表
GitHub进阶
grill-me:需求澄清(高引用)
让 AI 在执行前先逐问逐答确认你的需求。避免方向性错误。
📋 SKILL.md 完整代码
--- name: grill-me-skill description: >- 让 AI 在执行前先逐问逐答确认你的需求。避免方向性错误。 Use when working on grill me skill tasks. allowed-tools: Read,Write,Bash --- # grill-me:需求澄清(高引用) ## Quick Start 1. Save as `~/.claude/skills/grill-me-skill/SKILL.md` 2. Restart Claude Code 3. Type `/grill-me-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/grill-me-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /grill-me-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
解决什么痛点
你说了 A,AI 理解成 B,花半天做出来发现不对——这是最浪费时间的错误。grill-me 让 AI 在执行前先问清楚:你的目标是什么、约束是什么、成功标准是什么。
SKILL.md 模板
name: grill-me description: Ask clarifying questions before executing. Use when requirements are vague or high-stakes decisions. # Grill Me ## Before executing - Ask: What is the primary goal? - Ask: What constraints exist? - Ask: What does success look like? - Only proceed after receiving clear answers