Feature: Add /issue skill to create GitHub issues

Resolved 💬 2 comments Opened Dec 21, 2025 by harayuu9 Closed Dec 21, 2025

Feature Request

Summary

Add a /issue skill that allows users to create GitHub issues directly from Claude Code.

Use Case

When working on a codebase and discovering bugs, needed features, or improvements, users should be able to quickly create GitHub issues without leaving the Claude Code context.

Proposed Behavior

  • /issue - Create a new GitHub issue based on conversation context
  • Claude could help draft the issue title and body based on the current discussion
  • Support for labels, assignees, and milestone selection

Benefits

  • Streamlined workflow - no context switching
  • Leverage Claude's understanding of the conversation to draft better issues
  • Quick capture of ideas and bugs during development

Example Usage

User: This function has a bug when handling null values
Claude: I see the issue. Would you like me to create a GitHub issue for this?
User: /issue
Claude: [Creates issue with appropriate title and description]

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗