Skip to content

Instantly share code, notes, and snippets.

View arriqs's full-sized avatar

Arri Singleton arriqs

  • WellSky
  • Kansas City, MO
View GitHub Profile
@arriqs
arriqs / gh-brief.md
Last active May 13, 2026 15:24
gh brief — a GitHub CLI alias for a quick briefing on your open PRs

gh brief

A GitHub CLI alias that gives you a quick briefing on all open PRs you've authored or been assigned to.

Install

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; }