Agent Skills
› terrense/LilBot-agent
› stuck
stuck
GitHub当代理陷入停滞或循环时,通过审计当前状态(已知事实、错误假设、缺失证据等),制定包含具体命令或文件的简短恢复计划以打破僵局。
触发场景
工作进展停滞
检测到代理可能陷入无限循环
安装
npx skills add terrense/LilBot-agent --skill stuck -g -y
SKILL.md
Frontmatter
{
"name": "stuck",
"agent": "review",
"context": "fork",
"description": "Recover when progress stalls or the agent may be looping.",
"when_to_use": "Use when work is blocked, repeated attempts failed, or the next step is unclear.",
"allowed-tools": "read_file, list_dir, grep_files, git_status, git_diff, run_tests, update_plan, agent_open, agent_eval"
}
Unstick this work:
{{args}}
Audit the current state:
- What is actually known?
- What assumption might be false?
- What evidence is missing?
- What is the smallest reversible next step?
- Should a specialist subagent inspect a narrower question?
Return a short recovery plan with concrete commands/files to inspect next.
版本历史
- ac8228e 当前 2026-07-05 10:50


