correction-capture

Capture engineer corrections and append reusable lessons to tasks/lessons.md.

6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill correction-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: correction-capture
Source: https://github.com/moberghr/mtk-agent-toolkit/tree/main/.claude/skills/correction-capture
Command: npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill correction-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Engineers frequently repeat corrective feedback, and institutional knowledge can be lost between sessions. This Skill captures corrections when an engineer says "no", "stop", or redirects, and converts them into reusable lessons to inform future work.

Core Features & Use Cases

  • Capture corrective feedback immediately during a task and extract a general rule.
  • Append the resulting lesson to a central log (tasks/lessons.md) for cross-task learning.
  • Reinforce consistency by reusing learned guidelines in future sessions and tasks.

Quick Start

After an engineer correction, append a new reusable lesson to tasks/lessons.md describing the correction and its general rule.

Frequently Asked Questions about correction-capture

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

FAQPage Schema
How do I capture engineer corrections as reusable coding guidelines?

Capture corrections as reusable coding guidelines by detecting when an engineer redirects a task, extracting a general rule from the feedback, and appending it to a shared knowledge log for future sessions.

Why do I need to repeat corrective feedback across different coding sessions?

Repeating corrective feedback happens because institutional knowledge is lost between sessions; storing these corrections as reusable lessons in a central log ensures guidelines persist and inform future work automatically.

How does knowledge capture from corrections work for AI learning?

AI learning from corrections works by intercepting task redirections, extracting the general coding rule from the specific feedback, and enforcing the loading of these learned rules in future contexts.

What is the best way to store lessons learned during code reviews?

Store lessons learned during code reviews by appending the extracted correction and its general rule to a central tasks/lessons.md file, ensuring cross-task learning and consistency in future sessions.

Does this correction capture workflow require any external dependencies?

No, this correction capture workflow operates without external dependencies, relying solely on a local tasks/lessons.md file to store and enforce knowledge capture rules across sessions.

When should I not use automated knowledge capture for coding guidelines?

Automated knowledge capture for coding guidelines is not suitable for subjective preferences or one-off context that cannot be generalized into a reusable rule for future tasks.