Qmistake

Record user-flagged mistakes into .qe/MISTAKE.md for cross-session awareness.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qmistake
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Qmistake
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qmistake
Command: npx skills add https://github.com/inho-team/qe-framework --skill qmistake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Records mistakes Claude makes so they are never repeated, by storing each noted misstep in .qe/MISTAKE.md and loading it at every session start.

Core Features & Use Cases

  • Detects when a user flags an error or requests a correction and guides recording of the mistake.
  • Auto-numbers entries, stores them in a centralized registry, and injects unresolved mistakes into new sessions.
  • Provides subcommands to review, list, and resolve mistakes.

Quick Start

Tell Claude about a mistake and then run /Qmistake to record and review it for future sessions.

Frequently Asked Questions about Qmistake

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

FAQPage Schema
How do I record AI session mistakes to prevent repeats in future workflows?▼

To record AI session mistakes, flag the error or run the /Qmistake command. The system stores the entry in .qe/MISTAKE.md, auto-numbers it, and injects unresolved mistakes into future session context for cross-session awareness.

How does cross-session mistake logging work for documentation and automation?▼

Cross-session mistake logging works by storing corrections in a centralized .qe/MISTAKE.md registry. At every new session start, the system loads and injects unresolved mistakes into the context to maintain continuous workflow awareness.

Can I review and resolve logged errors after recording them during a session?▼

Yes, you can review and resolve logged errors. The system provides subcommands to list, review, and resolve mistake entries, allowing you to manage the .qe/MISTAKE.md registry and clear resolved issues from the active context.

What is the best way to maintain an AI error registry across multiple sessions?▼

The best way to maintain an AI error registry is to use a centralized logging file like .qe/MISTAKE.md. This approach auto-numbers entries and automatically loads unresolved issues at session start to ensure continuous awareness.

Does this mistake tracking approach require any dependencies or specific components?▼

No dependencies or specific components are required. The mistake tracking system operates independently by writing to a local .qe/MISTAKE.md file and injecting those entries into the session context without external modules.

When should I use Qmistake to log issues instead of manual documentation?▼

You should use it when you need automated cross-session awareness of errors. Instead of manual documentation, it detects flagged corrections, auto-numbers the entries, and actively injects unresolved mistakes into new sessions to prevent repeats.