debugging-memory

仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

优先利用历史事件避免重复调查,提升效率

▸ 风险提示

会读取/存储历史事件,可能包含敏感信息

这个 Skill 做什么

先查记忆库再调查的调试流程与存取/检索接口

先去查记忆库里有没有类似事故的记录,再根据历史线索去排查和定位错误。适合用在修 bug、崩溃、异常诊断这类场景,能节省重复调查的时间。特别之处是“记忆优先”的流程设计,并把调查拆成查找、存储、评估等可操作步骤,还包含判定结果与复审反馈环节。

开发编程记忆检索故障历史判定处理通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/debugging-memory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/debugging-memory/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: debugging-memory
description: Use when the user asks to "debug this", "fix this bug", "investigate error", "diagnose", "root cause", or reports a crash/exception/failure. Memory-first workflow that checks past incidents before investigating — owns verdict-handling and Review-F outcome feedback. Op-routed (input `{op: "search" | "store" | "assess", ...}`): search = memory lookup, store = incident write, assess = parallel domain assessment; per-op detail in `references/{search,store,assess}.md`. NOT the iterative fix loop (use `debug-loop`) or the postmortem system-lever analysis (use `root-cause-analysis`).
version: 1.6.0
user-invocable: false
---

<!-- SPDX-FileCopyrightText: 2025-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有