issue-fix-flow

Installation
SKILL.md

GitHub Issue Fix Flow

Overview

Resolve a GitHub issue from intake through fix, validation, and push using gh CLI, local edits, and git.

Workflow

1) Intake and Issue Context

Get full issue context:

gh issue view <id> --comments

If repo is unclear:

gh repo view --json nameWithOwner
Installs
47
GitHub Stars
13
First Seen
Mar 18, 2026
issue-fix-flow — patrickserrano/skills