issue-analyzing

Analyze GitHub issues with code-context research and structured output.

41|5|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill issue-analyzing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-analyzing
Source: https://github.com/shopwareLabs/ai-coding-tools/tree/main/plugins/code-contribution-analysis/skills/issue-analyzing
Command: npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill issue-analyzing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a GitHub issue by combining authoritative issue data from GitHub with semantic code research from ChunkHound, producing a structured analysis of problem scope, affected code areas, and the current resolution status.

Core Features & Use Cases

  • Fetch issue metadata and all comments from GitHub.
  • Identify the affected code area from the issue description and comments.
  • Research the affected area using the chunkhound-integration MCP tool with an incremental strategy.
  • Produce a structured output including scope, area, and status, with optional triage context guiding the research.

Quick Start

Analyze a specific GitHub issue by providing its number and an optional repo context.

Frequently Asked Questions about issue-analyzing

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

FAQPage Schema
How do I analyze a GitHub issue with code context to find affected areas?

To analyze a GitHub issue with code context, provide the issue number and optional repository context. The skill fetches issue metadata and comments from GitHub, then uses the chunkhound-integration MCP tool to research the affected code areas and produce a structured analysis.

What is the best way to triage GitHub issues across multiple repositories?

Triage GitHub issues across multiple repositories by providing the specific issue number and repo context. The skill extracts scope, affected areas, and resolution status, optionally using triage context to guide the code research for a structured multi-section analysis output.

Do I need the chunkhound-integration MCP plugin to analyze issue scope?

Yes, the chunkhound-integration MCP plugin is required to analyze issue scope. The skill depends on this companion plugin to perform semantic code research that identifies affected code areas based on the GitHub issue description and comments.

Can I use this skill to check the resolution status of an existing GitHub issue?

Yes, you can check the resolution status of an existing GitHub issue. The skill fetches authoritative issue data and comments from GitHub, combines it with code-context research, and returns a structured output detailing the problem scope, affected areas, and current resolution status.

How does combining GitHub issue data with semantic code research improve triage?

Combining GitHub issue data with semantic code research improves triage by linking issue descriptions to actual affected code areas. The chunkhound-integration MCP uses an incremental research strategy to map issue scope to code, producing a structured analysis with accurate resolution status.

What limitations exist when analyzing GitHub issues without repo context?

Analyzing GitHub issues without repo context limits the ability to identify affected code areas accurately. While the skill fetches metadata and comments from GitHub, providing optional repo context and triage context helps guide the chunkhound code research for more precise structured analysis.