Back to list
vrazdalovschi

log-error

by vrazdalovschi

0🍴 0📅 Jan 22, 2026

SKILL.md


name: log-error description: Use when something goes wrong during agentic coding - hallucination, bug, ignored instruction, anti-pattern, context loss, or Claude getting stuck in a loop.

Log Error

Log agentic coding failures to identify USER mistakes in prompting, context management, or harness configuration.

Core principle: The model is constant. The user's input is the variable. Focus on the variable.

Error Categories

CategorySymptoms
Prompt ErrorAmbiguous, missing constraints, too verbose, implicit expectations
Context ErrorContext rot, stale/missing context, didn't /clear
Harness ErrorWrong agent type, subagent context loss, no guardrails
Meta ErrorRushed implementation, assumed competence, skipped planning

Interview Process

Ask 5-8 specific questions about what happened:

  • "Your prompt was X words. What were the 3 most important requirements?"
  • "Did you specify what NOT to do?"
  • "When did you last /clear? How full was context?"
  • "What constraints were in your head but not in the prompt?"
  • "Was this reference material or explicit requirements?"

Be critical - user is logging to learn, not to feel good.

Required Captures

  1. Triggering prompt - exact, verbatim
  2. Primary error category - pick ONE
  3. The gap - expected vs actual outcome
  4. Prevention - specific action items for next time
  5. Pattern check - seen this before? (habit to break)

Logging

  • Directory: ~/agents/logs/errors/
  • Format: error-YYYY-MM-DD-NNN.md
  • Template: See template.md in this skill directory

After logging, user can double-escape to rewind conversation and continue working.

Common Mistakes

MistakeFix
Generic questionsAsk about what ACTUALLY happened
Blaming modelFocus 80% on user error
Sanitizing logsBe specific and honest
Vague preventionGive actionable items

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon