issue-creator

Generate a normalized GitHub issue draft from a short user request.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Cheggin/request-for-startups --skill issue-creator-cheggin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-creator
Source: https://github.com/Cheggin/request-for-startups/tree/main/skills/issue-creator
Command: npx skills add https://github.com/Cheggin/request-for-startups --skill issue-creator-cheggin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert a short, human-language request into a fully structured GitHub issue draft that conforms to repository templates and validation logic.

Core Features & Use Cases

  • Normalize one-line inputs into issue drafts including title, type, severity, description, acceptance criteria, and verification steps.
  • Validate against existing templates and hooks to ensure ready-to-post quality or provide a safe draft for review.
  • Efficiently support workflows for bug reports, feature requests, refactors, or task summaries in software projects.

Quick Start

Provide a one-line task description, and the skill will generate a ready-to-post GitHub issue draft.

Frequently Asked Questions about issue-creator

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

FAQPage Schema
How do I convert a one-line request into a structured GitHub issue draft?

To convert a one-line request into a structured GitHub issue draft, provide the short text to an automation tool that scans repository templates and generates a normalized title, type, severity, and acceptance criteria.

What is the best way to automate GitHub issue creation from short text requests?

The best way to automate GitHub issue creation from short text is using a workflow skill that parses your input, validates it against existing repository hooks, and outputs a ready-to-post draft with a machine-verifiable acceptance checklist.

Can I generate GitHub bug reports and feature requests from a single sentence?

Yes, you can generate GitHub bug reports and feature requests from a single sentence by normalizing the brief input against repository templates to produce compliant titles, descriptions, and verification steps.

Does automated GitHub issue drafting enforce validation against repository templates?

Automated GitHub issue drafting enforces validation by scanning the repository's issue schema and templates to ensure the generated output, including severity and acceptance criteria, meets ready-to-post quality standards.

Will a GitHub issue generator automatically post my draft to the repository?

A GitHub issue generator maintains a safe, draft-only posture and will not post your draft to the repository automatically unless you provide an explicit request to publish the generated issue.