Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

abduznik/AI-Gen-Issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abduznik's AI Issue Generator

Turn raw ideas into structured GitHub issues using Gemini AI.

Features

  • 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.

Prerequisites

  1. PowerShell
  2. Gemini CLI
    • Install via npm: npm install -g @google/gemini-cli
    • Run once to authenticate: gemini chat
  3. GitHub CLI
    • Install via Winget: winget install GitHub.cli
    • Authenticate: gh auth login

Installation

Run this command in PowerShell to install:

irm https://raw.githubusercontent.com/abduznik/AI-Gen-Issue/main/setup.ps1 | iex

This will:

  1. Download the tool to $HOME\AI-Gen-Issue.
  2. Add it to your PowerShell profile.
  3. Enable the gen-issue command immediately.

Usage

Type gen-issue in PowerShell.

  1. Enter your idea.
  2. Wait for Gemini to plan.
  3. Review the drafted issues in your browser.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

DEPRECATED: This tool has been consolidated into Git-Alchemist. Use https://github.com/abduznik/Git-Alchemist instead.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors