con un clic
log-tool-failure
If any tool call fails, log it IMMEDIATELY with this skill
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
If any tool call fails, log it IMMEDIATELY with this skill
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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: