Gh analytics
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
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.
What its author says it does
Copied from the file, not written here
Skills for querying GitHub API data using the `gh` CLI, specifically for extracting PR and issue metrics.
SKILL.md
0.5 KB, 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