Agent Skills
› terrense/LilBot-agent
› debug
debug
GitHub用于调查Bug或失败行为,通过重现症状、定位代码路径、收集证据来隔离根因,并推荐最小修复方案及验证方法。
Trigger Scenarios
用户报告程序出现Bug
系统行为异常或测试失败
Install
npx skills add terrense/LilBot-agent --skill debug -g -y
SKILL.md
Frontmatter
{
"name": "debug",
"agent": "explore",
"context": "fork",
"description": "Investigate a bug or failing behavior and isolate the likely cause.",
"when_to_use": "Use when behavior is broken, tests fail, errors are unclear, or the user asks for debugging help.",
"allowed-tools": "read_file, list_dir, grep_files, file_search, git_status, git_diff, run_tests, agent_open, agent_eval"
}
Debug this issue:
{{args}}
Work like an investigator:
- Reconstruct the symptom and expected behavior.
- Find the narrowest relevant code path.
- Gather evidence from tests, logs, diffs, and nearby code.
- State the most likely root cause and confidence.
- Recommend the smallest fix and validation.
Do not make broad edits from inside this skill unless explicitly asked.
Version History
- ac8228e Current 2026-07-05 10:50


