From tool-adoption-plugin
記錄安裝階段發生的問題到 tool-use-logs/tool-adoption-log.md。供 install-tool 呼叫,也可手動觸發。記錄後不中斷安裝流程。
How this skill is triggered — by the user, by Claude, or both
Slash command
/tool-adoption-plugin:log-install-issueThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
記錄安裝問題:$ARGUMENTS
記錄安裝問題:$ARGUMENTS
從 $ARGUMENTS 提取:
blocking:true 則為是,預設為否若輸入資訊不足以完成分類,向開發者詢問:
根據問題描述判斷根因,選擇最符合的一項:
| 根因分類 | 判斷依據 |
|---|---|
| 使用方式錯誤 | 指令格式錯誤、缺少必要參數、版本不符預期用法 |
| 工具限制 | 工具不支援此環境/功能、文件說明的已知限制 |
| 工具 bug | 行為與文件描述不符、在預期輸入下產生錯誤輸出 |
若無法確定,標記為「工具限制」並在描述中說明不確定性。
讀取 tool-use-logs/tool-adoption-log.md:
tool-use-logs/ 目錄與檔案,加入標頭,從 ISSUE-001 開始將以下格式附加到 tool-use-logs/tool-adoption-log.md:
### ISSUE-NNN
- **問題描述**:<描述>
- **發生時機**:安裝階段
- **是否 blocking**:是 | 否
- **根因分類**:<分類>
- **處理方式**:未處理
- **記錄時間**:<YYYY-MM-DD HH:MM>
- **狀態**:開放中
輸出簡短確認:
npx claudepluginhub rueiwang/tool-adoption-plugin --plugin tool-adoption-pluginCreates kebab-case YAML issue files tracking problems observed in LearningAgent sessions from log folder paths and descriptions. Useful for real-time failure reporting via direct invocation or identify skill.
Transforms error logs, screenshots, voice notes, and rough bug reports into structured GitHub issues with reproduction steps, impact, and evidence.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.