github-issue-generator

Analyzes source code and generates structured GitHub issues via an executable .mjs file.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ormidales/daemon --skill github-issue-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-generator
Source: https://github.com/ormidales/daemon/tree/main
Command: npx skills add https://github.com/ormidales/daemon --skill github-issue-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of identifying and creating detailed GitHub issues directly from your codebase, streamlining bug tracking and feature management.

Core Features & Use Cases

  • Code Analysis: Deeply analyzes provided source code to detect bugs, security vulnerabilities, performance bottlenecks, and more.
  • Automated Issue Creation: Generates structured GitHub issues with appropriate severity levels (major, minor, patch) and categories (bug, security, etc.).
  • Executable Output: Produces a ready-to-run .mjs Node.js script for bulk issue creation via the GitHub API.
  • Use Case: After writing a new feature, use this Skill to automatically generate issues for any potential bugs, missing tests, or documentation gaps found in the code, ensuring a higher quality release.

Quick Start

Analyze the provided code and generate a node script to create github issues.

Frequently Asked Questions about github-issue-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create GitHub issues from code analysis automatically?

You can create GitHub issues from code analysis by analyzing source code to detect bugs and vulnerabilities, classifying them by severity and category, and executing a generated .mjs script for bulk issue creation via the GitHub API.

How does generating GitHub issues from source code work?

Generating GitHub issues from source code works by deeply analyzing the provided code to identify bugs, security vulnerabilities, and performance bottlenecks, then producing a ready-to-run Node.js script that creates structured issues.

Do I need a GitHub Personal Access Token to generate issues from code analysis?

Yes, you need a GitHub Personal Access Token with repo scope. The generated .mjs script uses this token to authenticate with the GitHub API for bulk issue creation in your repositories.

Can I detect security vulnerabilities and performance bottlenecks when generating GitHub issues?

Yes, code analysis for GitHub issue generation supports bug detection, security vulnerability identification, performance bottleneck discovery, refactoring suggestions, documentation enhancement, and test coverage analysis.

Does generating bulk GitHub issues from code require Node.js?

Yes, generating bulk GitHub issues from code requires Node.js 18 or higher to execute the generated .mjs script that interacts with the GitHub API to create the structured issues.

What is the best way to track bugs found during code analysis?

The best way to track bugs found during code analysis is to automatically generate structured GitHub issues classified by severity levels like major, minor, and patch, which streamlines bug tracking and feature management.