agentsclimarketplace

Run2 github analytics

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3.1-flash-lite-preview/github-repo-analytics/run2_github-analytics

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_github-analytics

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Advanced skills for fetching, filtering, and aggregating GitHub data using `gh` CLI and `jq`.

SKILL.md

0.5 KB, as published. Nobody here has run it

Advanced GitHub Analytics

Data Collection

Use gh with --json and --jq flags for efficient data retrieval. Example: gh pr list -R owner/repo -S "created:2024-12-01..2024-12-31" --json number,createdAt,mergedAt,author --jq .[]

Processing

Use jq to perform calculations on JSON outputs. Example (count PRs): gh pr list -R owner/repo --json number | jq length

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.