Turn raw ideas into structured GitHub issues using Gemini AI.
- Natural Language Input: Type your request (e.g., "Add a dark mode toggle").
- AI-Powered Breakdown: Converts prompts into structured JSON issues.
- Smart Labeling: Detects easy tasks and tags them as 'good first issue'.
- Web Integration: Opens drafts in your browser for review.
- PowerShell
- Gemini CLI
- Install via npm:
npm install -g @google/gemini-cli - Run once to authenticate:
gemini chat
- Install via npm:
- GitHub CLI
- Install via Winget:
winget install GitHub.cli - Authenticate:
gh auth login
- Install via Winget:
Run this command in PowerShell to install:
irm https://raw.githubusercontent.com/abduznik/AI-Gen-Issue/main/setup.ps1 | iexThis will:
- Download the tool to
$HOME\AI-Gen-Issue. - Add it to your PowerShell profile.
- Enable the
gen-issuecommand immediately.
Type gen-issue in PowerShell.
- Enter your idea.
- Wait for Gemini to plan.
- Review the drafted issues in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.