tessl install github:Dimillian/Skills --skill gh-issue-fix-flowEnd-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.
Review Score
86%
Validation Score
12/16
Implementation Score
85%
Activation Score
85%
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.