draft-issue

Draft structured GitHub issues with titles, steps, and acceptance criteria.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft GitHub issues for the tomkis/liftcoach repository to convert vague user problems into structured, review-ready tickets.

Core Features & Use Cases

  • Converts vague intents into clear issue titles and bodies with problem statements, steps to reproduce, and acceptance criteria.
  • Checks for potential duplicates and suggests labels to streamline triage.
  • Generates a ready-to-submit issue draft and optionally creates it via the GitHub CLI with assignee prompts.

Quick Start

Provide a brief user prompt such as 'draft an issue for login error on iOS app' to generate a complete issue draft.

Frequently Asked Questions about draft-issue

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

FAQPage Schema
How do I draft GitHub issues from vague problem descriptions?

To draft GitHub issues from vague problems, this Skill translates brief user prompts into structured tickets by generating clear titles, body content, steps to reproduce, and acceptance criteria automatically.

Does this issue drafting workflow check for duplicate GitHub issues?

Yes, the issue drafting workflow checks for duplicates by using the GitHub CLI to detect existing tickets, preventing redundant submissions before suggesting appropriate labels for triage.

Can I use the GitHub CLI to automatically create issues with assignees?

You can use the GitHub CLI to create issues with assignees, as this Skill generates a ready-to-submit draft and optionally executes the final creation step via gh with assignee prompts.

What is the best way to generate review-ready GitHub issue templates?

The best way to generate review-ready GitHub issue templates is providing a brief prompt like 'draft an issue for login error', which outputs a complete, structured ticket ready for team review.

Do I need the GitHub CLI installed to suggest labels and create issues?

You need the GitHub CLI installed to fully utilize duplicate detection and the optional final issue creation step, though the drafting of structured templates and label suggestions does not require it.