---
title: "gh do I have a pr"
description: "In the age of agents sometimes work gets done on so many different worktrees and branches its hard to tell if there is already a PR or any of them or not,..."
date: 2026-03-02
published: true
tags:
  - cli
template: til
---


In the age of agents sometimes work gets done on so many different worktrees
and branches its hard to tell if there is already a PR or any of them or not,
the great `gh` cli has us covered.

``` bash
gh pr list --head fix/markata-go-connections-graph
```
