file-bug

Create GitHub issues from bug tracker documents and update references.

27|10|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/lllyys/vreader --skill file-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-bug
Source: https://github.com/lllyys/vreader/tree/main/.claude/skills/file-bug
Command: npx skills add https://github.com/lllyys/vreader --skill file-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating GitHub issues for bugs listed in a bug tracker document, ensuring that each bug has a corresponding GitHub issue.

Core Features & Use Cases

  • Bug Issue Creation: Automatically creates GitHub issues from a bug tracker document.
  • Issue Tracking: Updates the bug tracker document with a reference to the GitHub issue.
  • Use Case: When a user finds a bug in a document, they can use this Skill to create a GitHub issue for it without leaving the document.

Quick Start

Use the file-bug skill to create a GitHub issue for bug #123.

Frequently Asked Questions about file-bug

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

FAQPage Schema
How do I automate GitHub issue creation from a bug tracker document?

You can automate GitHub issue creation by using a skill that extracts bug details from your tracker document, generates issues with appropriate labels and severity, and updates the document with issue references.

Can I automatically update my bug tracker document with the GitHub issue reference?

Yes, the automation process updates the bug tracker document with a reference to the newly created GitHub issue, ensuring your local tracker stays synchronized with the remote issue tracking system.

What is the best way to sync bugs listed in a document to GitHub issues?

The best way to sync document bugs to GitHub issues is through an automated extraction process that parses bug details, applies severity levels and labels, and creates corresponding issues directly on GitHub.

Does the automated GitHub issue creation apply severity labels from the bug tracker?

Yes, the automation creates GitHub issues with appropriate labels and severity extracted directly from the bug details listed in your bug tracker document.

Do I need a specific bug tracker format to create GitHub issues automatically?

You need a bug tracker document containing structured bug details that can be extracted to populate GitHub issues, ensuring each bug has the necessary information for issue creation and label assignment.