The user corrected an answer about a video — "no, it actually says X", "that's the wrong timestamp", "you misread the error code" — or asks why a video answer was wrong. Use this to record the correction as a lesson so future answers on similar questions improve, and to show what the system has learned and saved.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add oxbshw/watch-skill --skill learning-from-mistakes --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Learning From Mistakes?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oxbshw-learning-from-mistakes)More formats (shields.io, HTML) on the badges page.
---
name: learning-from-mistakes
version: "1.3.0rc2"
description: The user corrected an answer about a video — "no, it actually says X", "that's the wrong timestamp", "you misread the error code" — or asks why a video answer was wrong. Use this to record the correction as a lesson so future answers on similar questions improve, and to show what the system has learned and saved.
license: MIT
user-invocable: true
allowed-tools: Bash, Read
---
# Learning from mistakes
When a video answer turns out wrong, the correction is worth more than
an apology. Report it and Watch Skill learns locally — the mistake is
classified, stored as a lesson, injected into future similar questions,
and where possible the original question is immediately re-asked to
confirm the lesson actually fixes it.
## Report a correction
The moment the user corrects a video answer, run:
```bash
watch-skill lessons add <video_id> "<question>" "<the wrong answer>" "<the correction>"
```
The output includes the lesson (`error_class`, `guidance`) and, when the
question was re-asked, whether the corrected answer now comes back —
tell the user which it was. Nothing is uploaded; lessons live in
`~/.watch-skill/`.
## See what has been learned
```bash
watch-skill lessons list
```
## The savings meter
```bash
watch-skill stats
```
Lifetime token economics: what text-first answering and the semantic
cache have saved versus stuffing raw frames into context. Quote real
numbers from it when the user asks whether any of this is worth it.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!