Claude Code Insights Reports
This directory contains insights reports generated by the /insights command in Claude Code.
Reports
report-2026-02-10.html- Full insights report from February 10, 2026- 234 sessions analyzed
- 659 hours of usage
- 266 commits
Viewing the Reports
The HTML reports are self-contained and can be viewed in several ways:
- Locally: Open the HTML file directly in your browser
- GitHub: View directly on GitHub (it will render the HTML)
- GitHub Pages: If you enable Pages for this repo, the reports will be accessible at:
https://nicolasrouanne.github.io/claude/insights/report-2026-02-10.html
Key Insights from Latest Report
The February 10 report identified:
Top Friction Points
- Over-engineered solutions - Claude proposes complex implementations when simpler approaches are preferred
- Misinterpreting intent - Starting implementation when only a GitHub issue was requested
- Unsafe actions without permission - Merging PRs without explicit approval
Recommended CLAUDE.md Additions
- Never merge PRs without explicit user approval
- Default to posting plans as GitHub issues, not implementing
- Prefer simple solutions over complex ones
- Use restrictive permissions by default
- Use ruff for Python, Jest for React Native testing
- Always use realistic factory data with Faker, never None
Features to Try
- Hooks: Auto-lint Python/TypeScript files after edits
- Custom Skills: Create
/mergeskill with approval guardrails - Headless Mode: Automate common workflows in CI/CD
Raw Data
The raw session data that generated these reports is stored in ~/.claude/usage-data/facets/. Each JSON file represents a session with metadata about goals, friction, tools used, and outcomes.