sync-modules

Create GitHub issues for modules defined in a task document.

136|32|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/alibaba/neug --skill sync-modules-alibaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-modules
Source: https://github.com/alibaba/neug/tree/main/.cursor/skills/sync-modules
Command: npx skills add https://github.com/alibaba/neug --skill sync-modules-alibaba

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating or updating GitHub issues for each module defined in a task document, streamlining project management and collaboration.

Core Features & Use Cases

  • Automated Issue Creation: Generates GitHub issues for each module in a task document, reducing manual work and ensuring consistency.
  • Module Tracking: Keeps track of modules by creating sub-issues under a feature issue, facilitating project oversight.
  • Use Case: Ideal for software development projects where tasks are broken down into modules, and each module requires its own GitHub issue for tracking progress.

Quick Start

Use the sync-modules skill to synchronize issues for the "001-add-frontend" feature.

Frequently Asked Questions about sync-modules

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

FAQPage Schema
How do I automate GitHub Issue creation for modules in a task document?

To automate GitHub Issue creation for modules in a task document, you can use this skill to generate and update issues directly via the GitHub API based on your defined modules, ensuring tracking consistency.

What is the best way to track project modules as sub-issues under a feature issue?

Tracking project modules as sub-issues under a feature issue is handled by automatically generating child issues for each module defined in your document, facilitating project oversight and progress tracking.

Do I need GitHub API authentication to automate issue management?

Yes, GitHub API authentication is required to automate issue management and sub-issuing, ensuring secure access to create and update repository issues for your task modules.

Can I use YAML frontmatter to configure task document module tracking?

Yes, you can use YAML frontmatter to configure task document module tracking, allowing the script to parse settings and automatically sync your modules with GitHub issues.

Does the sync-modules script require any external dependencies to run?

The script requires the requests library as an external dependency to interact with the GitHub API for automating the creation and synchronization of your task document issues.