Gh analytics
Skills for querying GitHub API data using the `gh` CLI, specifically for extracting PR and issue metrics.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill gh-analyticsAssembled 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.