بنقرة واحدة
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: