github-issues-mgmt

Create and retrieve GitHub issues from text or CSV inputs.

45|11|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/beyonai/ByClaw --skill github-issues-mgmt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues-mgmt
Source: https://github.com/beyonai/ByClaw/tree/main/middleware/openclaw/skills/github-issues-mgmt
Command: npx skills add https://github.com/beyonai/ByClaw --skill github-issues-mgmt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual overhead of managing GitHub issues by automating the extraction of requirements from text, CSV, or Excel files and enabling bulk creation and querying directly through natural language.

Core Features & Use Cases

  • Bulk Issue Creation: Automatically parse structured data from text or spreadsheets to create multiple GitHub issues at once.
  • Intelligent Querying: Quickly list, filter, and search for open or closed issues using natural language commands.
  • Use Case: A project manager can paste a list of feature requests from a meeting transcript, and the skill will automatically categorize them as bugs or features and generate the corresponding issues in the repository.

Quick Start

Ask the assistant to list the open issues in the repository to get an overview of current tasks.

Frequently Asked Questions about github-issues-mgmt

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

FAQPage Schema
How do I bulk create GitHub issues from unstructured text or CSV files?

To bulk create GitHub issues from unstructured text or CSV files, the skill parses structured data from your input and automatically maps requirements to issue titles, bodies, and labels. This eliminates manual data entry by directly generating multiple repository tasks at once.

Can I use natural language to filter and retrieve existing GitHub issues?

Yes, you can use natural language commands for intelligent querying of existing GitHub issues. The skill allows you to quickly list, filter, and search for open or closed repository tasks without needing complex query syntax.

Do I need Node.js and GitHub authentication tokens to automate issue management?

You need the Node.js runtime to execute the automation scripts, but you do not need to manually provide GitHub authentication tokens. The skill uses GitHub OAuth device flow to enable secure, token-less authentication.

What is the best way to generate GitHub issues from a meeting transcript?

The best way to generate GitHub issues from a meeting transcript is to paste the feature requests directly to the assistant. The skill automatically extracts requirements, categorizes them as bugs or features, and creates the corresponding labeled issues in your repository.

Does this GitHub issue automation tool support Excel spreadsheets for project management workflows?

Yes, this GitHub issue automation tool supports Excel spreadsheets alongside text and CSV files. It automatically parses structured data from these formats to support bulk creation and querying within your project management workflows.