Added the gh-utils skill that wraps the gh CLI to standardise GitHub operations — headlined by creating a pull request from a $type/$slug branch into main — delegating command execution to a spawned Haiku subagent.
Give GitHub-side operations the same standardised, low-friction treatment as local git, mirroring git-utils. The main agent decides the operation and drafts PR content; a Haiku subagent runs the gh commands. Headline operation is gh pr create into main (assuming the branch is pushed — handed off to git-utils otherwise), plus a documented menu of common operations (view/list PRs, checks, status, diff, repo/issue view). Guardrails forbid unprompted merge/close, require base main, and prevent duplicate PRs or PRs from main. States the git-utils↔gh-utils boundary. Executed as Step 6 of plan-002.
.claude/skills/gh-utils/SKILL.md (new)execute plan 2