Agent Skills
› terrense/LilBot-agent
› stuck
stuck
GitHub用于解决代理工作停滞或陷入循环的恢复技能。通过审计当前状态、验证假设和缺失证据,规划最小的可逆下一步或指定专家子代理,以打破僵局并推进任务。
Trigger Scenarios
代理进度停滞
代理陷入死循环
Install
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.
Version History
- ac8228e Current 2026-07-05 10:50


