Run2 github analytics
Advanced skills for fetching, filtering, and aggregating GitHub data using `gh` CLI and `jq`.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_github-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, 110 tokens by cl100k_base, 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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.