conversation-analyzer
This skill scans your conversation history to surface usage trends, identify repetitive tasks ripe for automation, and pinpoint workflow inefficiencies. It categorizes requests by type, tracks project activity, detects time-of-day patterns, and flags vague or complex requests that slow you down. Analysis runs locally on your machine for privacy, delivering prioritized recommendations you can act on immediately.
Conversation Analyzer reviews your Claude Code history to spot usage patterns, recurring mistakes, and workflow improvements.
AI-generated summary based on this skill's SKILL.md
Install
mhattingpete/claude-skills-marketplace/conversation-analyzer · repository language: HTML
git clone https://github.com/mhattingpete/claude-skills-marketplace
cp -r claude-skills-marketplace/productivity-skills-plugin/skills/conversation-analyzer ~/.claude/skills/conversation-analyzerFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What patterns in my usage does conversation-analyzer identify?
conversation-analyzer scans your conversation history to surface usage trends, categorizing requests by type and tracking project activity. It detects time-of-day patterns showing when you're most productive, identifies which tasks you repeat most frequently, and flags vague or complex requests that may slow your workflow down. The analysis runs locally on your machine for privacy.
How can conversation-analyzer help me improve my workflow?
conversation-analyzer delivers prioritized recommendations by analyzing conversation patterns and identifying workflow inefficiencies. It discovers automation opportunities and repetitive tasks that could be optimized, reviews common mistakes with actionable suggestions for improvement, and helps you understand your productivity patterns and peak performance times so you can work more effectively.
Does conversation-analyzer review my Claude conversations for improvements?
Yes. conversation-analyzer reviews your Claude conversation history to identify usage patterns, workflow inefficiencies, and opportunities for optimization. It analyzes your request types, checks the effectiveness of Claude Code usage and best practices compliance, and flags areas where you could streamline your approach or automate repetitive work.
Can conversation-analyzer find repetitive tasks I do?
conversation-analyzer identifies your most repetitive tasks by analyzing your conversation history and request patterns. It discovers automation opportunities within those recurring workflows, helping you recognize which tasks could be optimized or automated to save time and reduce manual effort in your daily work.
Is my conversation data private when using conversation-analyzer?
Yes. conversation-analyzer analysis runs locally on your machine, ensuring your conversation data remains private. Your history is scanned and analyzed without being sent to external servers, so you can safely review your usage patterns and receive recommendations while maintaining full control over your sensitive information.
SKILL.md
rendered from the published skill — quoted content, verbatim
Conversation Analyzer
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and workflow improvement opportunities.
When to Use
- "analyze my conversations"
- "review my Claude Code history"
- "what patterns do you see in my usage"
- "how can I improve my workflow"
- "am I using Claude Code effectively"
What It Analyzes
- Request type distribution (bug fixes, features, refactoring, queries, testing)
- Most active projects
- Common error keywords
- Time-of-day patterns
- Repetitive tasks (automation opportunities)
- Vague requests causing back-and-forth
- Complex tasks attempted without planning
- Recurring bugs/errors
Analysis Scope
Default: Last 200 conversations for recency and relevance.
Methodology
1. Request Type Distribution
Categorizes by: bug
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
productivity-skills-plugin/skills/conversation-analyzer/SKILL.md
productivity-skills-plugin/skills/conversation-analyzer/scripts/analyze_history.py