code-improvement

Identify and fix the highest-priority open issue in a GitHub repository.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Junghyun99/MagicSplit --skill code-improvement-junghyun99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-improvement
Source: https://github.com/Junghyun99/MagicSplit/tree/main/.claude/skills/code-improvement
Command: npx skills add https://github.com/Junghyun99/MagicSplit --skill code-improvement-junghyun99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

저장소의 열려 있는 이슈 중 중요도가 높은 것을 선택하여 코드를 개선합니다.

Core Features & Use Cases

  • Automatically identifies top-priority issue based on labels, age, and keywords.
  • Analyzes the issue body to extract impacted files and functions, then proposes precise edits and tests.
  • Integrates with GitHub CLI tooling to fetch issues, view details, and apply changes.

Quick Start

Select the highest-priority open issue and start analyzing its body to propose precise code improvements.

Frequently Asked Questions about code-improvement

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

FAQPage Schema
How do I prioritize and fix open GitHub issues automatically?

This Skill identifies the highest-priority open GitHub issue by analyzing metadata like labels, priority, and creation date, then analyzes its content to propose targeted code changes and tests.

Can I use this to analyze repository issues without specifying a specific issue number?

Yes, you can analyze repository issues without an argument. The Skill automatically infers and selects the top priority open issue based on its metadata when no specific issue is provided.

What is the best way to locate impacted files for a GitHub issue?

The best way to locate impacted files is through code search after analyzing the issue body. This Skill extracts impacted files and functions from the issue content to propose precise edits.

Does this tool work with any GitHub repository to triage issues?

Yes, it works with any GitHub repository that has open issues. It integrates with GitHub CLI tooling to fetch issues, view details, and apply changes to the codebase.

How does the issue triage process generate a code improvement plan?

The issue triage process generates a code improvement plan by reading issue metadata, locating impacted files via code search, and proposing a plan that includes modified files and corresponding tests.