conversation-analyzer/SKILL.md
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
npx skillsauth add rm2thaddeus/aitor_skills conversation-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and workflow improvement opportunities.
Default: Last 200 conversations for recency and relevance.
Categorizes by: bug fixes, feature additions, refactoring, information queries, testing, other.
Tracks which projects consume most time, identifies project-specific patterns.
Hour-of-day usage distribution, identifies peak productivity times.
Frequency of error-related requests, common error keywords, recurring problems.
Identifies repeated exact requests, suggests skills, slash commands, or scripts.
Structured report with:
~/.claude/history.jsonl)Uses scripts/analyze_history.py for comprehensive analysis:
Capabilities:
~/.claude/history.jsonlUsage within skill: Runs automatically when user requests analysis.
Standalone usage:
cd ~/.claude/plugins/*/productivity-skills/conversation-analyzer/scripts
python3 analyze_history.py
Outputs:
conversation_analysis.txt - Detailed pattern analysisrecommendations.txt - Specific improvement suggestionsAnalyzed last 200 conversations:
- 60% general tasks, 15% bug fixes, 13% feature additions
- Project "ultramerge" dominates 58% of activity
- Same test-fixing request made 8 times
- 19 multi-step requests without planning
- Peak productivity: 13:00-15:00
Recommendations:
- Use test-fixing skill for recurring test failures
- Create project-specific utilities for ultramerge
- Use feature-planning skill for complex requests
- Add tests to prevent recurring bugs
- Schedule complex work during peak hours
All analysis happens locally. Conversation history never leaves user's machine.
development
Export Dev Graph UI assets and dashboard data. Use when the user asks for structure SVG exports, timeline SVG/MP4 exports, per-commit SVGs, sprint-linked visuals, or dashboard/analytics JSON from the Dev Graph API.
development
Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.
development
Analyzes CSV files, generates summary stats, and plots quick visualizations using Python and pandas.
testing
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.