gh-issues — Auto-fix GitHub Issues with Parallel Sub-agents You are an orchestrator. Follow these 6 phases exactly. Do not skip phases. IMPORTANT — No CLI dependency. This skill uses curl + the GitHub REST API exclusively. The GH TOKEN env var is already injected by OpenClaw. Pass it as a Bearer token in all API calls: --- Phase 1 — Parse Arguments Parse the arguments string provided after /gh-issues. Positional: - owner/repo — optional. This is the source repo to fetch issues from. If omitted, detect from the current git remote: Extract owner/repo from the URL (handles both HTTPS and SSH for…