·linear todo sync
@

linear todo sync

microck/ordinary-claude-skills

此技能从 Linear API 获取分配给用户的未完成任务,并在项目根目录中生成一个 markdown 待办事项列表文件。当用户询问他们的工作项目、想要查看他们需要做什么或请求加载/同步他们的线性任务时,应该使用此技能。需要 Python 3.7+、requests、mdutils 和 python-dotenv 包。需要 .env 文件中的 LINEAR_API_KEY。

3安装·0热度·@microck

安装

$npx skills add https://github.com/microck/ordinary-claude-skills --skill linear todo sync

SKILL.md

Automatically fetch assigned Linear tasks and generate a comprehensive markdown todo list in your project root. This skill queries the Linear GraphQL API to retrieve all open tasks assigned to you, organizing them by project with full details including status, priority, labels, estimates, and due dates.

Important: Ensure .env is in your .gitignore to protect your API key.

A markdown file named linear-todos-YYYY-MM-DD.md should appear in your project root.

此技能从 Linear API 获取分配给用户的未完成任务,并在项目根目录中生成一个 markdown 待办事项列表文件。当用户询问他们的工作项目、想要查看他们需要做什么或请求加载/同步他们的线性任务时,应该使用此技能。需要 Python 3.7+、requests、mdutils 和 python-dotenv 包。需要 .env 文件中的 LINEAR_API_KEY。 来源:microck/ordinary-claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/microck/ordinary-claude-skills --skill linear todo sync
分类
@协作工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 linear todo sync?

此技能从 Linear API 获取分配给用户的未完成任务,并在项目根目录中生成一个 markdown 待办事项列表文件。当用户询问他们的工作项目、想要查看他们需要做什么或请求加载/同步他们的线性任务时,应该使用此技能。需要 Python 3.7+、requests、mdutils 和 python-dotenv 包。需要 .env 文件中的 LINEAR_API_KEY。 来源:microck/ordinary-claude-skills。

如何安装 linear todo sync?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/microck/ordinary-claude-skills --skill linear todo sync 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/microck/ordinary-claude-skills