export_evolution_data
Analyze GitHub contributions to produce weekly Karpathy skill scores and trends, ready for Spider Chart visualization in the Karpathy Dashboard.
Instructions
Export Karpathy skill evolution data for Spider Chart visualization.
Analyzes the last N weeks and returns scores for each dimension per week, plus trend analysis (improving/declining/stable).
Designed to feed the external Next.js Karpathy Dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional repository filter. | |
| weeks | No | Number of weeks to analyze (default: 12). | |
| username | No | GitHub username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |