issue-fix

Automate the end-to-end workflow to fix a single GitHub issue.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/PLeVasseur/opencode-project-agents --skill issue-fix-plevasseur
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: issue-fix
Source: https://github.com/PLeVasseur/opencode-project-agents/tree/main/safety-critical-rust-coding-guidelines/skills/issue-fix
Command: npx skills add https://github.com/PLeVasseur/opencode-project-agents --skill issue-fix-plevasseur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a repeatable, end-to-end workflow to fix a single GitHub issue for the repository, ensuring consistency and traceability.

Core Features & Use Cases

  • Establishes a reproducible process to read issue details, define acceptance criteria, locate impacted files, and plan changes.
  • Generates a plan file at the designated path, applies the fix, runs project tests, and summarizes changes and test results.
  • Produces a clear hand-off including commit/PR guidance if requested.

Quick Start

Provide the GitHub issue URL to begin the end-to-end fix workflow.

Frequently Asked Questions about issue-fix

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

FAQPage Schema
How do I automate fixing a single GitHub issue end-to-end?▼

Automating a GitHub issue fix requires providing the specific issue URL, which triggers a workflow to read details, locate impacted files, apply code changes, run tests, and output a reproducible summary for review.

What is the best way to create a reproducible workflow for GitHub code changes?▼

A reproducible workflow for GitHub code changes establishes a consistent process to generate plan files, apply fixes, run project tests, and summarize results, ensuring traceability and consistency across single-issue resolutions.

Do I need to provide an issue URL to start the automated fix workflow?▼

Yes, providing a specific GitHub issue URL is required. The automated workflow targets this single issue URL to read details, generate a reproducible plan, apply code changes, and execute project tests.

How does the automated issue fix handle project testing and documentation?▼

Automated issue fix handling involves running project tests after applying code changes, then generating a summary of changes and test results. It also produces clear commit and pull request guidance for hand-off if requested.

Can I use this automated workflow for planning and testing multiple GitHub issues at once?▼

No, this workflow specifically targets a single GitHub issue URL to ensure consistency and traceability. It establishes a reproducible process to plan, implement, test, and document one issue at a time rather than batching multiple issues.