report-issue

Draft GitHub issues for the nexus plugin repository from conversation context.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/nexus-a1/claude-skills --skill report-issue-nexus-a1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-issue
Source: https://github.com/nexus-a1/claude-skills/tree/main/skills/report-issue
Command: npx skills add https://github.com/nexus-a1/claude-skills --skill report-issue-nexus-a1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafting precise bug reports or feature requests can be time-consuming and error-prone when trying to capture the right context. This skill automates the drafting process by extracting the current conversation context and composing a ready-to-submit GitHub issue for the nexus plugin repository.

Core Features & Use Cases

  • Context-driven drafting: Generate a well-structured issue body from ongoing conversations.
  • Bug and feature-report support: Create both bug reports and feature requests with appropriate labels and templates.
  • Automation-friendly output: Produces a concise title and Markdown body suitable for direct submission to GitHub.

Quick Start

Provide a concise issue description based on the current conversation and prepare it for submission.

Frequently Asked Questions about report-issue

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

FAQPage Schema
How do I automatically draft a GitHub issue from a conversation context?

You can automatically draft a GitHub issue by extracting current conversation context to populate the title, body, and labels. This generates a structured Markdown format ready for direct submission to the repository.

Can I submit both bug reports and feature requests using automated context extraction?

Yes, automated context extraction supports creating both bug reports and feature requests. It applies appropriate labels and templates based on the extracted conversation context to differentiate the issue types.

Do I need GitHub CLI authentication to submit an issue draft?

Yes, GitHub CLI authentication is required to submit an issue draft. The process relies on the GitHub CLI to authorize and execute the direct submission of the generated bug report or feature request.

How does automated issue drafting handle plugin environment data?

Automated issue drafting annotates environment data by using the current plugin version. This ensures the generated bug report includes accurate environment context for repository maintainers to troubleshoot.

What is the best way to structure a bug report for a plugin repository?

The best way to structure a bug report is through context-driven drafting. This generates a concise title and Markdown body populated with extracted context, appropriate labels, and plugin environment data for direct GitHub submission.