| name | github-issue-update |
| description | Update an existing GitHub issue (title, body, labels, assignees, comments) |
Codex target-repository contract
Resolve REPO from an explicit owner/repo argument when supplied; otherwise
run gh repo view --json nameWithOwner --jq .nameWithOwner in the current
checkout. Pass --repo "$REPO" to every issue command. If neither source can
resolve a repository, ask the user before performing a write.
Codex harness adaptations
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
- MCP tools: use the MCP servers configured in
~/.codex/config.toml, or fall back to the referenced repo scripts and CLI entry points.
Update GitHub Issue
Update an existing GitHub issue (title, body, labels, assignees, comments)
Full procedure
Read reference.md in this skill directory for the complete, authoritative procedure before acting on this skill.