create-issue

Create GitHub issues from templates and initialize linked branches and worktrees.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill create-issue-pegasus-isi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/pegasus-isi/claude-plugin-marketplace/tree/main/plugins/pegasus-dev/skills/create-issue
Command: npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill create-issue-pegasus-isi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of creating GitHub issues, configuring templates, and setting up local development environments by automating the entire lifecycle from issue creation to worktree initialization.

Core Features & Use Cases

  • Automated Issue Lifecycle: Automatically creates issues using repository templates, assigns labels, and sets the correct assignee.
  • Integrated Development Setup: Instantly creates an issue-linked branch and a dedicated git worktree, ensuring your workspace is ready for coding immediately.
  • Context-Aware Configuration: Automatically detects system and environment information (OS, Python, Pegasus version) to populate bug reports accurately.

Quick Start

Ask the assistant to create a new bug report issue for the current repository and set up the corresponding development branch.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I automate GitHub issue creation and branch setup?

Automating GitHub issue creation and branch setup is done by creating issues from repository templates and then initializing issue-linked git branches and worktrees. This streamlined workflow requires the GitHub CLI and git to manage repository operations and filesystem preparation.

Can I create a git worktree automatically when opening a new GitHub issue?

Yes, you can create a git worktree automatically when opening a new GitHub issue. The automated workflow initializes a dedicated worktree and an issue-linked branch immediately after issue creation, ensuring your local environment is ready for coding right away.

Do I need the GitHub CLI to create issues from repository templates?

Yes, you need the GitHub CLI to create issues from repository templates. The CLI performs the necessary repository operations to assign labels, set assignees, and integrate with git for subsequent branch and worktree initialization.

What is the best way to standardize bug report issues with git branching?

The best way to standardize bug report issues with git branching is to use an automated workflow that detects system and environment information to populate templates accurately, then links the created issue to a standardized git branch and worktree.

Why does automated issue tracking require git worktree initialization?

Automated issue tracking requires git worktree initialization to facilitate standardized software development workflows. By integrating issue creation with local environment preparation, it eliminates manual overhead and ensures the workspace is immediately ready for coding.

What information is populated automatically when creating a bug report issue?

System and environment information, including the operating system, Python version, and Pegasus version, is populated automatically when creating a bug report issue to provide accurate context for development and tracking.