fix

Automate GitHub issue fixes with branch creation, code investigation, and build verification.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Andamio-Platform/andamio-app-template --skill fix-andamio-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/Andamio-Platform/andamio-app-template/tree/main/.claude/skills/fix
Command: npx skills add https://github.com/Andamio-Platform/andamio-app-template --skill fix-andamio-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of addressing GitHub issues by creating branches, investigating code, implementing fixes, and preparing for review.

Core Features & Use Cases

  • Issue Triage: Automatically fetches and summarizes GitHub issues.
  • Branch Management: Creates conventionally named local branches for fixes.
  • Code Investigation & Implementation: Guides the exploration of the codebase to find root causes and implement solutions.
  • Verification: Ensures fixes pass type checks and build processes.
  • Handoff: Prepares for code commit and Pull Request creation.

Quick Start

Use the fix skill to start working on issue number 42.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate fixing GitHub issues with code?

Automating GitHub issue fixes involves fetching the issue, creating a conventionally named local branch, investigating the codebase, implementing the solution, and verifying changes pass build checks before review.

Does the bug fix workflow handle branch naming automatically?

Yes, the bug fix workflow handles branch management automatically by creating conventionally named local branches for each fix, ensuring your development workflow adheres to standard branching practices.

How do I investigate a codebase to find the root cause of a GitHub issue?

To investigate a codebase for a GitHub issue, this skill guides the exploration of the codebase to find root causes and implements solutions directly, ensuring the root problem is addressed.

What is the best way to verify code changes before creating a pull request?

The best way to verify code changes before a pull request is to ensure fixes pass type checks and build processes. This skill automates build verification before handing off for code review.

Can I use this to triage and summarize GitHub issues?

Yes, you can use this to triage and summarize GitHub issues. The issue triage feature automatically fetches and summarizes GitHub issues to start the development workflow.