devops:create-issue

Generate structured GitHub Issues from conversational context and code analysis.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ChanghwanK/dotfiles --skill devops-create-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops:create-issue
Source: https://github.com/ChanghwanK/dotfiles/tree/main/claude/.claude/skills/devops%3Acreate-issue
Command: npx skills add https://github.com/ChanghwanK/dotfiles --skill devops-create-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating structured GitHub Issues by analyzing conversational context or plan results, ensuring all necessary information is captured and formatted correctly.

Core Features & Use Cases

  • Automated Issue Generation: Creates GitHub Issues based on discussions or plan outputs.
  • Contextual Analysis: Extracts repository, title, labels, and affected code from the conversation.
  • Codebase Integration: Analyzes current code and usage to inform the issue body.
  • Use Case: After a planning session discussing a new feature, use this Skill to automatically generate a detailed GitHub Issue with a proposed title, relevant labels, and a preliminary body based on the discussion.

Quick Start

Use the devops:create-issue skill to generate a GitHub issue for a new feature based on our current conversation.

Frequently Asked Questions about devops:create-issue

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

FAQPage Schema
How do I create GitHub Issues from conversational context automatically?

To create GitHub Issues from conversational context, this Skill analyzes your discussion or plan results to extract repositories, titles, labels, and affected code, then formats them into structured issues. It uses GitHub CLI and MCP tools to generate the final issue directly.

Can I generate GitHub Issues for breaking changes or feature requests using code analysis?

Yes, you can generate GitHub Issues for feature requests, plan results, and breaking changes. The Skill performs code analysis on your current codebase and usage patterns to inform and populate the preliminary issue body for these specific scenarios.

What's the best way to automate issue creation after a planning session?

The best way to automate issue creation after a planning session is to use this Skill. It extracts the repository URL and affected files via bash scripts, then uses the extracted plan results to generate a detailed GitHub Issue with a proposed title and relevant labels.

Do I need GitHub CLI to generate structured GitHub Issues from my codebase?

Yes, you need GitHub CLI and MCP tools to generate structured GitHub Issues. The Skill integrates directly with these tools to handle issue creation and uses bash scripts for repository URL retrieval and file analysis.

How does contextual analysis work when generating GitHub Issues?

Contextual analysis for generating GitHub Issues works by extracting the repository, title, labels, and affected code directly from your conversation. It then analyzes current code and usage to build a comprehensive and structured issue body.

Are there limitations when creating GitHub Issues from plan results?

Creating GitHub Issues from plan results is limited to specified repositories and relies on the accuracy of the conversational context. It supports feature requests, plan results, and breaking changes, but requires GitHub CLI and MCP tools for successful integration and creation.