insights
Installation
SKILL.md
Insights: Workflow Analytics
Purpose
Query claude-mem to show where you spend time on corrections, which files are hotspots, and how your feature-to-fix ratio trends. Identify patterns so you can invest in prevention.
Process
Step 1: Gather Data
Run these HTTP queries in parallel using the Bash tool:
# Bugfixes
curl -s "http://localhost:37777/api/search/by-type?type=bugfix&limit=200"