what-i-did
Installation
SKILL.md
What I Did
Summarize GitHub activity from the last 24 hours using the gh CLI.
Prerequisites
ghCLI installed and authenticated (gh auth status)- For private org repos, your token needs
reposcope
Workflow
Step 1: Detect GitHub username
gh api user -q '.login'
Store the result as $GH_USER for all subsequent queries.