GitHub Issue Creator for Openclaw

A specialized tool for converting disorganized technical feedback and raw error logs into high-quality, structured GitHub issue reports.

thegovind
v0.1.0
Jan 31, 2026
0
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install github-issue-creator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install github-issue-creator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is GitHub Issue Creator?

The GitHub Issue Creator is a professional-grade utility designed for developers and QA engineers who need to streamline their bug reporting workflow. By leveraging Openclaw Skills, this agent intelligently parses unstructured data—ranging from raw console logs and voice dictations to visual screenshots—and synthesizes them into professional GitHub-flavored markdown files. The primary goal is to eliminate the friction between identifying a bug and documenting it properly, ensuring that development teams receive clear, actionable, and context-rich reports every time.

This skill acts as a bridge between chaotic real-world feedback and structured project management. It automatically handles the heavy lifting of formatting, categorizing impact levels, and extracting environment details, allowing developers to focus on fixing the code rather than writing documentation. Using Openclaw Skills like this ensures that your repository maintenance remains consistent and professional.

GitHub Issue Creator Use Cases

  • Converting fragmented voice notes from mobile users into structured reproduction steps.
  • Transforming raw console error logs into clean, readable Error Details sections.
  • Standardizing bug reports across a distributed team using a consistent markdown template.
  • Documenting visual UI regressions by linking screenshots with technical metadata.
  • Quickly generating issue files during high-pressure troubleshooting or live debugging sessions.

How GitHub Issue Creator Works

  1. The agent receives raw input such as error logs, informal descriptions, or image attachments.
  2. The system analyzes the input to extract key components like environment details, product versions, and reproduction steps.
  3. Missing context is inferred from the current project structure or conversation history to fill in gaps.
  4. A standardized markdown template is applied, including automated severity levels and impact assessments.
  5. A formatted .md file is generated and saved within the designated repository directory for easy committing.

GitHub Issue Creator Setup

To activate this skill within your environment, ensure your agent has write access to your repository structure. No complex installation is required beyond providing the system with the necessary directory permissions.

# Ensure the issues directory exists at your repository root
mkdir -p issues

The skill is triggered naturally when you provide unstructured bug information or explicitly ask the agent to create a report using Openclaw Skills capabilities.

GitHub Issue Creator Data Schema & Taxonomy

The skill organizes bug reports into a specific file hierarchy to ensure compatibility with standard Git workflows.

Attribute Specification
Directory /issues/ at the repository root
Naming Convention YYYY-MM-DD-short-description.md
File Format GitHub Flavored Markdown (GFM)
Visual Handling Inline references using ![Description](attachment-name.png)
Severity Scale Critical (Data loss/Down), High (Broken/No workaround), Medium, Low

GitHub Issue Creator Advanced Features

  • Intelligent context inference from previous chat history, environment variables, or project files.
  • Automatic redaction and placeholder replacement for sensitive data like [USER_ID] or [PROJECT_NAME].
  • Multi-modal support for processing visual evidence from screenshots and GIF recordings.
  • Adaptive severity mapping that aligns reported impact with standardized technical categories.
  • Seamless integration with existing Openclaw Skills to maintain a unified developer experience.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*