lessons

Query and manage lessons learned from RCA reports by severity, tag, or category.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RussianLioN/moltinger --skill lessons-russianlion
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lessons
Source: https://github.com/RussianLioN/moltinger/tree/main/.claude/skills/lessons
Command: npx skills add https://github.com/RussianLioN/moltinger --skill lessons-russianlion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a natural language interface to query and manage lessons learned from Root Cause Analysis (RCA) reports, preventing recurring issues.

Core Features & Use Cases

  • Query Lessons: Search lessons by severity, tag, or category.
  • Rebuild Index: Regenerate the lessons index from RCA reports.
  • Use Case: Before starting a new task, query for "lessons about docker deployment failures" to avoid repeating past mistakes.

Quick Start

Use the lessons skill to show all lessons related to docker.

Frequently Asked Questions about lessons

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

FAQPage Schema
How do I search lessons learned from past RCA reports to prevent recurring incidents?▼

You can search RCA lessons learned by querying through natural language commands. The Skill filters lessons by severity, tag, or category, allowing you to retrieve relevant incident response knowledge before starting a new task.

What is the best way to query specific deployment failures in my incident response knowledge base?▼

Querying specific deployment failures uses natural language commands to search the lessons learned index by category or tag. This retrieves relevant RCA documentation to help you avoid repeating past mistakes during new deployments.

How do I rebuild the lessons index after adding new RCA reports?▼

You can rebuild the lessons index by executing deterministic bash scripts provided by the Skill. This regenerates the knowledge management index from your RCA reports to ensure all recent incident response documentation is searchable.

Can I query RCA lessons learned using natural language instead of specific database syntax?▼

Yes, you can query RCA lessons learned using natural language commands. The Skill interprets your plain text queries to search the knowledge management index by severity, tag, or category without requiring manual database syntax.

Do I need any external dependencies to manage RCA documentation with this Skill?▼

No external dependencies are required to manage RCA documentation. The Skill operates independently using internal scripts and references to query lessons learned and rebuild the index from root cause analysis reports.

When should I rebuild the lessons learned index for my RCA reports?▼

You should rebuild the lessons learned index when new RCA reports are added or documentation is updated. Running the index generation bash scripts ensures your knowledge management system accurately reflects the latest incident response data for querying.