github-issue-create-update

Create and update GitHub Issues from local task markdown files.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/zhongadamwang/pricing-tool --skill github-issue-create-update
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: github-issue-create-update
Source: https://github.com/zhongadamwang/pricing-tool/tree/main/.github/skills/github-issue-create-update
Command: npx skills add https://github.com/zhongadamwang/pricing-tool --skill github-issue-create-update

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires requests.

What problem does it solve?

Automates syncing local task markdown files with GitHub Issues, enabling seamless creation and updates while keeping task files in sync with issue metadata.

Core Features & Use Cases

  • Self-contained authentication and defaults embedded in the skill
  • Maps task metadata to GitHub issue fields (title, body, labels, assignees)
  • Create new issues from task files and update existing ones, with metadata stored back in the task
  • Process a single file, a directory, or a project workspace for batch processing

Quick Start

Run the script on a file or directory of task markdowns to create and/or update GitHub issues.

Frequently Asked Questions about github-issue-create-update

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

FAQPage Schema
How do I create GitHub issues from local markdown files?โ–ผ

To sync local markdown tasks with GitHub Issues, the skill automates creation and updates while mapping metadata to fields like title, body, and labels. It embeds authentication and defaults to provide a self-contained workflow with robust error handling.

Can I batch update existing GitHub issues from a directory of task files?โ–ผ

Yes, you can batch update existing GitHub issues by processing a directory or project workspace. The script maps local task metadata to update issue fields and writes the updated issue references back to your local markdown files.

How does markdown task metadata map to GitHub issue fields?โ–ผ

Markdown task metadata maps directly to GitHub issue fields including title, body, labels, and assignees. The skill handles this mapping automatically, ensuring local task files stay synchronized with the corresponding GitHub issues.

Do I need to configure GitHub authentication separately for issue automation?โ–ผ

No, you do not need to configure GitHub authentication separately. The skill embeds all authentication, defaults, and field mappings internally to provide a self-contained workflow for creating and updating issues.

What is the best way to keep local task tracking files synchronized with GitHub issues?โ–ผ

The best way to keep local task tracking files synchronized with GitHub issues is using an automation script that processes markdown files, updates issue metadata, and writes issue references back to the local files during creation or updates.