Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Read a GitHub repository's vital signs with keyless curl — commit recency, release cadence, issue/PR responsiveness, and bus factor — interpreted into an is-this-project-alive verdict. Use when asked is this repo maintained, check this project before we build on it, how active is this library's development, or compare these repos' health. Produces the vitals with their reads, the responsiveness sampling, the rate-limit-aware command set, and the alive/coasting/abandoned verdict.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 52% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -1% | 0% |
The repository is where a project's real pulse shows — registries say what shipped; the repo says whether anyone's home. GitHub's REST API serves the vitals keylessly (60 requests/hour anonymous — enough for a handful of checks, and the skill budgets accordingly): last commit, release cadence, issue responsiveness, contributor spread. The interpretation discipline matters here too: stars measure attention once, commits measure life now, and an unanswered issue tracker measures the thing adopters actually care about.
Ask for these if not provided:
curl -s "https://api.github.com/repos/OWNER/REPO" (pushed_at, open_issues_count, archived flag — archived is the verdict, stop there) · latest commits: .../commits?per_page=5 · releases: .../releases?per_page=5 (cadence from the dates) · recent issues: .../issues?state=all&sort=created&per_page=10 (responsiveness sampling) · contributors: .../contributors?per_page=5 (concentration).archived flag and a README deprecation note outrank every other signal.Verdict: alive / coasting / life-support / abandoned / ARCHIVED] — two sentences].
| Vital | Value | Read | |---|---|---| Last push · release cadence · responsiveness sample (n of last 10 answered, typical lag) · contributor spread · archived flag]
Comparison mode: repos × vitals]
Source: GitHub REST (anonymous, rate-budgeted) · as of date] · rerun: [the curls] If rate-limited: the honest report + options]
Other measured skills in the registry, with their headline benchmark lift.