fix-issue

Inspect GitHub issue data and repository code to identify and resolve problems.

500|69|Updated May 1, 2017
One-click install
npx skills add https://github.com/stillwater-sc/universal --skill fix-issue-stillwater-sc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/stillwater-sc/universal/tree/main/.claude/skills/fix-issue
Command: npx skills add https://github.com/stillwater-sc/universal --skill fix-issue-stillwater-sc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze and resolve problems described in a GitHub issue by inspecting issue data and repository code.

Core Features & Use Cases

  • Identify related code paths, proposed fixes, and testing considerations.
  • Guide issue triage from reproduction to patch planning and PR readiness.
  • Use Case: A reporter describes a bug in a universal module; this skill analyzes the issue, locates relevant implementation files, and suggests a patch workflow.

Quick Start

Describe the GitHub issue in your own words and request guided analysis to locate the relevant code and propose a fix.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I analyze a GitHub issue to locate the relevant code and propose a fix?

To analyze a GitHub issue, you fetch issue metadata using the GH CLI, search for related type implementations in the repository, and guide the investigation through code references and PR considerations to propose a fix.

What is the best way to triage a bug report in a universal module from reproduction to patch planning?

The best way to triage a bug report is to inspect the issue data, search the repository code for related implementations, locate relevant tests, and follow a guided workflow from reproduction to patch planning and PR readiness.

Can I use GitHub CLI to fetch issue metadata and search repository code for proposed fixes?

Yes, you can use the GitHub CLI to fetch issue metadata and search repository code. This process helps identify related code paths, locate tests, and guide you through the PR workflow for proposed fixes.

Does this issue resolution approach work for bugs, feature requests, and documentation gaps?

Yes, this issue resolution approach works for bugs, feature requests, and documentation gaps. It inspects issue data and repository code to identify related paths and guide fixes across universal projects.

How do I find tests related to a specific GitHub issue in the universal projects codebase?

To find tests related to a GitHub issue, you analyze the issue metadata, search for type implementations under the include path, and follow the guided investigation to locate relevant tests and plan your patch.