Launching today

IRA Review
Your PR reviewer that checks the JIRA ticket too
0 followers
Your PR reviewer that checks the JIRA ticket too
0 followers
IRA (Intelligent Review Assistant) reviews pull requests with AI and highlights what your JIRA ticket is missing. It adds inline comments with fixes, gives a risk score (0 to 100), validates acceptance criteria, and generates test cases using Jest, Vitest, Mocha, Playwright, Cypress, Gherkin, Pytest, and JUnit. Works as CLI and VS Code extension. Supports GitHub and Bitbucket. Runs locally. No telemetry.






Hey Product Hunt! 👋
I’m Mayur, a software engineer who got tired of two things:
1. PRs getting merged with half the JIRA acceptance criteria missing
2. Paying $12 per month for review tools that send my code to external servers
So I built IRA.
It reviews your PR with AI, but the part I’m most proud of is the JIRA integration. Point it at a ticket and it tells you exactly which acceptance criteria are implemented and which are missing. No more “looks good to me” on a PR that only covers 4 out of 6 requirements.
It also scores risk (0 to 100), generates test cases from JIRA tickets, and posts inline comments with explanations and fixes.
Everything runs locally. Your code stays on your machine. Use GitHub Copilot (zero config) or bring your own OpenAI, Anthropic, or Ollama key.
Available as:
VS Code extension, search “IRA” in the marketplace
CLI, npx ira review review pr 42 dry run
I’d love to hear, what’s the one thing you wish your code review process did better?