resolve-issue

Resolve GitHub Issues by routing them to type-specific workflows.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/kokuyouwind/claude-plugins --skill resolve-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-issue
Source: https://github.com/kokuyouwind/claude-plugins/tree/main/plugins/issue-resolver/skills/resolve-issue
Command: npx skills add https://github.com/kokuyouwind/claude-plugins --skill resolve-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a systematic workflow for resolving GitHub Issues. It determines the issue type from the issue's labels (e.g., type:* labels) or from the title/body when labels are missing, and then follows the corresponding type-specific resolution process. It coordinates with related dev-guidelines skills to ensure consistent PRs and changes.

Core Features & Use Cases

  • Type-based routing: Automatically classify issues into bug, feature, enhancement, refactoring, documentation, or investigation, and apply the designated workflow.
  • Guided execution: Triggers the relevant issue-type process described in {plugin_base_path}/issue-types/<type>.md to guide investigation, implementation, and PR creation.
  • Collaborative guidance: Works in concert with other dev-guidelines skills for git-repository-workflow, pr-description-format, debugging-process, and design-alternatives.
  • Use Case: When assigned a GitHub Issue, the skill selects the appropriate resolution path and outlines the steps for triage, investigation, and PR creation.

Quick Start

Assign a GitHub Issue to this skill or trigger it via the Issue Auto-resolver. The skill will automatically determine the issue type and present the corresponding workflow steps for triage, investigation, implementation, and PR creation.