Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计提醒

github-analytics-scoringGitHub 分析 scoring

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

3,036

周安装

124

GitHub Stars

256

下载量

982
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:github-analytics-scoring(GitHub 分析 scoring)
来源仓库:https://github.com/community-access/accessibility-agents
仓库路径:skills/github-analytics-scoring
安装命令:
npx skills add https://github.com/community-access/accessibility-agents --skill github-analytics-scoring
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/community-access/accessibility-agents --skill github-analytics-scoring

简介

量化评估 GitHub 项目的健康度和活跃度。

  • 基于提交频率、issue 响应等指标打分。
  • 识别潜在维护风险和改进机会点。
  • 仅计算公开仓库的可观测数据。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 输出雷达图和趋势分析报告。github-analytics-scoring 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

GitHub Analytics Scoring

Repository Health Score

Health Score = 100 - (sum of weighted penalties)

Penalties - CI & Reliability:
  Failing workflow, high confidence:         -10 points
  Flaky test (3+ failures/week):             - 5 points
  No CI configured:                          - 8 points

Penalties - Issues & PRs:
  Critical unresolved bug (P0):             -10 points
  Security alert (critical severity):       -10 points
  Security alert (high severity):           - 5 points
  PR open >14 days (stale):                 - 3 points each (max -9)
  Issue @mentioned, no response >7 days:    - 5 points each (max -10)
  >10 open issues with no labels/triage:    - 3 points

Penalties - Community Health:
  No CONTRIBUTING.md:                        - 5 points
  No CODE_OF_CONDUCT.md:                     - 3 points
  No branch protection on main:              - 5 points
  0 open "good first issue" labels:          - 2 points

Floor: 0 (minimum score)

Score Grades

ScoreGradeMeaning
90-100AExcellent - healthy repo, minimal issues
75-89BGood - minor issues, well-managed
50-74CNeeds attention - multiple signals requiring action
25-49DPoor - significant problems impacting velocity
0-24FCritical - major issues blocking team progress

Priority Scoring for Issues

Internally score each issue to determine sort order in dashboards and reports:

SignalPoints
User @mentioned and hasn't responded+5
P0, P1, critical, urgent, blocker label+3
Tied to upcoming release milestone+3
New comments from others since user's last activity+2
High community interest (5+ positive reactions)+2
bug label+1
Assigned to user+1
Active related discussion thread+1
wontfix, duplicate, question label-1
No activity >14 days-2

Priority Scoring for Pull Requests

SignalPoints
Review requested, user hasn't reviewed+5
PR has "changes requested" - author needs to update+4
PR is approved and ready to merge+3
Targets a release branch with upcoming deadline+3
CI failed on this PR+2
Merge conflicts present+2
High community interest (5+ positive reactions)+2
New comments on the PR+1
Active discussion thread linked to this PR+1
Draft PR-1
No activity >7 days-2

Priority Scoring for Discussions

SignalPoints
User was @mentioned+3
High activity (10+ comments in 24h)+2
Linked to an issue/PR the user owns+1
No activity >7 days-1

Confidence Levels for Analytics Findings

Apply confidence levels to all bottleneck findings, health score deductions, and anomaly detections. Every finding in a report MUST include its confidence level.

LevelWhen to UseImpact on Report
HighMultiple corroborating signals, definitively observed (e.g., CI has failed 5 times this week, confirmed by logs)Report as fact; recommend remediation
MediumFound by one source, likely issue (e.g., PR open 14 days but author may be on leave)Report as finding; suggest investigation
LowPossible pattern, needs human review (e.g., velocity seems low but may be seasonal)Flag as observation; don't deduct from score

Confidence Tag Format in Reports

| Finding | Severity | Confidence | Recommendation |
|---------|----------|-----------|----------------|
| 3 PRs stale >14 days | High | **High** | Assign reviewers or close |
| Velocity 40% below 4-week avg | Medium | **Medium** | Verify - may be holiday period |
| Issue activity spike on Fridays | Low | **Low** | Monitor for 2 weeks before acting |

Delta Tracking

When re-running an analysis against a previous report, classify every finding by change status:

StatusDefinition
FixedWas in previous report; no longer present
NewNot in previous report; appears now
PersistentRemains from previous report, unchanged
RegressedWas previously fixed but has returned

Delta Report Section Format

## Changes Since Last Report ({previous date})

| Change | Finding | Details |
|--------|---------|---------|
|  Fixed | 3 stale PRs resolved | Team cleared the backlog |
|  New | CI failing on main | Build broke in last 24h |
|  Persistent (#3) | Velocity 30% below baseline | Third consecutive week |
|  Regressed | Security alert reopened | lodash advisory re-filed |

**Progress:** {N} fixed, {M} new, {P} persistent, {Q} regressed
**Score change:** {current_score} ({+/-N} from {previous_score})

Escalation Rule

If a finding is Persistent for 3+ consecutive reports, escalate:

Escalation: [{Finding}] has been present for {N} consecutive reports. Consider a team discussion or explicit ownership assignment to resolve this.

Velocity Metrics

MetricFormulaHealthyWarningCritical
PR merge ratePRs merged / week>3/week1-3/week<1/week
Issue close rateIssues closed / week>5/week2-5/week<2/week
Review turnaroundAvg hours PR open before first review<24h24-72h>72h
Issue response timeAvg hours until first team response<8h8-48h>48h
Stale PR ratioPRs open >14 days / total open PRs<10%10-30%>30%
CI reliabilityPassing runs / total runs (7-day)>95%80-95%<80%

Contributor Metrics

MetricFormulaNotes
PR commit ratioCommits / PRs mergedHigh ratio = large PRs, consider splitting
Review coveragePRs reviewed by others / total PRs mergedLow = single-contributor bottleneck
First-time contributor rateNew contributors / total active contributorsHealthy community growth signal
Contributor retentionActive last month AND active this month / active last monthEngagement health
Bus factorMin contributors whose departure halts 50%+ of commits<3 is high risk

Bottleneck Categories

CategorySignalsExample Finding
Review bottleneckHigh PR open time, review-requested PRs >3 days"4 PRs waiting for review >3 days - assign or redistribute"
CI bottleneckFrequent failures, long runtimes"Test suite 45min avg - 2x slower than 4-week average"
Stale workIssues/PRs with no activity >14 days"7 issues open >30 days with no recent comments"
Knowledge concentration80%+ commits from one contributor"3 of 4 core modules have only one contributor - bus factor 1"
Response lag>24h average first response to new issues"Average first response: 38h - community may feel unsupported"
Security debtOpen Dependabot alerts unresolved >7 days"2 critical alerts open for 12 days"
Release congestion>10 merged PRs unreleased"11 merged PRs awaiting release - coordinate cut date"

Trend Classification

TrendDefinition
ImprovingScore increased 5+ points vs previous report
StableScore within 5 points of previous report
DecliningScore decreased 5+ points vs previous report
RecoveringScore increased after 2+ consecutive Declining reports
NewNo previous report to compare

Scorecard Output Format

Single Repo

## Repository Health Score

| Metric | Value |
|--------|-------|
| Repo | [owner/repo](url) |
| Score | {0-100} |
| Grade | {A-F} |
| Trend | {Improving / Stable / Declining} |
| Open Security Alerts | {count} |
| Stale PRs (>14 days) | {count} |
| CI Reliability (7-day) | {%} |
| Unanswered @mentions | {count} |

Multi-Repo Scorecard

## Repository Health Scorecard

| Repo | Score | Grade | Trend | Critical Issues | Notes |
|------|-------|-------|-------|-----------------|-------|
| owner/repo-a | 88 | B | Improving | 0 | |
| owner/repo-b | 54 | C | Declining | 1 | Security alert unresolved |
| owner/repo-c | 22 | F | Stable | 3 | Review bottleneck + stale PRs |
| **Average** | **54.7** | **C** | - | **4** | |

Sprint & Iteration Metrics

When project boards are configured, track sprint metrics:

MetricFormula
Sprint completion rateDone items / total sprint items x 100
Carryover rateItems moved to next sprint / planned items
Cycle timeAverage days from "In Progress" to "Done"
ThroughputItems completed per sprint
Blocked rateItems in "Blocked" state / total in-progress

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.1%
按下载量换算335

Claude

28.88%
按下载量换算284

Cursor

18.55%
按下载量换算182

Gemini CLI

9.92%
按下载量换算97

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills