Skip to content

Instantly share code, notes, and snippets.

View bshyman's full-sized avatar

Benjamin Shyman bshyman

  • SalonInteractive
  • Chicago, IL
View GitHub Profile
@bshyman
bshyman / pr_checkout.rb
Created February 4, 2026 20:09
PR checkout
#!/usr/bin/env ruby
# frozen_string_literal: true
# ═══════════════════════════════════════════════════════════════════════════════
# PR Checkout - Interactive GitHub PR Checkout Script
# ═══════════════════════════════════════════════════════════════════════════════
#
# A portable, self-contained script for interactively checking out GitHub PRs.
# Can be run from any git repository without project-specific dependencies.
#