mistakes

Log mistakes with category tags and schedule spaced reviews.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/diana-uk/senior-interview-mentor --skill mistakes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mistakes
Source: https://github.com/diana-uk/senior-interview-mentor/tree/main/.claude/skills/mistakes
Command: npx skills add https://github.com/diana-uk/senior-interview-mentor --skill mistakes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track and review mistake patterns to help users improve debugging skills and interview readiness.

Core Features & Use Cases

  • Log mistakes with category tags and timestamps
  • View statistics by category and next review date
  • Generate targeted practice suggestions based on top weaknesses

Quick Start

Log a mistake with a brief description to start tracking and schedule the next review.

Frequently Asked Questions about mistakes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track debugging mistakes for spaced repetition practice?

You can log debugging mistakes with category tags and timestamps to track error patterns and schedule spaced repetition reviews. Entries are stored in a JSON file with timestamps to systematically schedule subsequent reviews.

What is spaced repetition and how does it apply to interview preparation?

Spaced repetition for interview preparation involves logging mistakes and reviewing them at scheduled intervals to reinforce learning. It generates targeted practice suggestions based on your most frequent error categories.

Can I view statistics on my coding mistakes by category?

Yes, you can view statistics on your coding mistakes organized by category and next review date. This helps identify top weaknesses and generates targeted practice suggestions for interview readiness.

Does this mistake logging approach work without external dependencies?

Yes, mistake logging works without external dependencies because it stores all entries locally in a JSON file. You only need to provide a brief description to start tracking and schedule the next review.

What's the best way to log software development errors for coaching?

The best way to log software development errors for coaching is to record each mistake with a category tag and timestamp. This creates a reviewable dataset that schedules spaced practice sessions to reinforce debugging skills.