Display tracked patterns from automated conversation analysis
Displays tracked conversation patterns from automated analysis with severity levels and occurrence counts.
/plugin marketplace add C0ntr0lledCha0s/claude-code-plugin-automations/plugin install self-improvement@claude-code-plugin-automationsclaude-haiku-4-5Display all patterns that have been automatically tracked by the self-improvement system.
Execute the view-patterns script to show tracked patterns.
bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/view-patterns.sh
The system automatically tracks patterns across all conversations, including:
Pattern Types:
high_bug_discussion - Conversations with many bug mentionssecurity_focus - Security-related topicsmissing_tests - Code without testsmissing_validation - Code without input validationhigh_error_rate - Multiple errors encounterednegative_user_experience - User frustrationunclear_communication - User confusionPattern Information:
š“ CRITICAL: high_error_rate
Description: Multiple errors encountered in conversation
Occurrences: 5
First seen: 2025-01-15T10:30:00
Last seen: 2025-01-20T14:20:00
š” IMPORTANT: missing_tests
Description: Code provided but no tests mentioned
Occurrences: 12
First seen: 2025-01-10T09:15:00
Last seen: 2025-01-20T16:45:00
/show-patterns
Critical Patterns (š“):
Important Patterns (š”):
Minor Patterns (š¢):
Based on patterns shown:
/show-learnings - View learning points/show-metrics - View conversation statistics/review-my-work - Trigger manual review/quality-check - Quick quality assessmentPatterns are automatically tracked at the end of each conversation to enable continuous improvement.