Files with the highest combination of change frequency and waste ratio. These are candidates for refactoring or closer review.
Cumulative contribution over time. Watch developers race as positions shift month by month.
Commit activity distribution by hour and day of week across all contributors in this repository.
Performance has many faces. Navigara breaks down the effort to visualize what parts of codebase has been changed and where energy flowed. Our Architect AI can break the performance even further into particular components and patterns.
Breakdown of file changes over time. Play the timeline to see how change types evolved across periods.
Monthly overview of bugs introduced and fixed, based on symbol-level commit analysis. Fixes show whether the original author fixed their own bug (self-fix) or someone else did (cross-fix).
Bug attribution uses symbol-level matching from commit history. For each fix commit, we look at the changed symbols (functions, classes, methods) and trace backwards to find who last modified that symbol in a non-fix commit. This person is the probable bug introducer. The algorithm only works when commits have symbol-level data from the Navigara analysis engine โ the coverage rate shows what percentage of fix commits had this data available.
The current metrics model has a semantic inversion: when developer A creates a feature with a bug, they receive grow (positive). When developer B fixes that bug, they receive waste (negative). The bug creator is rewarded while the fixer is penalized. Bug attribution addresses this by explicitly tracking who introduced bugs and who fixed them, providing a more accurate picture of code quality contributions.
Currently computed client-side from commit data. Ideal server-side endpoint:
POST /v1/repositories/{repositoryId}/bug-attributions
Content-Type: application/json
Request:
{
"startTime": "2025-01-01T00:00:00Z",
"endTime": "2025-12-31T23:59:59Z"
}
Response:
{
"totalBugsAttributed": 42,
"selfFixRate": 35,
"coverageRate": 78,
"attributions": [
{
"filePath": "src/lib/auth.ts",
"symbol": "validateToken",
"introducer": { "name": "Alice", "email": "alice@co.com", "commitSha": "abc123" },
"fixer": { "name": "Bob", "email": "bob@co.com", "commitSha": "def456" },
"fixedAt": "2025-06-15T10:30:00Z",
"isSelfFix": false
}
]
}Reclassifies engineering effort based on bug attribution. Commits that introduced bugs are retrospectively counted as poor investments.
Investment Quality reclassifies engineering effort based on bug attribution data. Commits identified as buggy origins (those that introduced bugs later fixed by someone) have their grow and maintenance time moved into the Wasted Time category. Their waste (fix commits) remains counted as productive. All other commits retain their standard classification: grow is productive, maintenance is maintenance, and waste (fixes) is productive.
The standard model classifies commits as Growth, Maintenance, or Fixes. Investment Quality adds a quality lens: a commit that introduced a bug is retrospectively counted as a poor investment โ the engineering time spent on it was wasted because it ultimately required additional fix work. Fix commits (Fixes in the standard model) are reframed as productive, because fixing bugs is valuable work.
Currently computed client-side from commit and bug attribution data. Ideal server-side endpoint:
POST /v1/organizations/{orgId}/investment-quality
Content-Type: application/json
Request:
{
"startTime": "2025-01-01T00:00:00Z",
"endTime": "2025-12-31T23:59:59Z",
"bucketSize": "BUCKET_SIZE_MONTH",
"groupBy": ["repository_id" | "deliverer_email"]
}
Response:
{
"productivePct": 74,
"maintenancePct": 18,
"wastedPct": 8,
"buckets": [
{
"bucketStart": "2025-01-01T00:00:00Z",
"productive": 4.2,
"maintenance": 1.8,
"wasted": 0.6
}
]
}Latest analyzed commits in this repository.
| Hash | Message | Author | Effort |
|---|---|---|---|
| f78e3ad | [codex] readd microsoft plugins (#125) | Soheil Norouzi | maint |
| d88301d | Align Slack skills with runtime contracts and user write intent (#123) | spasumar-oai | maint |
| 315ae19 | Cleanup no-in-use plugins for now. (#122) | xl-openai | โ |
| aef533f | Relax Microsoft skill write confirmation prompts (#120) | lsingh-oai | maint |
| c33798c | [codex] Sync Cloudflare plugin from supplied compare diff (#121) | Vaibhav Srivastav | maint |
| 96adb50 | Remove dependency on mcp for app-based skills (#119) | Gav Verma | โ |
| 42e5480 | [codex] remove plugin-prefixed skill display names (#98) | Vaibhav Srivastav | maint |
| 3d6b9c1 | [codex] Refresh plugin default prompts (#118) | Vaibhav Srivastav | maint |
| 743b9a8 | [codex] Refresh plugin icons from Ed assets (#117) | Vaibhav Srivastav | maint |
| aab8d99 | Shorten the default prompts to < 128 char (#116) | alexsong-oai | maint |
[codex] readd microsoft plugins (#125)
Align Slack skills with runtime contracts and user write intent (#123)
Cleanup no-in-use plugins for now. (#122)
Relax Microsoft skill write confirmation prompts (#120)
[codex] Sync Cloudflare plugin from supplied compare diff (#121)
Remove dependency on mcp for app-based skills (#119)
[codex] remove plugin-prefixed skill display names (#98)
[codex] Refresh plugin default prompts (#118)
[codex] Refresh plugin icons from Ed assets (#117)
Shorten the default prompts to < 128 char (#116)
Average context complexity and engagement score of file changes over time. Higher complexity means more intricate changes; higher impact means broader effect on the codebase.
Not enough data for this period.
Contributors ranked by total performance (ETV) from analyzed commits.
| # | |||||
|---|---|---|---|---|---|
| 1 | Gav Verma14 commits | 3.8 | 0.9 | 2.9 | 0 |
| 2 | V vb12 commits | 3 | 0.7 | 2.3 | 0 |
| 3 | C cching13 commits | 2.8 | 1.5 | 1.3 | 0 |
| 4 | xl-openai5 commits | 2.1 | 0 | 2 | 0.1 |
| 5 | A ashwinm10 commits | 2 | 0.7 | 1.3 | 0 |
| 6 | S soheil1 commits | 1.4 | 0.3 | 1.1 | 0 |
| 7 | S spasumar8 commits | 1.4 | 1.1 | 0.3 | 0 |
| 8 | D dasaismit8 commits | 1.3 | 0.4 | 0.9 | 0 |
| 9 | P paris3 commits | 1 | 0.5 | 0.5 | 0 |
| 10 | C caseychow5 commits | 0.7 | 0.3 | 0.4 | 0 |
| 11 | S ssetty3 commits | 0.5 | 0.2 | 0.3 | 0 |
| 12 | J jd7 commits | 0.5 | 0.3 | 0.1 | 0 |
| 13 | A ambroise7 commits | 0.4 | 0 | 0.3 | 0 |
| 14 | L lsingh1 commits | 0.1 | 0 | 0.1 | 0 |
| 15 | E eb2 commits | 0.1 | 0 | 0.1 | 0 |
Repository
plugins
OpenAI Plugins
Average Developer Performance (ETV)