starship: github PR prompt

49 · Thiago Perrotta · Jan. 30, 2026, 5:36 a.m.
Summary
This blog post discusses a custom module for the Starship command line prompt that integrates GitHub pull request information with the current git branch. It describes how to implement this feature by creating a command that retrieves PR details using GitHub's CLI and enhances prompt efficiency by caching results to avoid unnecessary network calls. The post includes code snippets and configuration details for integration.