.claude/skills/mistakes/SKILL.md
Track and review mistake patterns with spaced repetition. Use when user wants to log a mistake, see their weak areas, or get targeted practice.
npx skillsauth add diana-uk/senior-interview-mentor mistakesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Track and review the user's mistake patterns.
Action requested: $ARGUMENTS (log | list | stats | review | clear)
If no action specified, show stats.
Categories tracked:
Actions:
log: Ask user to describe their mistake, then:
list: Show all tracked mistakes with:
stats: Show frequency by category:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MISTAKE STATS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Edge Cases ████████░░░░ 8 (32%)
Off-by-One ██████░░░░░░ 6 (24%)
Complexity ████░░░░░░░░ 4 (16%)
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total: 25 mistakes tracked
FOCUS AREAS:
Your top weakness is Edge Cases. Practice:
• Two Sum (empty array, single element)
• Valid Palindrome (empty string)
• Merge Intervals (no intervals)
review: Get 3 problems targeting the user's weakest category
clear: Reset mistake history (confirm first)
testing
Quick way to get the next appropriate hint. Automatically advances hint level. Use when you're stuck and need help without specifying hint level.
development
Start solving a LeetCode problem with guided teaching. Use when user wants to learn how to solve a coding problem.
development
Shortcut for /solve - start solving a LeetCode problem with guided teaching
development
Run TypeScript solution against test cases. Use when user wants to test their code.