github-org-team-activity
Installation
SKILL.md
GitHub Org Team Activity
Summarize what one or more people have been working on in a GitHub org. Supports lookup by display name (e.g. "Jane Smith") or GitHub handle (e.g. "jsmith-org").
Step 0: Determine the Org and Current User
Always start by discovering context from the local gh config:
# Who is authenticated
gh api /user --jq '{login, name}'
# What orgs they belong to
gh api /user/orgs --jq '.[].login'