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.
93
92%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
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.527d603
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.