get_architecture_impact
Classifies GitHub contributions by type (Feature, Refactor, Bug Fix) and quantifies their impact on codebase health with health delta, complexity, and impact level.
Instructions
Identify contribution types (Feature, Refactor, Bug Fix) and assess their impact on codebase health.
For each PR, returns:
Classification: Feature, Refactor, Bug Fix, Performance, Documentation, Test, Chore
Impact level: critical, high, medium, low, trivial
Health delta: -1.0 (degradation) to +1.0 (improvement)
Complexity score: 0.0 to 1.0
First Principles detection: whether the contribution demonstrates building from scratch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional repository filter. | |
| since | No | Start date (ISO format). Defaults to 30 days ago. | |
| until | No | End date (ISO format). Defaults to today. | |
| username | No | GitHub username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |