Working on claude-issue-solver - a CLI that automates solving GitHub issues with Claude Code.
You run claude-issue, pick an issue from a list, and it spins up a git worktree, opens Claude in a new terminal, and auto-creates a PR when Claude commits.
I built it because I was tired of the manual workflow: read issue → create branch → copy issue text → paste into Claude → create PR. Now it's just one command.
You run claude-issue, pick an issue from a list, and it spins up a git worktree, opens Claude in a new terminal, and auto-creates a PR when Claude commits.
I built it because I was tired of the manual workflow: read issue → create branch → copy issue text → paste into Claude → create PR. Now it's just one command.
https://github.com/MikeOuroumis/claude-issue-solver
Been using it on my own projects for a week. Happy to answer any questions!