Show HN: Prpolish, a CLI that uses AI to write and review your GitHub PRs
1 yashg4509 0 6/20/2025, 10:44:14 PM github.com ↗
After getting slammed with 15 comments on my first pull request during an internship, I realized how frustrating it is to write good PRs — especially after hours of debugging and fixing code.
So I built prpolish, a simple CLI tool that helps developers:
- Autogenerate PR titles & descriptions using AI (OpenAI GPT)
- Run "vibe checks" to catch vague commits, missing tests, or low-quality messages before review
- Optionally push your branch and open the PR with GitHub CLI
It supports your own PR templates and is fully open-source. I made it for myself but realized other devs might find it useful too.
Would love feedback or suggestions!
GitHub: https://github.com/yashg4509/prpolish PyPI: https://pypi.org/project/prpolish/ Install: pip install prpolish
Thanks!
No comments yet