AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Repo Eval

skill-wilbeibi-wilbeibi-skills-repo-eval · by wilbeibi

Evaluate a public GitHub repository's momentum and maintenance health. Use when asked whether a repository is healthy, growing, declining, abandoned, or well maintained, or when vetting dependencies and OSS projects. Do NOT use for code or architecture review.

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-wilbeibi-wilbeibi-skills-repo-eval

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wilbeibi-wilbeibi-skills-repo-eval)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
19d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Repo Eval? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

repo-eval

Score a GitHub repo 0-100 on momentum (popularity trajectory) and maintenance (how well it is run), then drop it on a quadrant. Two axes decouple: a repo can be popular-but-abandoned or niche-but-impeccable. Read them together, never alone.

stargazers history, issue/PR-creator history, org breakdown.

  • Maintenance comes from gh (your existing auth): time-to-first-response, time-to-merge,

PR acceptance rate, issue half-life, open-PR backlog age, release cadence, self-merge rate, contributor concentration, CI. These are computed month-by-month over a ≥12-month window (--months, default 18) and fitted to a slope, so trends — not just current levels — drive the verdict (e.g. response time creeping up = dying, flat = mature).

The script always prints the raw metrics beside the scores — the verdict is auditable, not a black box. See [REFERENCE.md](REFERENCE.md) for every metric definition, the scoring thresholds, and the gotchas (squash-merge, bot noise, mature-vs-dying).

Quick start

# Full evaluation (needs network for OSS Insight + an authenticated gh)
python3 scripts/repo_eval.py vercel/next.js

# One axis at a time
python3 scripts/repo_eval.py vercel/next.js --momentum-only
python3 scripts/repo_eval.py vercel/next.js --maintenance-only

# Machine-readable (includes the per-month trend series under maintenance.monthly)
python3 scripts/repo_eval.py vercel/next.js --json

# Widen the maintenance trend window, or use weekly star granularity for young repos
python3 scripts/repo_eval.py vercel/next.js --months 24
python3 scripts/repo_eval.py vercel/next.js --period week

# Verify the metric math offline (no network)
python3 scripts/repo_eval.py --selftest

Steps

  1. Confirm gh auth status is logged in (the maintenance axis needs it). OSS Insight needs

no auth but must be reachable (some sandboxes block api.ossinsight.io).

  1. Run repo_eval.py OWNER/REPO. If one axis is unreachable it degrades gracefully and the

verdict says "Incomplete" — rerun with --maintenance-only / --momentum-only as needed.

  1. Read the verdict (the quadrant) first, then sanity-check it against the raw metrics.

The score is a transparent weighted average; trust the metrics over the number.

  1. When interpreting, apply the REFERENCE.md rules: low momentum + steady maintenance + flat

backlog = mature, not dying; green CI + recent commits that are all bot bumps = neglected, not healthy.

Notes

  • Zero third-party dependencies — stdlib + the gh CLI only.
  • Bot accounts (*[bot], dependabot, renovate, github-actions, …) are filtered before

computing contributor, response-time, and merge stats.

  • Star/contributor totals are ratchets that only climb; this skill works in **rates and

trends**, not totals, so a rolled-over project still reads as declining.

  • On hyper-active repos the issue/PR page cap can make the actual trend window shorter than

--months; the report prints *_span_months and a ! note when that happens, and the affected trends return null rather than a misleadingly short slope.

  • For SaaS-OSS, high contributor concentration is expected (the company is the maintainer) —

it is reported as risk, not penalized heavily. The license axis is out of scope; check it separately (OSI vs BSL/SSPL/source-available, and whether it changed).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.