ワンクリックで
log-tool-failure
If any tool call fails, log it IMMEDIATELY with this skill
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
If any tool call fails, log it IMMEDIATELY with this skill
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
ALWAYS follow this style when writing Python / JavaScript code
To select, design, annotate, and verify a data visualization (chart, map, or table).
ALWAYS follow this design guide for any front-end work
Use this for non-trivial analysis, design, diagnosis, review, strategy, or judgment. Skip it for simple lookups, mechanical rewrites, and pure tone tasks.
For CloudFlare development, deployment, e.g. Python CloudFlare Workers
Use when creating demos or POCs
| name | log-tool-failure |
| description | If any tool call fails, log it IMMEDIATELY with this skill |
Append one VALID JSON object per unexpected, reusable tool failure to ~/Documents/data/agents/tool-failure.jsonl. Quote / escape JSON programmatically.
{
"timestamp": "...", // ISO time
"agent": "codex", // e.g. copilot, claude, ...
"path": "/home/sanand/...", // project directory
"session": "...", // session ID
"summary": "...", // crisp 1-sentence summary of what you tried, what failed, AND **WHY**
"request": {}, // complete tool call as JSON
"response": {} // complete tool response as JSON, including error code, message, etc.
}
Log only failures that can improve future agent behavior:
Skip: