• Hur det fungerar
  • Prissättning
  • Blogg
  • Vanliga frågor
GitRank
  • Hur det fungerar
  • Prissättning
  • Blogg
  • Vanliga frågor
Logga inRegistrera dig
GitRank

AI-driven PR-poängplattform för utvecklarteam. Open source och själv-hostbar.

© 2026 GitRank. CC BY-NC 4.0
Produkt
  • Funktioner
  • Hur det fungerar
  • Prissättning
  • FAQ
Jämför
  • GitRank vs LinearB
  • GitRank vs Jellyfish
  • GitRank vs GitClear
  • LinearB-alternativ
  • Jellyfish-alternativ
Resurser
  • Blogg
  • GitHub
  • Dokumentation
  • Bidra
Företag
  • Kontakt
  • Användarvillkor
  • Integritetspolicy
Hur det fungerar

Från merge till scorepå sekunder, inte timmar

GitRank automatiserar hela flödet från PR-merge till utvecklarerkännande. Här är exakt hur det fungerar.

Inga fler manuella kalkylblad som vi gjorde på TextCortex AI. Bara automatisk, AI-driven utvärdering.

Steg 1

Anslut Din GitHub-organisation

Installera GitRank GitHub App på din organisation. Välj vilka repositories du vill spåra. Installationen tar mindre än 2 minuter.

GitHub App-installation

gitrank-ai/gitrank-app

Redo att automatisera PR-poängsättning?

Kom igång på mindre än 5 minuter. Gratis för open source-projekt.

Kom Igång GratisSe Alla Funktioner
Read access to code and pull requests
Write access to issues (for comments)
Webhook events for pull requests
Step 2

Configure Your Scoring Rules

Define the components of your product (e.g., Auth, Payments, UI) and assign multipliers based on importance. Set up severity levels with base points.

Components

AUTH1.5×
PAYMENTS2.0×
API1.2×

Severity Levels

P0 Critical100 pts
P1 High50 pts
P2 Medium25 pts
Step 3

A PR Gets Merged

Developers work as usual. When a pull request is merged, GitHub sends a webhook to GitRank with the PR details.

Incoming Webhook
{
  "action": "closed",
  "pull_request": {
    "merged": true,
    "number": 142,
    "title": "Fix session timeout bug",
    "user": { "login": "dev123" },
    "additions": 45,
    "deletions": 12
  }
}
Step 4

AI Evaluates the PR

GitRank fetches the full diff and sends it to Claude. The AI analyzes the changes, classifies the component and severity, and checks eligibility criteria.

Claude AI Analysis

Processing PR #142...

Reading PR title, description, and linked issues
Analyzing code diff across 3 files
Matching file paths to component rules
Determining severity based on impact
Step 5

Score Posted to PR

GitRank posts a detailed comment on the PR with the evaluation results. The developer gets instant feedback on their contribution.

GitRank Bot

commented just now

Score: 75 points
Component: AUTH (1.5×)
Severity: P1 (50 pts)
Issue Linked
Tests Included
Implementation ✓
Step 6

Dashboards & Leaderboards Update

The score is recorded in the database. Leaderboards update in real-time. PMs and eng leads can track team performance and recognize top contributors.

Weekly Leaderboard

Live
#1

sarah_dev

8 PRs

425 pts
#2

mike_eng

6 PRs

380 pts
#3

dev123

5 PRs

275 pts