work-on-issue

Analyze and fix GitHub issues, then create a pull request.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/toumakido/my-claude --skill work-on-issue-toumakido
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-on-issue
Source: https://github.com/toumakido/my-claude/tree/main/skills/work-on-issue
Command: npx skills add https://github.com/toumakido/my-claude --skill work-on-issue-toumakido

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze and fix GitHub issues in a repeatable workflow, reducing manual triage and error-prone edits.

Core Features & Use Cases

  • Triage and analyze issues to identify root causes and affected files.
  • Create a focused fix branch, implement changes, run tests, and document fixes.
  • Generate a PR with a clear summary and track progress from issue view to merge.

Quick Start

Run the work-on-issue skill from the repository root using an issue number or URL to automatically fetch the issue, propose a fix, apply changes, and produce a PR URL.

Frequently Asked Questions about work-on-issue

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

FAQPage Schema
How do I automate GitHub issue resolution from triage to pull request?

Automate GitHub issue resolution by providing an issue number or URL to fetch the issue, create a fix branch, implement changes, run tests, commit, and output the PR URL.

Can I use a GitHub issue URL to automatically create a bugfix branch?

Yes, use a GitHub issue URL or number as input to automatically fetch the issue, create a focused bugfix branch, and implement changes directly from the repository root.

What is the best way to analyze and fix GitHub issues in a repeatable workflow?

The best way to analyze and fix GitHub issues is using an automated workflow that reviews the issue, discovers affected files, implements changes, runs tests, and generates a PR.

Do I need to run from the repository root to fetch and fix GitHub issues?

Yes, you need to run from the repository root to properly fetch the GitHub issue, create the fix branch, discover related files, implement changes, and output the PR URL.

Does automated issue fixing work with related files across individual issues?

Automated issue fixing works with related files across individual issues by analyzing root causes, discovering affected files, implementing changes, and running tests before PR creation.