Show HN: Claude Intern – turn Jira tasks into working PRs
1 Danii1 0 7/29/2025, 3:37:50 AM github.com ↗
Built a Claude Intern to help with day-to-day work. Basically, you can point it to one or more Jira tickets(either by task key or JQL), and it will run an implementation feasibility assessment check and post notes whether it needs further clarification or can be actioned. If the ticket can be actioned, it will run Claude Code to try to implement the feature and create a PR. You can review the PR later, if one-shotting succeeded, good - you've completed work in a fraction of time, if not, the attempt may still be valuable as you can take over and finish the PR yourself, while spending less time on it.
You need to run it from your project repo folder(all dependencies should be installed, claude.md present in the repo - optional, but helps), so it can run tests, typechecks, etc while working on the task.
No comments yet