ashlr

ashlr__issue_create

Create a GitHub issue via the gh CLI. Supports labels, assignees, and milestone. Set ASHLR_REQUIRE_GH_CONFIRM=1 for explicit confirmation.

ashlr__issue_create creates a new GitHub issue via the gh CLI.

Parameters

ParameterTypeRequiredDescription
titlestringyesIssue title.
bodystringyesIssue body (Markdown supported).
repostringnoowner/repo format. Defaults to the current directory's origin remote.
labelsstring[]noLabel names to apply.
assigneesstring[]noGitHub usernames to assign.
milestonestringnoMilestone title or number.

Notes

  • Requires gh CLI to be installed and authenticated.
  • Set ASHLR_REQUIRE_GH_CONFIRM=1 to require explicit confirmation before creating.
  • Returns the new issue URL on success.

On this page