MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Git & GitHub
🐛

GitHub Issue Creator

Creates well-structured GitHub issues using repository templates, proper labels, and the gh CLI — handling bugs, features, and more.

by google-geminiv1.0.0
Connecting to VM...
Connecting to VM...
npx clawhub@latest install github-issue-creator
1Current Installs
📦
v1.0.0Version
View Source

GitHub Issue Creator Skill Overview

GitHub 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.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install github-issue-creator
or

Click the Install button at the top of this page for one-click setup

When to Use GitHub Issue Creator

Best Fit

  • You want your assistant to create GitHub issues without leaving your current workflow
  • Your repository uses YAML or Markdown issue templates and you want them respected automatically
  • You need issues created non-interactively, such as in scripted or automated contexts
  • You want consistent labeling (e.g. 🔒 maintainer only) applied by default across all created issues

When Not to Use

  • You need to create issues on repositories where the gh CLI is not authenticated or accessible
  • Your workflow requires a browser-based review step before any issue is submitted

Key Features

Automatic Template Detection

The skill searches .github/ISSUE_TEMPLATE/ for YAML and Markdown templates matching the issue type, then reads the template structure before drafting any content.

Defensive Body Formatting

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.

Multi-Type Issue Support

Handles bug reports, feature requests, website issues, and any other custom template types defined in the repository.

Default Maintainer Labeling

Automatically applies the 🔒 maintainer only label unless you explicitly request a different label, keeping the backlog organized for maintainers.

Issue Verification

After submission, the skill confirms the issue was created successfully and returns the direct link to the new issue.

Use Cases

Filing a Bug Report

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.

Submitting a Feature Request

Share a feature idea and the skill drafts a structured feature request using the repository's own template, ready for maintainer review.

Non-Interactive Automated Issue Creation

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.

Requirements

  • gh CLI — Must be installed and authenticated via gh auth login in the environment where your assistant runs
  • Repository write access — The authenticated GitHub user must have permission to create issues in the target repository
Connecting to VM...
npx clawhub@latest install github-issue-creator
1Current Installs
📦
v1.0.0Version
View Source

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!