postmortem

Analyze agent conversation transcripts to detect protocol deviations and anti-patterns.

15|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/clonable-eden/cekernel --skill postmortem-clonable-eden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postmortem
Source: https://github.com/clonable-eden/cekernel/tree/main/skills/postmortem
Command: npx skills add https://github.com/clonable-eden/cekernel --skill postmortem-clonable-eden

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically analyzes conversation transcripts to identify problems, suggest fixes, and even create GitHub issues for them, streamlining the debugging and improvement process.

Core Features & Use Cases

  • Transcript Analysis: Scans Worker, Reviewer, and Orchestrator transcripts for specific patterns and anti-patterns.
  • Issue Detection: Identifies critical, warning, and informational issues based on predefined heuristics.
  • Automated Reporting: Compiles findings into a clear, structured post-mortem report.
  • Issue Creation: Proposes GitHub issues for actionable findings, requiring user approval before creation.
  • Use Case: After a complex development cycle, run /postmortem on the relevant issue number to quickly identify any communication breakdowns, protocol violations, or inefficient steps that occurred, and generate tickets to address them.

Quick Start

Analyze the conversation transcripts for issue number 1234.

Frequently Asked Questions about postmortem

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

FAQPage Schema
How do I analyze conversation transcripts to detect anti-patterns in agent workflows?

To analyze conversation transcripts for anti-patterns, you can use predefined detection heuristics to scan Worker, Reviewer, and Orchestrator logs. This identifies structural problems and protocol deviations, generating a structured postmortem report with actionable recommendations.

What is the best way to automate issue tracking from debugging transcripts?

Automating issue tracking from debugging transcripts involves scanning logs for critical and warning issues, then proposing GitHub issues based on those findings. The system requires user approval before creating these tickets, streamlining the debugging process.

Can I use transcript analysis to find protocol deviations in Orchestrator and Worker logs?

Yes, transcript analysis can scan Orchestrator and Worker logs to find protocol deviations. It uses predefined detection patterns to identify communication breakdowns and structural problems, outputting a clear postmortem report.

How do I generate a postmortem report for a specific issue number?

To generate a postmortem report for a specific issue number, run the analysis command on that issue. The system scans the relevant conversation transcripts to identify inefficient steps and compiles the findings into a structured report.

Do I need predefined detection patterns to run a transcript postmortem analysis?

Yes, you need predefined detection pattern heuristics to run a transcript postmortem analysis. These heuristics are required to detect structural problems, protocol violations, and anti-patterns within the conversation transcripts.

When should I run a postmortem analysis on my development cycle transcripts?

You should run a postmortem analysis after a complex development cycle to quickly identify any communication breakdowns, protocol violations, or inefficient steps that occurred, and generate tickets to address them.