9
An AI code reviewer for GitHub PRs - but the part that actually made me build this is what happens after the review.
most AI review tools stop at suggestions. you read the comment, you go to your editor, you find the line, you make the change. that loop gets old fast.
Trevyn closes it. when it finds an issue, you get two buttons right on the PR:
→ Apply fix - creates a commit with that single fix immediately
→ Add to batch - queues it up, then commits 5-10 fixes in one clean commit
no context switching. no copy-pasting suggestions into your editor. just click, committed, move on.
just tag @trevyn review on any PR and it'll pick it up.
built this because i was tired of AI tools that give advice but make you do all the work after.
would love to hear from anyone who's felt the same pain — try it and let me know what breaks 🙏
Built with