Compétences linear-milestones-write
📍

linear-milestones-write

Sûr 🌐 Accès réseau🔑 Variables d’environnement⚙️ Commandes externes

创建并更新 Linear 里程碑

在 Linear 中手动管理项目里程碑既耗时又需要频繁切换上下文。此技能可让你通过命令行使用简单的标志和参数直接创建和更新里程碑。

Prend en charge: Claude Codex Code(CC)
⚠️ 68 Médiocre
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "linear-milestones-write". Create milestone Alpha Release in project Mount Vernon

Résultat attendu:

  • 里程碑创建成功
  • 名称:Alpha Release
  • ID:abc123-uuid-here
  • 项目:Mount Vernon
  • 目标日期:未设置

Utilisation de "linear-milestones-write". Update milestone abc123 with name Beta Release and target date 2025-03-15

Résultat attendu:

  • 里程碑更新成功
  • 名称:Beta Release
  • ID:abc123
  • 目标日期:2025-03-15

Audit de sécurité

Sûr
v5 • 1/16/2026

Straightforward CLI wrapper skill for Linear milestone management. The static scanner flagged 57 pattern matches in documentation/metadata files, but ALL are false positives. The skill has no actual code files (only metadata), and all flagged items are legitimate references to API configuration, markdown code formatting, or UUID strings in documentation. Capabilities are consistent with stated purpose.

3
Fichiers analysés
307
Lignes analysées
3
résultats
5
Total des audits

Facteurs de risque

🌐 Accès réseau (1)
🔑 Variables d’environnement (1)
⚙️ Commandes externes (1)

Score de qualité

38
Architecture
100
Maintenabilité
85
Contenu
20
Communauté
100
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

规划发布周期

为发布计划与跟踪创建带目标日期的里程碑

跟踪冲刺目标

为冲刺结束定义里程碑,并在工作完成时更新进度

自动化里程碑流程

将里程碑创建与更新脚本化,作为部署流水线的一部分

Essayez ces prompts

创建里程碑
Create a milestone called v2.0 Release in the MyProject project with target date 2025-06-01
更新里程碑
Update milestone abc123 to have name v2.1 Release and new target date 2025-07-15
带描述的里程碑
Create milestone Q2 Launch in MobileApp project with description Major feature release with new onboarding flow
批量更新
Update milestone def456 with new target date and set description to Revised deadline based on dependency updates

Bonnes pratiques

  • 将 LINEAR_API_KEY 安全地存储在环境变量或 .env 文件中
  • 与脚本或 CI/CD 流水线集成时使用 JSON 输出
  • 在执行更新前使用列表命令验证里程碑 ID

Éviter

  • 在脚本或版本控制中硬编码 API 密钥
  • 未验证便使用记忆中的里程碑 ID
  • 以编程方式解析输出时跳过 --json 标志

Foire aux questions

哪些 AI 工具支持此技能?
此技能适用于 Claude、Codex 和 Claude Code 的里程碑管理任务。
速率限制是多少?
速率限制遵循 Linear API 的限制。具体配额请查看你的 Linear 计划。
如何与其他工具集成?
使用 --json 标志输出 JSON,并通过管道传给其他 CLI 工具或脚本。
我的 API 密钥安全吗?
密钥仅传递给 Linear API。切勿将密钥提交到版本控制。
为什么我的命令失败?
请确认已设置 LINEAR_API_KEY、项目名称存在,且里程碑 ID 为有效 UUID。
与 Web UI 相比如何?
与手动网页界面操作相比,CLI 可实现更快的操作与脚本化。

Détails du développeur

Structure de fichiers

📄 skill.json

📄 SKILL.md