+ {/* Header */}
+
+
+
+
High Scores
+
+
+ Engineering insights for {selectedRepo.owner}/{selectedRepo.name}
+
+
+
+ {/* Key Metrics Grid */}
+
+
+ 70 ? "up" : stats.mergeRate < 50 ? "down" : "neutral"}
+ />
+ 72 ? "down" : "neutral"}
+ />
+
+
+
+ {/* Secondary Metrics */}
+
+
+
+
+
+
+ {/* Status Breakdown */}
+
+
+
+
+
+
+ {/* Top Performers */}
+
+
+
+ Top Performers
+
+
+
+
+
+ Most Active Contributor
+
+
+ {stats.mostActiveContributor || "N/A"}
+
+
+ Highest number of PRs created
+
+
+
+
+
+
+ Most Productive Agent
+
+
+ {stats.mostProductiveAgent || "N/A"}
+
+
+ Highest number of merged PRs
+
+
+
+
+
+ {/* Agents Section */}
+ {stats.agents.length > 0 && (
+
+
+
+ AI Agents Performance
+
+
+ {stats.agents.map((agent) => (
+
+ ))}
+
+
+ )}
+