ashlr

ashlr__issue_close

Close a GitHub issue via the gh CLI. Set ASHLR_REQUIRE_GH_CONFIRM=1 for explicit confirmation before destructive operations.

ashlr__issue_close closes a GitHub issue via the gh CLI.

Parameters

ParameterTypeRequiredDescription
issuestring | numberyesIssue number to close.
repostringnoowner/repo format. Defaults to the current directory's origin remote.
commentstringnoOptional comment to post before closing.

Notes

  • Requires gh CLI to be installed and authenticated.
  • Set ASHLR_REQUIRE_GH_CONFIRM=1 to require explicit confirmation before closing.
  • Closing is not reversible via this tool — reopen through the GitHub UI or gh issue reopen.

On this page