Session Retrospective

Analyze conversation logs to detect skill gaps and propose automated improvements.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/ntluong95/agent-skills-statistics --skill session-retrospective-ntluong95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Session Retrospective
Source: https://github.com/ntluong95/agent-skills-statistics/tree/main/.github/skills/common/session-retrospective
Command: npx skills add https://github.com/ntluong95/agent-skills-statistics --skill session-retrospective-ntluong95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps identify and fix gaps in the AI's skill library by analyzing user corrections and feedback from past conversations, leading to continuous improvement.

Core Features & Use Cases

  • Correction Signal Detection: Automatically identifies patterns indicating skill deficiencies (e.g., repeated user edits, explicit rejections).
  • Root Cause Analysis: Classifies the reason for the correction (e.g., Skill Missing, Skill Incomplete).
  • Automated Improvement Proposals: Suggests specific fixes, such as updating existing skills, references, or creating new ones.
  • Use Case: After a coding session where the AI repeatedly made a specific type of error that the user had to correct, this skill would analyze those corrections to propose an update to the relevant coding skill.

Quick Start

Run the session retrospective skill to analyze the last conversation for skill improvement opportunities.

Frequently Asked Questions about Session Retrospective

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

FAQPage Schema
How do I analyze conversation logs to find missing or incomplete agent skills?

You can analyze conversation logs to find skill gaps by detecting correction signals like repeated user edits and rejections. The Session Retrospective skill processes these logs to classify root causes and propose specific fixes for continuous agent self-learning.

What is the best way to automate AI skill library updates from past session feedback?

Automating AI skill library updates involves analyzing past session feedback to identify correction patterns. This skill automatically proposes improvements such as reference modifications, skill updates, or new skill creation based on detected root causes.

Why does my AI agent keep making the same errors and requiring lint rework during coding sessions?

Your AI agent requires lint rework because of missing or incomplete skills in its library. Analyzing session logs for correction signals like repeated loops helps classify these root causes and propose targeted skill updates to prevent future errors.

Can I use conversation log analysis to propose new skills for continuous agent improvement?

Yes, you can use conversation log analysis to propose new skills for continuous agent improvement. The retrospective process identifies explicit rejections and correction loops, classifying them as incomplete or missing skills to generate automated skill creation proposals.

Does this session retrospective approach work without external dependencies or specific environment setup?

Yes, the session retrospective approach works without external dependencies. It operates as an intermediate-level skill with reference components, requiring only conversation logs to detect correction signals and propose updates to the existing skills library.

What are the limitations of using correction signal detection for agent self-learning?

The limitation of using correction signal detection for agent self-learning is that it relies entirely on the quality of conversation logs. It requires identifiable signals like loops or rejections to classify root causes and propose skill fixes accurately.