pattern-extractor

Extract error, success, and decision patterns from conversation transcripts.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dundas/uhr --skill pattern-extractor-dundas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pattern-extractor
Source: https://github.com/dundas/uhr/tree/main/.claude/skills/pattern-extractor
Command: npx skills add https://github.com/dundas/uhr --skill pattern-extractor-dundas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of analyzing conversation transcripts to identify recurring error patterns, successful strategies, and key decisions, transforming raw data into actionable knowledge.

Core Features & Use Cases

  • Pattern Detection: Automatically identifies and categorizes error patterns, success patterns, and decision points from transcripts.
  • Knowledge Update: Updates documentation like technical-patterns.md with new insights.
  • Preventive Measures: Generates code-level suggestions for pre-flight checks and tool wrappers to prevent future errors.
  • Use Case: After a week of development, run this Skill to automatically identify the top 3 most common errors encountered, suggest code fixes, and document successful approaches used in bug resolution.

Quick Start

Analyze the last 7 days of transcripts to extract and display error patterns.

Frequently Asked Questions about pattern-extractor

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

FAQPage Schema
How do I extract error patterns from conversation transcripts?

To extract error patterns from conversation transcripts, you need automated pattern detection algorithms that categorize recurring errors, successful strategies, and key decisions from raw text logs. This process transforms transcript data into categorized, actionable technical insights.

Can I automatically generate preventive code from transcript analysis?

Yes, you can generate preventive code from transcript analysis by identifying recurring error patterns and generating code-level suggestions for pre-flight checks and tool wrappers. This automation prevents similar errors in future development cycles.

What is the best way to update a knowledge base with insights from development logs?

The best way to update a knowledge base with development insights is to automate transcript parsing to identify technical patterns, then systematically append categorized error and success insights to documentation files like technical-patterns.md.

How does learning loop automation work for error prevention?

Learning loop automation for error prevention works by continuously analyzing conversation transcripts to detect recurring mistakes, suggesting preventive code wrappers, and updating documentation to ensure past resolution strategies are applied to future tasks.

Do I need specific transcript formats to identify best practices from logs?

You need text-based conversation transcripts that can be parsed by pattern detection algorithms to identify best practices. The system processes these transcripts to categorize successful strategies and key decisions without requiring rigid data structures.