agentsclimarketplace

Gh analytics

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3.1-flash-lite-preview/github-repo-analytics/gh-analytics

Skills for querying GitHub API data using the `gh` CLI, specifically for extracting PR and issue metrics.From its SKILL.md

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

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

SKILL.md

0.5 KB, 120 tokens by cl100k_base, as published. Nobody here has run it

GitHub Analytics with gh CLI

Use gh to retrieve data from GitHub.

PRs

  • List PRs: gh pr list --state all --json number,title,author,createdAt,closedAt,mergedAt,labels --limit 1000 --created 2024-12-01..2024-12-31

Issues

  • List Issues: gh issue list --state all --json number,labels,createdAt,closedAt --limit 1000 --created 2024-12-01..2024-12-31

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.