agavra/tuicr ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal app for code reviews with vim style controls. I want to be able to open a diff in the TUI, move around with j and k, jump between files and hunks, and leave comments on a line, a range, a whole file, or the review as a whole. It should feel like a proper code review viewer, with one continuous diff stream and saved review progress so I can come back later.
It should work with local changes, commit ranges, and existing GitHub PRs or GitLab MRs, and also support git, jj, and mercurial. When I’m done, I want to export the review to GitHub or GitLab, or copy a clean markdown summary to my clipboard or stdout. Make it configurable with themes, whitespace handling, mouse support, and a few review shortcuts. If you need to look up current docs online, go ahead.