feat(site): add public per-repo review-quality leaderboard (#2568) - #3844
feat(site): add public per-repo review-quality leaderboard (#2568)#3844jimcody1995 wants to merge 1 commit into
Conversation
Ship an opt-in public quality page and API that reuse gate-precision and outcome telemetry with public-safe aggregates only. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent did not find any vulnerabilities or security issues in this PR. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3844 +/- ##
=======================================
Coverage 93.44% 93.44%
=======================================
Files 329 330 +1
Lines 32983 33076 +93
Branches 12070 12100 +30
=======================================
+ Hits 30821 30909 +88
- Misses 1530 1531 +1
- Partials 632 636 +4
🚀 New features to boost your workflow:
|
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - fixes requiredReview updated: 2026-07-06 15:33:06 UTC
🛑 Suggested Action - Fix Blockers Review summary Nits — 5 non-blocking
CI checks failing
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (CI is failing (validate, codecov/patch, validate-code)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
publicQualityMetricsopt-in (DB +.gittensory.yml+ maintainer dashboard toggle), default OFF./v1/public/repos/:owner/:repo/qualityand/repos/:owner/:repo/qualityusing existing gate-precision + outcome telemetry (ops-wirefalse-positive ledger, slop calibration) with public-safe aggregates only.0115_public_quality_metrics.sql, OpenAPI registration, and full unit/integration coverage on the new service.Fixes #2568
Test plan
npx vitest run test/unit/public-quality-metrics.test.tsnpm run typecheck,npm run db:migrations:check,npm run ui:openapi:check,npm run ui:openapi:settings-parityMade with Cursor