github_repo_health
Evaluate GitHub repository health through commit cadence, issue latency, contributor diversity, CI green rate, and release frequency. Returns a 0-100 health score with per-factor breakdown.
Instructions
Score a GitHub repository's health — commit cadence, issue-close latency, contributor diversity, CI green rate, release frequency. Returns 0-100 health score with per-factor breakdown. Priced at $0.02 USDC on Base (x402). Pass a signed x402 v2 authorization as the '_payment' argument to unlock the paid response. Without it, the tool returns the 402 accept-list for your wallet to sign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repo name (e.g. 'solana'). | |
| owner | Yes | GitHub org or user (e.g. 'solana-labs'). | |
| _payment | No | Optional. Signed x402 v2 X-PAYMENT header value (base64-encoded EIP-3009 authorization). If present, forwarded upstream; if absent, tool returns the 402 accept-list. |