unexpected-situations
仓库创建 2026年7月4日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
把复杂或越界的情况交给用户决定路径。
这个 Skill 做什么
遇到多次失败或超出范围时停止并咨询用户。
遇到多次尝试都失败、出现意外行为或工作超出原定范围时就停下来问用户下一步。用在事情不顺、绕圈子、或修补方法连连失效的时候,避免盲目继续浪费时间。目的是把棘手情况交回给人来判断边界和优先级。
▸ 展开 SKILL.md 英文原文
Stop and consult the user when encountering unexpected situations, multiple failed attempts, or out-of-scope work. Use when things aren't plain sailing, when encountering unexpected behavior, when multiple workarounds fail, or when work appears to exceed task scope.
0
Stars
0
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/unexpected-situations/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/unexpected-situations/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Unexpected Situations ## When to Stop and Consult **STOP immediately and consult the user when:** 1. **Multiple Failed Attempts** - You've tried multiple approaches to fix something and none are working - Going in circles with different workarounds - Each attempt creates new problems - No clear path forward 2. **Unexpected Behavior** - Something doesn't work as expected - Tool behaves differently than documented - Error messages don't match the problem - Results are inconsistent or confusing 3. **Out-of-Scope Work** - Work is expanding beyond the current task - Discovering you need to address multiple distinct responsibilities - Creating pseudo-tasks not explic
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有