file-feature

Create GitHub issues for features listed in a documentation file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub issues for feature requests in documentation, streamlining the process and reducing manual work.

Core Features & Use Cases

  • Automated Issue Creation: Automatically file GitHub issues for feature requests based on information in a documentation file.
  • Documentation Integration: Seamlessly integrates with a specified documentation file to ensure feature requests are accurately mirrored in issues.
  • Use Case: When a user identifies a missing feature in a project's documentation, this Skill can be used to create a GitHub issue for that feature, complete with the necessary details.

Quick Start

Use the file-feature <feature-id> command to create an issue for the feature with the specified ID.

Frequently Asked Questions about file-feature

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

FAQPage Schema
How do I automate GitHub issue creation from a documentation file?

To automate GitHub issue creation from a documentation file, use a command line tool that parses your feature descriptions and files issues directly on GitHub. This requires GitHub authentication and repository access to map documented features to tracked issues.

What is the best way to track feature requests written in project documentation?

Tracking feature requests written in project documentation is best handled by automated issue creation. By parsing your documentation file via shell commands, feature descriptions are extracted and mirrored accurately as GitHub issues to streamline project management.

Do I need GitHub authentication to create issues from a documentation file?

Yes, you need GitHub authentication and target repository access to create issues from a documentation file. The automation utilizes shell commands that require authenticated access to interact with the GitHub API and file the feature issues.

Can I use command line scripts to parse documentation and create GitHub issues?

Yes, you can use command line scripts to parse documentation and create GitHub issues. This approach utilizes shell commands to extract feature details from your specified file and automate issue creation, reducing manual data entry for software development workflows.

How do I create an issue for a specific feature ID in my documentation?

To create an issue for a specific feature ID in your documentation, execute the command line interface with the target feature ID as an argument. The script parses the corresponding details from the file and generates the matching GitHub issue.