Find unassigned good first issues with no competing PRs — powered by GitHub API + Claude AI.
- Fetch all
good first issuelabeled issues from any public GitHub repo - Filter by: assigned/unassigned, PR status, sort by recency/comments
- Click any issue → Claude generates a plan of action to fix it and get a PR merged
- Dark GitHub-style UI
npm install
npm startnpm install -g vercel
vercel- Enter your Anthropic API key (get one at console.anthropic.com)
- Enter a repo like
meshery/meshery - Click Fetch
- Filter to unassigned + no PR = best targets
- Click any issue for an AI-generated plan of action
- GitHub API is rate limited to 60 requests/hr unauthenticated
- To increase limit, add a GitHub token via
Authorization: token YOUR_TOKENheader in the fetch call