Getting Started with GitRank: AI-Powered PR Scoring in Minutes
Learn how to set up GitRank to automatically score your pull requests using Claude AI and track developer contributions in under 5 minutes.
Learn how to set up GitRank to automatically score your pull requests using Claude AI and track developer contributions in under 5 minutes.
Jay Derinbogaz
Founder

Setting up GitRank takes less than 5 minutes. In this guide, we'll walk through connecting your GitHub repository and getting your first AI-powered PR scores.
GitRank is an open-source platform that uses Claude AI to automatically evaluate every merged pull request. Each PR gets scored based on:
The final score combines these factors, giving you objective metrics to recognize top contributors and automate bug bounty payouts.
Before you begin, make sure you have:
After signing up at gitrank.dev, you'll be prompted to connect your GitHub account.
Click "Connect GitHub" and authorize the GitRank GitHub App. You'll be redirected back to GitRank automatically.
Once connected, you'll see a list of repositories you have access to. Select the ones you want GitRank to monitor.
For each repository, GitRank will:
Components help GitRank understand the different parts of your codebase. By default, GitRank uses AI to detect components, but you can also define custom rules.
# Example component configuration
components:
AUTH:
multiplier: 1.5
paths:
- 'src/auth/**'
- 'lib/authentication/**'
PAYMENTS:
multiplier: 2.0
paths:
- 'src/billing/**'
- 'src/payments/**'
Higher multipliers mean higher scores for changes in critical areas.
Once configured, GitRank will automatically evaluate every merged PR. Within seconds of merging, you'll see a comment like this:
Now that you're set up, explore these features:
How accurate is the AI scoring?
In our testing, Claude correctly classifies component and severity about 90% of the time. You can always override any evaluation through the dashboard.
Is my code safe?
PR diffs are sent to Claude (Anthropic) for evaluation. Anthropic has enterprise-grade security and does not train on customer data. For extra security, you can self-host GitRank with your own API key.
Does it work with monorepos?
Yes! GitRank handles monorepos by analyzing the paths of changed files to determine which components are affected.
Have questions? Join our GitHub Discussions or reach out on Twitter.
Comienza a medir la productividad de los desarrolladores con análisis de PR impulsado por IA. Gratis para proyectos de código abierto.
Prueba GitRank Gratis