Creates well-structured GitHub issues using repository templates, proper labels, and the gh CLI — handling bugs, features, and more.
npx clawhub@latest install github-issue-creatorGitHub Issue Creator gives your AI assistant the ability to file well-structured GitHub issues using your repository's own templates. It handles template discovery, content drafting, and CLI submission automatically — so issues land in your backlog correctly labeled and formatted from the start.
npx clawhub@latest install github-issue-creatorClick the Install button at the top of this page for one-click setup
🔒 maintainer only) applied by default across all created issuesgh CLI is not authenticated or accessibleThe skill searches .github/ISSUE_TEMPLATE/ for YAML and Markdown templates matching the issue type, then reads the template structure before drafting any content.
Issue body content is always written to a temporary file and submitted via --body-file, preventing shell escaping and newline corruption that can break multi-line Markdown.
Handles bug reports, feature requests, website issues, and any other custom template types defined in the repository.
Automatically applies the 🔒 maintainer only label unless you explicitly request a different label, keeping the backlog organized for maintainers.
After submission, the skill confirms the issue was created successfully and returns the direct link to the new issue.
Describe a bug to your assistant and it will locate the repo's bug template, populate reproduction steps and version info, and submit a properly formatted issue.
Share a feature idea and the skill drafts a structured feature request using the repository's own template, ready for maintainer review.
Use the skill in scripted workflows where issues need to be created without interactive prompts, relying on --body-file and --field flags for reliable submission.
gh CLI — Must be installed and authenticated via gh auth login in the environment where your assistant runsnpx clawhub@latest install github-issue-creatorLog in to write a review
No reviews yet. Be the first to share your experience!