issue-resolver

Analyze GitHub issues to classify type, extract requirements, and generate resolution plans.

69|5|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/nahisaho/musubi --skill issue-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-resolver
Source: https://github.com/nahisaho/musubi/tree/main/.claude/skills/issue-resolver
Command: npx skills add https://github.com/nahisaho/musubi --skill issue-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes GitHub issues, classifies them, extracts requirements, and generates resolution plans aligned to the Specification Driven Development approach.

Core Features & Use Cases

  • Issue classification (Bug, Feature, Documentation, Refactor, Unknown)
  • Requirement extraction and branch naming
  • Impact analysis and planning
  • Creates previews and PRs from resolutions

Quick Start

Analyze an issue and generate a resolution plan with a suggested branch.

Frequently Asked Questions about issue-resolver

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

FAQPage Schema
How do I automatically classify and triage GitHub issues?

Issue classification analyzes GitHub issues to determine their type—bug, feature, documentation, or refactor—and assigns them automatically. This Skill examines issue descriptions and metadata to categorize them, enabling consistent triage without manual labeling and reducing time spent sorting incoming work.

Can I extract requirements from GitHub issue checklists?

Requirement extraction parses GitHub issue descriptions and embedded checklists to identify actionable requirements. The Skill structures these into discrete, trackable items that feed into development planning, ensuring nothing is missed during handoff from issue to implementation.

How do I generate branch names and resolution plans from GitHub issues?

Branch naming generates semantic, descriptive branch names derived from issue type and content. The Skill produces both suggested branch names and full resolution plans—including impact analysis and next steps—directly from issue data, ready for integration into your SDD workflow.

Does this work with Specification Driven Development workflows?

Yes. This Skill integrates with Specification Driven Development (SDD) tooling via CLI, orchestrating the complete workflow from issue analysis through branch creation to plan preview. It aligns GitHub issue resolution with SDD principles and outputs.

What types of GitHub issues can this Skill handle?

The Skill handles bug, feature, documentation, refactor, and unknown issue types. It applies the same analysis pipeline—classification, requirement extraction, impact assessment, and plan generation—across all issue categories to ensure comprehensive coverage regardless of issue scope.

Can I create pull requests from the resolution plan?

Yes. Beyond analysis and planning, the Skill generates previews and can create pull requests from generated resolution plans. This closes the loop from GitHub issue triage to automated PR creation, reducing manual overhead in your development workflow.