task-manager

Create and track GitHub Issues for agent task management.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/freedomdp/LightRAG-Management --skill task-manager-freedomdp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-manager
Source: https://github.com/freedomdp/LightRAG-Management/tree/main/.agents/skills/task-manager
Command: npx skills add https://github.com/freedomdp/LightRAG-Management --skill task-manager-freedomdp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通过将所有 Agent 任务统一在 GitHub Issues 中管理,提供集中创建、更新、追踪和完成的能力,提升任务透明度与协作效率。

Core Features & Use Cases

  • 任务创建与分配:通过 gh issue create 自动创建任务,设置标题、描述、标签和里程碑,方便跨 Agents 协作。
  • 任务跟踪与管理:利用 gh issue list、标签和里程碑进行筛选、排序和进度更新,确保任务状态清晰。
  • 任务收尾与报告:完成任务后关闭 Issue,并可用模板记录验收标准、工时与相关资源,便于复盘和统计。
  • Use Case: 当需要为多个 Agents 分配跨团队的工作时,统一创建任务并通过标签/里程碑进行协同。

Quick Start

Create a new task in GitHub Issues with a clear title and body, assign it to an agent, and set labels and milestones to enable start-to-finish tracking.

Frequently Asked Questions about task-manager

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

FAQPage Schema
How do I track multi-agent tasks using GitHub Issues?

Track multi-agent tasks by creating centralized GitHub Issues with specific titles, descriptions, labels, and milestones. This provides clear accountability and transparency across product development and operations workflows.

What is the best way to automate task creation and milestone management for multiple agents?

Automate task creation and milestone management by using GitHub CLI to create issues, assign them to agents, and apply milestone filters for progress tracking. This reduces task fragmentation across collaborative workflows.

How does GitHub issue tracking work for time tracking and audit trails?

GitHub issue tracking records time tracking and audit trails by closing completed issues with templates that log acceptance criteria, hours, and related resources for statistical review and accountability.

Can I use GitHub CLI to automate issue status transitions and progress reporting?

Yes, you can use GitHub CLI to automate issue status transitions and progress reporting by listing, filtering, and updating labels or milestones to maintain clear task states across agents.

Do I need GitHub API authentication to create issues and manage labels for task tracking?

Yes, GitHub API authentication is required to programmatically create issues, assign labels, set milestones, and enforce status transitions with clear acceptance criteria and audit trails.

Why does centralizing task management in GitHub Issues improve cross-team collaboration?

Centralizing task management in GitHub Issues improves cross-team collaboration by providing a single source of truth for task assignment, milestone filtering, and progress updates, reducing fragmented communication.