Skip to content

/ghi-close

Do the work described in a GHI, then close it with verifiable evidence.


Purpose

Drives an open GHI to its terminal state: read the GHI, execute the prescribed fix (routed per AGENTS.md § Defect-fix routing), verify the landed artifacts, and close the issue with a citation comment. The skill refuses to close on narrative alone — every disposition cites a commit SHA, ADR ID, OBPI ID, or ARB receipt ID.

When to Use

Invoke /ghi-close <id> when an operator wants a specific GHI resolved end to end, during triage passes, or at the end of an ADR closeout when the open-GHI list needs to be driven to zero. This is the downstream complement to /ghi-author.

What to Expect

Four-phase flow: readexecuteverifyclose. The execute phase may route to a direct fix(...) commit or to the OBPI ceremony depending on the routing thresholds. The close comment names the disposition (fixed, superseded, withdrawn, duplicate, won't-fix) and cites the verifiable artifact. gh issue close fires with a --comment payload.

Invocation

Text Only
/ghi-close <id>
Argument / Flag Required Description
<id> yes GHI number (integer; # prefix optional)

Supporting Files

File Role Read/Write
.claude/skills/ghi-close/SKILL.md Agent execution instructions Read
AGENTS.md § Defect-fix routing Routing thresholds for Phase 2 Read
.claude/rules/gh-cli.md gh CLI guardrails Read
Related Relationship
/ghi-author Upstream authoring surface
/gz-obpi-pipeline Ceremony route when heavy/foundation triggers fire
/gz-obpi-reconcile Propagate closure to brief evidence
gh issue close CLI the skill wraps