github-issue

File GitHub issues against the ZeroClaw repository using structured templates.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/drewsephski/zeroclaw --skill github-issue-drewsephski
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-issue
Source: https://github.com/drewsephski/zeroclaw/tree/main/.claude/skills/github-issue
Command: npx skills add https://github.com/drewsephski/zeroclaw --skill github-issue-drewsephski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Filing GitHub issues becomes consistent and faster by guiding users through structured templates, ensuring clear problem statements and required metadata.

Core Features & Use Cases

  • Reads issue templates and identifies whether a bug report or feature request.
  • Extracts required fields (title prefixes, labels, and body sections) from the template and drafts a complete issue.
  • Validates context, pre-fills fields where possible, and formats the final body for GitHub rendering.

Quick Start

File a GitHub issue by selecting the bug or feature template and following the guided form.

Frequently Asked Questions about github-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate filing structured GitHub issues from Claude Code?▼

You can automate filing GitHub issues by selecting a bug report or feature request template, which reads the required fields, auto-gathers context, and constructs a formatted issue body.

What is the best way to create a GitHub bug report with required labels and title prefixes?▼

Creating a GitHub bug report involves reading the corresponding issue template to extract title prefixes, labels, and body sections, then pre-filling those fields to draft a complete issue.

How does template extraction work for generating GitHub feature requests?▼

Template extraction for GitHub feature requests works by reading the structured form, identifying required body sections, validating context, and formatting the final output for GitHub rendering.

Can I use this automation to file issues against any GitHub repository?▼

This automation specifically files GitHub issues against the ZeroClaw repository using structured issue forms for bug reports and feature requests.

What context does the scope guard validate when drafting a GitHub issue?▼

The scope guard validates auto-gathered context and pre-fills fields based on the extracted template requirements to ensure accurate drafting before constructing the GitHub-formatted issue body.

Do I need to manually format the issue body when using GitHub issue templates?▼

No, you do not need to manually format the issue body because the automation pre-fills fields, performs scope validation, and constructs the final body formatted for GitHub rendering.