GitHub Review Requests Fetch unread notifications for open (unmerged) PRs, filtered by a GitHub team. Requires : GitHub CLI ( ) authenticated. Requires : The CLI for python package management, install guide at https://docs.astral.sh/uv/getting-started/installation/ Step 1: Identify the Team If the user has not specified a team, ask: Which GitHub team should I filter by? (e.g. ) Accept either a team slug ( ) or a display name ("Streaming Platform") — convert to lowercase-hyphenated slug before passing to the script. Step 2: Run the Script To filter by multiple teams, pass a comma-separated lis…