Agent Skills
› terrense/LilBot-agent
› debug
debug
GitHub模拟调查员排查代码缺陷或异常行为,通过重构症状、定位关键代码路径及收集日志测试等证据,分析最可能的根本原因并给出最小修复方案与验证建议。
Trigger Scenarios
用户请求调试代码错误
分析程序失败行为
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


