create-issue

Generate GitHub issues with TDD plans and agent instructions.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/jpeggdev/buildwithjpegg --skill create-issue-jpeggdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/jpeggdev/buildwithjpegg/tree/main/plugins/tribunal/skills/create-issue
Command: npx skills add https://github.com/jpeggdev/buildwithjpegg --skill create-issue-jpeggdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of detailed GitHub issues, complete with TDD plans and agent instructions, streamlining the development lifecycle for autonomous PR management.

Core Features & Use Cases

  • Comprehensive Issue Generation: Creates feature, bug, or refactor issues with structured templates.
  • Autonomous PR Lifecycle: Embeds agent instructions for implementation, review, and merging.
  • Use Case: When a new feature is requested, use this skill to generate a fully-defined GitHub issue that an AI agent can then use to autonomously implement, test, and submit a pull request for.

Quick Start

Use the create-issue skill to generate a new feature issue.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I generate GitHub issues with TDD plans and agent instructions?

You can generate GitHub issues with TDD plans by using an automation skill that interactively gathers issue type, description, and complexity, then outputs structured Markdown templates containing acceptance criteria and autonomous PR lifecycle instructions.

What is the best way to automate GitHub issue creation for autonomous PR management?

Automating GitHub issue creation for autonomous PR management involves generating comprehensive issues embedded with detailed agent instructions, enabling an AI agent to subsequently implement, test, and submit a pull request without manual intervention.

Do I need the gh CLI installed to create GitHub issues with structured templates?

Yes, you need the gh CLI installed because the skill uses it as a dependency to execute CLI commands for creating GitHub issues with appropriate labels after generating the structured Markdown templates.

Can I use this automation for bug reports and refactoring tasks, or only feature requests?

You can use this automation for bug reports and refactoring tasks as well as feature requests, because it interactively prompts for the issue type and generates structured templates with tailored TDD plans and context accordingly.

How does embedding agent instructions in GitHub issues streamline the PR lifecycle?

Embedding agent instructions in GitHub issues streamlines the PR lifecycle by providing explicit directives for implementation, code review, and merging, allowing AI agents to autonomously manage the entire pull request process from start to finish.

What limitations exist when using interactive prompts for GitHub issue generation?

A limitation of using interactive prompts for GitHub issue generation is that it requires manual input for issue type, description, complexity, and context gathering, making it less suitable for fully headless or batch-mode automation workflows.