Open in GitHub for Graphite
One click from a Graphite pull request to the same pull request on GitHub.
Graphite's own extension adds a View in Graphite link to GitHub pull request pages. Nothing does the reverse, so when you're reviewing in Graphite and need GitHub for a check's raw logs, a merge queue detail, or a permalink to paste somewhere, you end up retyping the URL by hand.
What it adds
- Inline, beside the repository and PR number above the title.
- A floating pill, bottom-left, with a dismiss button.
- A GitHub icon on each stack row, so you can jump to a sibling PR on GitHub without opening it in Graphite first.
All three are ordinary links, so cmd-click and middle-click open a new tab exactly as you'd expect.
Demo
How it works
Graphite's pull request path is GitHub's own path behind a /github prefix, so the
mapping is a plain string rewrite. No API call, no sign-in, no network request of any kind, and
nothing stored. Both of Graphite's URL shapes are handled:
| Shape | Where it appears |
|---|---|
/github/OWNER/REPO/pull/8730 | address bar, comment permalinks |
/github/pr/OWNER/REPO/8730/slug | stack row links |
Privacy
No data collection of any kind. No analytics, no telemetry, no network requests, no storage.
The extension runs only on app.graphite.com and app.graphite.dev, and
does nothing anywhere else. Its only permission is the content-script match on those two hosts.