fix-issue

Automate GitHub issue fixes by implementing changes, running tests, and creating pull requests.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hhagely/job-applier --skill fix-issue-hhagely
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/hhagely/job-applier/tree/main/.claude/skills/fix-issue
Command: npx skills add https://github.com/hhagely/job-applier --skill fix-issue-hhagely

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of picking up an open GitHub issue, implementing a fix, and shipping it as a pull request.

Core Features & Use Cases

  • Automated Issue Resolution: Reads an issue body, branches from the latest main, implements the change, runs tests, and opens a pull request.
  • Use Case: When a user wants to fix a specific issue or needs a list of available issues to work on.

Quick Start

Use the fix-issue skill to fix issue #42.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I automate GitHub issue resolution with a pull request?

Automating GitHub issue resolution involves reading an issue, branching from main, implementing the fix, running tests, and opening a pull request. This Skill executes that entire workflow automatically.

Can I automatically fix GitHub issues in a FastAPI and SvelteKit repository?

Yes, automated issue resolution is supported for Python 3.12 with FastAPI and SQLModel, as well as SvelteKit with Svelte 5 runes and TypeScript, ensuring compatibility with these specific tech stacks.

How do I automatically run tests and linting before opening a pull request?

Automated issue resolution runs tests using pytest and vitest, alongside ruff linting, before creating a pull request. This ensures the code changes pass validation checks.

What is the best way to find and fix open GitHub issues automatically?

Automated issue resolution can list available issues to work on and implement fixes directly. It uses the GitHub API and Git for version control to branch, fix, and submit changes.

Does this automated issue resolution work with TypeScript and Svelte 5 runes?

Yes, automated issue resolution explicitly supports SvelteKit with Svelte 5 runes and TypeScript. It implements fixes and runs vitest tests for these project types.

When should I not use automated GitHub issue resolution?

Automated issue resolution is limited to specific stacks like Python 3.12, FastAPI, SQLModel, SvelteKit, and TypeScript. It should not be used for repositories outside this supported tech stack.