---
name: Pitfall Resolve
slug: pitfall-resolve
category: Automation
description: Pitfall Resolve marks a matching postmortem pitfall entry as resolved. Use it when you need to search the log and update a record’s status from open to resolved.
github: "https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/pitfall-resolve"
language: TypeScript
stars: 201
forks: 23
install: "npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/pitfall-resolve ~/.claude/skills/pitfall-resolve"
installs_to: ~/.claude/skills/pitfall-resolve
source_path: .knowledge/company/skill-templates/pitfall-resolve/SKILL.md
collection_size: 25
category_size: 1956
collection_url: "https://dirskills.com/collections/Stanshy/AgentHub"
added: 2026-09-05T05:30:46.920Z
last_synced: 2026-09-05T05:30:46.920Z
canonical_url: "https://dirskills.com/skills/pitfall-resolve"
---

# Pitfall Resolve

Pitfall Resolve marks a matching postmortem pitfall entry as resolved. Use it when you need to search the log and update a record’s status from open to resolved.

**Install:**

```bash
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/pitfall-resolve ~/.claude/skills/pitfall-resolve
```

## README

# 踩坑解決

將踩坑紀錄標記為已解決。

## 使用方式
/pitfall-resolve <title-keyword>

## 參數
- `$ARGUMENTS`: 踩坑標題關鍵字（用來搜尋對應紀錄）

## 執行步驟

1. 讀取 `.knowledge/postmortem-log.md`
2. 搜尋包含 `$ARGUMENTS` 的踩坑紀錄
3. 將該紀錄的「狀態」從 `open` 改為 `resolved`
4. 確認修改完成
