End-to-end GitHub issue fix workflow using gh, local code changes, builds/tests, and git push. Use when asked to take an issue number, inspect the issue via gh, implement a fix, run XcodeBuildMCP builds/tests, commit with a closing message, and push.
Use the skills CLI to install this skill with one command. Auto-detects all installed AI assistants.
Method 1 - skills CLI
npx skills i Dimillian/Skills/gh-issue-fix-flowMethod 2 - openskills (supports sync & update)
npx openskills install Dimillian/SkillsAuto-detects Claude Code, Cursor, Codex CLI, Gemini CLI, and more. One install, works everywhere.
Installation Path
Download and extract to one of the following locations:
No setup needed. Let our cloud agents run this skill for you.
Select Provider
Select Model
Best for coding tasks
No setup required
Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git.
gh issue view <id> --repo <owner/repo> --comments to get the full issue context.gh repo view --json nameWithOwner to confirm.rg -n to locate likely files and entry points.sed -n or rg -n context.mcp__XcodeBuildMCP__session-set-defaults.mcp__XcodeBuildMCP__build_macos or mcp__XcodeBuildMCP__build_sim.mcp__XcodeBuildMCP__test_sim).git status --short.Fix … (closes #<issue>).git push.