A GitHub CLI alias that gives you a quick briefing on all open PRs you've authored or been assigned to.
gh alias set --shell --clobber brief '
command -v jq > /dev/null 2>&1 || { echo "Error: gh brief requires jq. Install it: https://jqlang.github.io/jq/download/" >&2; exit 1; }