fix-issue

Fetch, analyze, and fix GitHub issues with branch creation and verification.

1|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/mjmiller3416/recipe-app --skill fix-issue-mjmiller3416
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/mjmiller3416/recipe-app/tree/main/.claude/skills/fix-issue
Command: npx skills add https://github.com/mjmiller3416/recipe-app --skill fix-issue-mjmiller3416

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of fetching, analyzing, and fixing GitHub issues, ensuring adherence to project architecture and proper branch management.

Core Features & Use Cases

  • Automated Issue Resolution: Fetches issue details, creates branches, analyzes issue type (frontend, backend, full-stack), plans and implements fixes, and verifies the solution.
  • Architecture Adherence: Integrates with specialized agents (frontend-designer, backend-architect) to ensure fixes align with project structure.
  • Use Case: When a bug is reported in a GitHub issue (e.g., issue #57), you can invoke this skill to automatically create a new branch, implement the fix according to the project's frontend or backend patterns, test it, and prepare it for your review.

Quick Start

Use the fix-issue skill to automatically resolve issue number 57.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I fix GitHub issues automatically using a git workflow?

You can fix GitHub issues automatically by invoking a skill that fetches the issue, creates a dedicated branch, analyzes the bug type, and implements the fix. This git workflow automation prepares the verified solution for your final review.

Can I automate branch creation and bug fixing for full-stack issues?

Yes, full-stack bug fixing is automated by integrating with frontend-designer and backend-architect agents. Branch creation and solution implementation are managed automatically to ensure fixes align with your specific project architecture.

What is the best way to ensure code fixes align with existing project architecture?

The best way to ensure code fixes align with project architecture is by using specialized agents like frontend-designer and backend-architect. These agents analyze your project structure and implement fixes that match your established patterns.

How does automated issue tracking handle frontend and backend bug resolution?

Automated issue tracking handles bug resolution by analyzing the issue type to determine if it is frontend, backend, or full-stack. It then delegates the implementation to the appropriate specialized agent for pattern-compliant fixes.

Do I need to manually test code after automated GitHub issue resolution?

No, you do not need to manually test code immediately because the automated GitHub issue resolution process includes a verification step. The skill tests the implemented fix and prepares the verified solution for your review.