import-issue

Import a GitHub Issue into a new task with metadata and lifecycle tracking.

84|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fitlab-ai/agent-infra --skill import-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-issue
Source: https://github.com/fitlab-ai/agent-infra/tree/main/.agents/skills/import-issue
Command: npx skills add https://github.com/fitlab-ai/agent-infra --skill import-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将 GitHub Issue 自动导入并创建对应的任务,简化从问题到工作项的转化过程,减少重复劳动。

Core Features & Use Cases

  • 自动读取 Issue 的编号、标题、描述和标签,并提取关键字段。
  • 自动创建本地任务目录和 task.md,跟踪工作流状态与里程碑。
  • 支持重复任务检测、状态同步及 assignee 自动分配。

Quick Start

Run the import command to pull a GitHub Issue into a new task and start its lifecycle.

Frequently Asked Questions about import-issue

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

FAQPage Schema
How do I convert a GitHub issue into a trackable task?

To convert a GitHub issue into a trackable task, this automation imports the issue and automatically extracts its number, title, description, and labels to create a local task.md file. It then enforces lifecycle steps and syncs status as the issue progresses.

Can I automatically assign an imported GitHub issue to a team member?

Yes, when importing a GitHub issue to create a new task, the workflow supports automatic assignee allocation. It extracts the relevant metadata from the GitHub issue and maps it to the newly generated task.

How does importing GitHub issues into project management tasks work?

Importing GitHub issues into project management tasks works by reading the issue metadata and generating a local task directory with a task.md file. This enforces task lifecycle steps and tracks milestones for issue-driven workstreams.

What is the best way to prevent duplicate tasks when importing GitHub issues?

To prevent duplicate tasks when importing GitHub issues, the workflow includes built-in repeat task detection. It checks existing tasks before creating a new task directory and generating the task.md file from the issue metadata.

Does importing GitHub issues support workflow status synchronization?

Yes, importing GitHub issues supports workflow status synchronization. It ensures the local task lifecycle steps are updated automatically as the original GitHub issue progresses through its milestones.

What GitHub issue fields are extracted during task creation?

During task creation, the workflow extracts the GitHub issue number, title, description, and labels. These key fields are populated into a task.md file to track the workstream state and milestones.