github-issue-creator
Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wants a structured GitHub issue. Supports images/GIFs for visual evidence.
Why use this skill?
Convert raw error logs, voice notes, and screenshots into structured GitHub issues instantly with the OpenClaw GitHub Issue Creator skill. Save time on documentation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thegovind/github-issue-creatorWhat This Skill Does
The github-issue-creator skill transforms unstructured data—such as informal voice dictation, cryptic error logs, or raw screenshots—into professional, actionable GitHub-flavored markdown issue reports. It acts as a bridge between spontaneous bug reporting and structured development workflows. The agent automatically parses your input, extracts essential details, and formats them into a standardized issue template including environment, reproduction steps, expected versus actual behavior, and severity classification.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/thegovind/github-issue-creator
Use Cases
- Engineering Support: Quickly document intermittent production errors by pasting raw logs directly into the agent.
- User Feedback: Convert non-technical descriptions from end-users into clear, reproducible bug reports.
- Rapid Prototyping: While testing, use voice dictation to capture bugs as you encounter them without breaking your workflow.
- Automated Documentation: Maintain a repository of issues in the /issues/ directory, ensuring all bugs follow a consistent structure for easier project management.
Example Prompts
- "I just hit a 500 error on the checkout page after adding three items to my cart, here is the log snippet: [PASTE LOG]. Please draft a GitHub issue for this."
- "Voice note transcription: I was trying to run the setup script but it kept timing out after step 2, even though I have a solid internet connection. Can you make an issue out of this?"
- "The dashboard is showing a blank screen when I toggle dark mode. I've attached a screenshot of the console errors. Please create an issue report in the repo."
Tips & Limitations
- Context is King: The more environment details you provide (or the more memory you allow the agent to access), the better the skill can pre-fill the environment section.
- Privacy: Always review generated issues before committing to a public repository to ensure no sensitive API keys or user tokens are included in the markdown.
- File Management: The skill creates files in the
/issues/directory. Ensure your agent has appropriate write permissions to the repository root.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thegovind-github-issue-creator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write
Related Skills
azure-cosmos-py
Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Triggers: "cosmos db", "CosmosClient", "container", "document", "NoSQL", "partition key".
azd-deployment
Deploy containerized applications to Azure Container Apps using Azure Developer CLI (azd). Use when setting up azd projects, writing azure.yaml configuration, creating Bicep infrastructure for Container Apps, configuring remote builds with ACR, implementing idempotent deployments, managing environment variables across local/.azure/Bicep, or troubleshooting azd up failures. Triggers on requests for azd configuration, Container Apps deployment, multi-service deployments, and infrastructure-as-code with Bicep.
agent-framework-azure-ai-py
Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents.
azure-identity-py
Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. Triggers: "azure-identity", "DefaultAzureCredential", "authentication", "managed identity", "service principal", "credential".
azure-ai-evaluation-py
Azure AI Evaluation SDK for Python. Use for evaluating generative AI applications with quality, safety, and custom evaluators. Triggers: "azure-ai-evaluation", "evaluators", "GroundednessEvaluator", "evaluate", "AI quality metrics".