analyze-conversation

Analyze completed AI conversations to identify anti-patterns and generate markdown reports.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rahulrajaram/rahulskills --skill analyze-conversation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-conversation
Source: https://github.com/rahulrajaram/rahulskills/tree/main/skills/analyze-conversation
Command: npx skills add https://github.com/rahulrajaram/rahulskills --skill analyze-conversation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you identify and learn from mistakes made during AI conversations, improving future interactions and automating repetitive tasks.

Core Features & Use Cases

  • Anti-Pattern Detection: Identifies common issues like retrying commands without diagnosis, hardcoding credentials, or expanding scope without permission.
  • Tooling Gap Analysis: Pinpoints commands that are frequently repeated, suggesting opportunities for new automation tools.
  • Use Case: After a complex debugging session, run this Skill to get a report detailing what went wrong, what tools could have helped, and how to avoid similar issues in the future.

Quick Start

Analyze the conversation with ID '5e6380e9-fb47-493b-9944-b029d43dae40'.

Frequently Asked Questions about analyze-conversation

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

FAQPage Schema
How do I identify anti-patterns in past AI conversations?

To identify anti-patterns in AI conversations, analyze completed chat logs to detect systemic issues like retrying commands without diagnosis, hardcoding credentials, or expanding scope without permission. This process extracts actionable learnings.

What's the best way to analyze AI chat logs for automation opportunities?

The best way to analyze AI chat logs for automation opportunities is to perform a tooling gap analysis. This pinpoints frequently repeated commands, suggesting areas where new automation tools can streamline future interactions.

Can I generate a retrospective report from a completed debugging session?

Yes, you can generate a retrospective report from a debugging session. Analyzing the conversation produces a structured markdown report detailing what went wrong, tooling gaps, and recommendations for process improvement.

How do I extract insights on credential misuse from prompt engineering logs?

To extract insights on credential misuse from prompt engineering logs, analyze the completed AI conversations. This identifies systemic anti-patterns like hardcoding credentials and unverified value usage, generating structured findings.

Does conversation analysis require any external dependencies or scripts?

No external dependencies are required for conversation analysis. The process relies solely on built-in scripts to analyze completed AI conversations and extract actionable learnings without needing additional packages.