create-improvement-issue

Create GitHub improvement issues for technical debt with templates and labels.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill create-improvement-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-improvement-issue
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/ops/improve/skills/create-improvement-issue
Command: npx skills add https://github.com/semicolon-devteam/semo --skill create-improvement-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

기술 부채나 개선 제안을 문서 이슈로 등록해 팀 간 가시성을 높입니다.

Core Features & Use Cases

  • 이슈 템플릿 자동 작성
  • Epic 전환 및 추후 연계 작업 제시

Quick Start

gh 이슈 생성으로 개선 이슈를 등록합니다.

Frequently Asked Questions about create-improvement-issue

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

FAQPage Schema
How do I automate creating improvement issues in a GitHub docs repository?

Create improvement issues automatically by using this Skill to generate standardized GitHub issues for technical debt and refactoring proposals. It produces templated issue content with titles, body sections, code references, and analysis links, then integrates with the gh CLI to post them to your docs repository.

What should I include when registering technical debt as a GitHub issue?

Technical debt issues should include a clear title, structured body sections describing the problem, references to related code, and analysis links. This Skill automates that formatting and ensures consistent labeling so your team can track and prioritize refactoring work across sprints.

Can I connect improvement issues to Epic and Sprint workflows?

Yes. This Skill creates improvement issues with support for downstream Epic and Sprint integration, enabling you to convert registered technical debt into tracked work items that flow into your team's planning and delivery cycles.

How do I standardize improvement issue templates across my team?

This Skill automates issue template generation, ensuring every improvement and refactoring request follows the same structure with required sections, labels, and metadata. That consistency improves visibility and makes it easier for teams to triage and estimate work.

Do I need the GitHub CLI to create improvement issues?

Yes. This Skill integrates with the gh CLI to create issues directly in your docs repository. You'll need gh installed and authenticated to your GitHub account to use this automation.