issue-fix

Community

End-to-end issue resolution via automation.

Authorkis9a
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill executes a complete workflow to fix a GitHub Issue: analyze issue content, add or update tests, implement a minimal fix, update docs, and create a PR.

Core Features & Use Cases

  • Issue analysis: extracts reproduction steps and impacted files
  • Test-first approach: updates or adds regression tests
  • Minimal fix implementation: applies smallest possible changes to pass tests
  • Documentation updates: updates CHANGELOG
  • PR creation: creates a pull request with a standard template

Quick Start

Describe the issue to fix; the Skill will analyze, implement a fix, and open a PR.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: issue-fix
Download link: https://github.com/kis9a/claude-skills-demo/archive/main.zip#issue-fix

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository