Get Repo Health
get_repo_healthAssess a public GitHub repository's maintenance health with a 0-100 score based on commit recency, issue triage, and contributor diversity to inform dependency or contribution decisions.
Instructions
Computes a maintenance-health score (0-100) for a public GitHub repo from commit recency, issue-triage ratio, and contributor diversity. Use this before deciding whether to depend on or contribute to a repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name, e.g. 'anthropic-sdk-python' | |
| owner | Yes | Repository owner or organization, e.g. 'anthropics' |