Agent Skills
› Stanshy/AgentHub
› pitfall-resolve
pitfall-resolve
GitHub用于在事后复盘日志中标记踩坑记录为已解决状态。通过标题关键字搜索对应记录,并将状态从 open 更改为 resolved,以跟踪问题处理进度。
Trigger Scenarios
用户需要标记某个已知踩坑问题已修复
更新 postmortem 日志中的任务状态
Install
npx skills add Stanshy/AgentHub --skill pitfall-resolve -g -y
SKILL.md
Frontmatter
{
"name": "pitfall-resolve",
"description": "Mark a pitfall record as resolved in the postmortem log",
"allowed-tools": "Read, Edit, Grep"
}
踩坑解決
將踩坑紀錄標記為已解決。
使用方式
/pitfall-resolve
參數
$ARGUMENTS: 踩坑標題關鍵字(用來搜尋對應紀錄)
執行步驟
- 讀取
.knowledge/postmortem-log.md - 搜尋包含
$ARGUMENTS的踩坑紀錄 - 將該紀錄的「狀態」從
open改為resolved - 確認修改完成
Version History
- 5300820 Current 2026-07-24 12:11


