Badge Documentation
Add GitScope badges to your README to showcase your project's health metrics. Free for all public repositories.
1Quick Start
Add this to your README.md (replace owner/repo with your repository):
[](https://gitscope.dev)Preview:
2Available Badges
Repo Health
Overall repository health score from 0-100%. Calculated from activity, maintenance, community engagement, and issue management.
Markdown
[](https://gitscope.dev)Maintained
Shows maintenance status: "very active", "active", "maintained", or "stale" based on recent commit and issue activity.
Markdown
[](https://gitscope.dev)Response Time
Average time maintainers take to respond to new issues. Shows as "< 1 day", "< 1 week", etc.
Markdown
[](https://gitscope.dev)Contributors
Total number of unique contributors to the repository.
Markdown
[](https://gitscope.dev)Contributor Friendly
Indicates whether the repo welcomes new contributors based on good first issues, contributing guides, and response patterns.
Markdown
[](https://gitscope.dev)Issues Welcome
Shows if the project actively accepts and responds to issue reports.
Markdown
[](https://gitscope.dev)Documentation
Documentation quality indicator based on README completeness, wiki presence, and linked documentation.
Markdown
[](https://gitscope.dev)Issues Resolved
Percentage of issues that get resolved/closed. Higher is better.
Markdown
[](https://gitscope.dev)3Badge Styles
Customize badge appearance with the ?style= parameter:
Example with style parameter
[](https://gitscope.dev)4Custom Colors
Customize badge colors with URL parameters:
Value Color
Use ?color= to change the value background:
https://api.gitscope.dev/api/badges/owner/repo.svg?color=blueLabel Color (Dark Mode)
Use ?labelColor= for dark backgrounds:
https://api.gitscope.dev/api/badges/owner/repo.svg?labelColor=darkAvailable Colors
brightgreengreenyelloworangeredbluecyanpurplepinktealindigograyOr use hex codes: ?color=ff69b4 or ?color=#06b6d4
5Embedding Formats
Markdown
[](https://gitscope.dev)HTML
<a href="https://gitscope.dev"><img src="https://api.gitscope.dev/api/badges/owner/repo.svg" alt="Repo Health" /></a>reStructuredText
.. image:: https://api.gitscope.dev/api/badges/owner/repo.svg
:target: https://gitscope.dev
:alt: Repo Health6How Scores Are Calculated
Health Score (0-100%)
The health score combines multiple factors from public GitHub data:
Days since last commit (up to +20 points)
Open issues relative to popularity (up to +15)
Description, license, homepage (up to +10)
Stars and forks count (up to +5)
Maintained
Based on days since last push. "Very active" = pushed in last week.
Documentation
Checks for description, homepage, license, and wiki presence.
Contributors
Estimated from fork count. Register for accurate counts.
Response Time
Based on activity. Register for actual issue response times.
7FAQ
Will badges slow down my README?
No. Badges are served from Cloudflare's global edge network with a 15-minute cache. Response times are typically under 100ms worldwide.
How often do badges update?
Badge data is cached for 15 minutes. Health metrics are recalculated hourly from your repository's activity.
Do I need to sign up?
No signup required for badges. They work with any public GitHub repository instantly. Sign up only if you want detailed analytics and AI-powered triage.
How accurate are the estimates?
Health, Maintained, and Documentation badges use reliable GitHub data. Contributors and Response Time are estimated from public metrics. For precise data, register your repo in GitScope.
Want more than badges?
Get AI-powered issue triage, automated responses, duplicate detection, and detailed analytics for your repositories.