learning-from-mistakes

仓库创建 2025年6月14日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

适合工程团队与 AI 代理持续改进与知识留存。

这个 Skill 做什么

记录调试与故障解决中的关键经验教训,避免重复成本。

把一次漫长调试或必须靠上级点拨才解决的故障教训记录下来,形成团队知识,避免以后重复踩坑。在遇到难缠 bug、长时间排查后有“aha”时立刻写入,供后人参考。重点是捕捉实战细节和关键决策,让未来能更快定位同类问题。

▸ 展开 SKILL.md 英文原文

Record a hard-won engineering lesson after a bug or mistake is resolved. Use when a bug resisted ATLAS until Boss's guidance cracked it, or when a long debugging hunt ended in an aha moment worth never relearning.

Skill 开发管理知识沉淀调试记录通用
313
Stars
56
Forks
20
仓库内 Skill
+5
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/learning-from-mistakes/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/learning-from-mistakes/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
Capture the lesson so future-ATLAS does not pay the same debugging cost twice.

## When to write an entry

Write one — without being asked — when either is true:

- **Boss had to step in.** A bug or mistake ATLAS could not solve alone; Boss's guidance is what cracked it.
- **Aha moment after a long hunt.** A debugging session that ran long and ended in a non-obvious realization.

Skip routine fixes. The bar is *surprise*: would this genuinely save someone — likely future-ATLAS — from a hard time? If the cause was obvious in hindsight to anyone, it is not worth an entry. Apply the same high-entropy filter as `NOTES.md`: record what is surprising, not what is expected.

## Where

One file per 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有