analyze
Analyze past coding sessions to extract summaries, reflections, and blindspots. Filter by project or agent to gain actionable insights for improvement.
Instructions
Session analytics and insights engine. Returns formatted markdown by default. Use format=json for raw data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to analyze (default: 30) | |
| lens | No | Analysis lens to apply (default: summary) | |
| agent | No | Filter by agent identity (e.g., cli, desktop, autonomous) | |
| format | No | Output format: text (default, compact markdown) or json (raw data) | |
| project | No | Project namespace (e.g., 'my-project'). Scopes sessions and searches. |