git-markdown
git-markdown is a small CLI that turns a GitHub pull request into one Markdown file, so you can review and reuse the full conversation outside the browser.
What
- Exports PR metadata, description, review summaries, and discussion comments
- Groups review comments by file and line number for easier reading
- Hides
[resolved]and[done]threads by default, with an option to include them
How
Install the gem, run one command, and generate a Markdown file you can read offline, annotate, or pass into your local tooling.
gem install git-markdown
git-markdown pr 123
You can export from the current repository or target any repository and pull request number.
Why
PR review usually lives in a browser tab. That works until you need to work offline, share full context quickly, or feed the whole thread into another workflow. git-markdown keeps that context in one place.
About Ethos Link and Reviato
We build focused tools for hospitality and retail teams at Ethos Link. git-markdown is one of the small tools we publish to make real workflows simpler.
If you are also working on customer feedback operations, check Reviato, our review intelligence product for turning scattered reviews into clear weekly actions.