• How It Works
  • Pricing
  • Blog
  • FAQ
GitRank
  • How It Works
  • Pricing
  • Blog
  • FAQ
로그인가입하기
GitRank

AI-powered PR analytics that measure developer impact, not just activity.

© 2026 GitRank. All rights reserved.
Product
  • Features
  • How It Works
  • Pricing
  • FAQ
비교하기
  • GitRank vs LinearB
  • GitRank vs Jellyfish
  • GitRank vs GitClear
  • LinearB 대체 서비스
  • Jellyfish 대체 서비스
Resources
  • Blog
  • GitHub
  • Documentation
  • 기여하기
회사
  • Contact
  • Terms of Service
  • Privacy Policy
How It Works

From merge to scorein seconds, not hours

GitRank automates the entire flow from PR merge to developer recognition. Here's exactly how it works.

No more manual spreadsheets like we used to do at TextCortex AI. Just automatic, AI-powered evaluation.

Step 1

Connect Your GitHub Organization

Install the GitRank GitHub App on your organization. Select which repositories you want to track. The setup takes less than 2 minutes.

GitHub App Installation

gitrank-ai/gitrank-app

Ready to automate PR scoring?

Get started in under 5 minutes. Free for open source projects.

Get Started FreeSee All Features
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