<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/stop-reviewing-prs-on-github-do-this-instead--vnzylvqlf" -->

---
title: Stop Reviewing PRs on Github. Do This Instead. | daily.dev
description: Hunk is a terminal UI (TUI) tool for reviewing git diffs locally, offering syntax highlighting, side-by-side or stacked diff views, Vim-style navigation, and a...
canonical: https://daily.dev/posts/stop-reviewing-prs-on-github-do-this-instead--vnzylvqlf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Stop Reviewing PRs on Github. Do This Instead. | daily.dev
og:description: Hunk is a terminal UI (TUI) tool for reviewing git diffs locally, offering syntax highlighting, side-by-side or stacked diff views, Vim-style navigation, and a...
og:url: https://daily.dev/posts/stop-reviewing-prs-on-github-do-this-instead--vnzylvqlf
og:image: https://api.daily.dev/og/posts/vNZyLVqlf.png
og:image:alt: Stop Reviewing PRs on Github. Do This Instead.
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop Reviewing PRs on Github. Do This Instead.

**[DevOps Toolbox](https://daily.dev/sources/devopstoolbox)** · 13 min read · 2 upvotes · 0 comments

## Summary

Hunk is a terminal UI (TUI) tool for reviewing git diffs locally, offering syntax highlighting, side-by-side or stacked diff views, Vim-style navigation, and a notes system for inline comments. It supports both Git and Jujutsu (JJ) as first-class citizens. A standout feature is its AI agent integration: hunk runs a local server that coding agents like Pи can connect to, leaving automated review comments directly in the diff view. Configuration is done via a TOML file, and hunk can be set as git's default pager. Key limitations include non-persistent notes (session-only) and lack of collaborative sharing with tools like GitHub comments. The video also briefly covers related tools like LazyGit, diffnav, delta, and gh-dash for context.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=-4fJbIF8WAs>

## Similar posts on daily.dev

- [akashina.tngl.sh/jjc](https://daily.dev/posts/akashina-tngl-sh-jjc-bacml0kaw) · Lobsters · 0 upvotes · 0 comments
- [Reviewing large changes with Jujutsu](https://daily.dev/posts/reviewing-large-changes-with-jujutsu-ocxv3pmjs) · Lobsters · 2 upvotes · 1 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#git](https://daily.dev/tags/git), [#code-review](https://daily.dev/tags/code-review)

[View this post on daily.dev](https://daily.dev/posts/stop-reviewing-prs-on-github-do-this-instead--vnzylvqlf)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Stop Reviewing PRs on Github. Do This Instead.","url":"https://daily.dev/posts/stop-reviewing-prs-on-github-do-this-instead--vnzylvqlf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/stop-reviewing-prs-on-github-do-this-instead--vnzylvqlf"},"datePublished":"2026-06-19T18:20:57.068Z","dateModified":"2026-06-19T18:21:15.732Z","description":"Hunk is a terminal UI (TUI) tool for reviewing git diffs locally, offering syntax highlighting, side-by-side or stacked diff views, Vim-style navigation, and a...","image":"https://i.ytimg.com/vi/-4fJbIF8WAs/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/-4fJbIF8WAs/sddefault.jpg","isAccessibleForFree":true,"articleSection":"DevOps Toolbox","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"DevOps Toolbox","logo":"https://media.daily.dev/image/upload/s--zlfrGvN5--/f_auto/v1752671176/logos/devopstoolbox","url":"https://daily.dev/sources/devopstoolbox"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/stop-reviewing-prs-on-github-do-this-instead--vnzylvqlf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,git,code-review","timeRequired":"PT13M","video":{"@type":"VideoObject","name":"Stop Reviewing PRs on Github. Do This Instead.","description":"Hunk is a terminal UI (TUI) tool for reviewing git diffs locally, offering syntax highlighting, side-by-side or stacked diff views, Vim-style navigation, and a...","thumbnailUrl":"https://i.ytimg.com/vi/-4fJbIF8WAs/sddefault.jpg","uploadDate":"2026-06-19T18:20:57.068Z","duration":"PT13M","url":"https://api.daily.dev/r/vNZyLVqlf","embedUrl":"https://www.youtube.com/embed/-4fJbIF8WAs"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"DevOps Toolbox","item":"https://daily.dev/sources/devopstoolbox"},{"@type":"ListItem","position":3,"name":"Stop Reviewing PRs on Github. Do This Instead."}]}
```

