Create GitHub Issue Skill

Create GitHub issues with problem statements, technical specs, and TDD plans.

60|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/dsifry/goodtogo --skill create-github-issue-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create GitHub Issue Skill
Source: https://github.com/dsifry/goodtogo/tree/main/.claude/plugins/goodtogo/skills/create-issue
Command: npx skills add https://github.com/dsifry/goodtogo --skill create-github-issue-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of comprehensive GitHub issues that document problem scope, technical specifications, and agent instructions for PR lifecycle management.

Core Features & Use Cases

  • Problem/Feature specification: Generate precise problem statements with clear scope.
  • Technical specification: Provide types, schemas, and API design guidelines for proposed work.
  • TDD Implementation Plan: Outline test-first cycles and acceptance criteria to guide implementation.
  • Agent Instructions: Include a complete workflow from implementation through review to merge.

Quick Start

Use the create-issue skill with the command path /project:create-issue to generate a ready-to-submit GitHub issue draft for a PR.

Frequently Asked Questions about Create GitHub Issue Skill

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

FAQPage Schema
How do I generate GitHub issues for PR lifecycle management?

You create GitHub issues for PR lifecycle management by running the /project:create-issue command path, which outputs ready-to-submit drafts containing problem statements, technical specs, and agent instructions.

What sections should a comprehensive GitHub issue template include for feature requests?

A comprehensive GitHub issue template for feature requests should include sections for Problem, Evidence, Architecture Decision, Technical Specification, TDD Plan, and Acceptance Criteria to fully document the proposed work.

Can I automate creating TDD plans and acceptance criteria in GitHub issues?

Yes, you can automate creating TDD plans and acceptance criteria in GitHub issues. This skill generates test-first cycles and acceptance criteria to guide implementation directly within the drafted issue.

Does this GitHub issue generator work for bug fixes and refactoring PRs?

Yes, this GitHub issue generator works for bug fixes and refactoring PRs. It applies the feature-template structure across feature requests, bug fixes, and refactors to standardize PR workflows.

How do I add technical specifications and API design guidelines to a GitHub issue?

Add technical specifications and API design guidelines to a GitHub issue by defining types, schemas, and design rules in your input. The skill integrates these into the Technical Specification section of the generated draft.

What is the best way to package agent instructions into a GitHub issue?

The best way to package agent instructions into a GitHub issue is to use a structured template that includes a complete workflow from implementation through review to merge, providing clear execution steps for the agent.