Gh Issue Fix Flow Overview Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git. Workflow 1) Intake and issue context 1. Use to get the full issue context. 2. If the repo is unclear, run to confirm. 3. Capture reproduction steps, expected behavior, and any maintainer notes. 2) Locate the code path 1. Use to locate likely files and entry points. 2. Read the relevant code paths with or context. 3. Follow repo-specific conventions (AGENTS/CLAUDE instructions). 3) Implement the fix 1. Edit the minimal set of files. 2. Keep changes alig…