read-github-activity

Installation
SKILL.md

Read GitHub Activity

Fetch GitHub activity (PRs authored, PRs reviewed, commits, comments) for a specific date using the gh CLI. Returns structured JSON data for callers to correlate, summarize, or display.

Inputs

  • date (required): target date in YYYY-MM-DD format
  • repos (optional): limit to specific repos (list of owner/repo). Default: all repos with activity.

Process

  1. Check prerequisites: verify gh CLI is available and authenticated. If not, skip quietly and return empty output.

  2. Fetch activity:

    bash $SKILL/scripts/fetch-github-activity.sh {date}
    

    Where $SKILL is this capability's base directory.

Related skills
Installs
1
Repository
olivoil/skills
First Seen
3 days ago