技能 linear-milestones-write
📍

linear-milestones-write

安全 🌐 网络访问🔑 环境变量⚙️ 外部命令

Create and update Linear milestones

Managing project milestones manually in Linear takes time and context switching. This skill lets you create and update milestones directly from the command line using simple flags and arguments.

支持: Claude Codex Code(CC)
⚠️ 68
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“linear-milestones-write”。 Create milestone Alpha Release in project Mount Vernon

预期结果:

  • Milestone created successfully
  • Name: Alpha Release
  • ID: abc123-uuid-here
  • Project: Mount Vernon
  • Target date: Not set

正在使用“linear-milestones-write”。 Update milestone abc123 with name Beta Release and target date 2025-03-15

预期结果:

  • Milestone updated successfully
  • Name: Beta Release
  • ID: abc123
  • Target date: 2025-03-15

安全审计

安全
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
已扫描文件
307
分析行数
3
发现项
5
审计总数

风险因素

🌐 网络访问 (1)
🔑 环境变量 (1)
⚙️ 外部命令 (1)
审计者: claude 查看审计历史 →

质量评分

38
架构
100
可维护性
85
内容
20
社区
100
安全
83
规范符合性

你能构建什么

Plan release cycles

Create milestones with target dates for release planning and tracking

Track sprint goals

Define milestones for sprint endings and update progress as work completes

Automate milestone workflows

Script milestone creation and updates as part of deployment pipelines

试试这些提示

Create milestone
Create a milestone called v2.0 Release in the MyProject project with target date 2025-06-01
Update milestone
Update milestone abc123 to have name v2.1 Release and new target date 2025-07-15
Milestone with description
Create milestone Q2 Launch in MobileApp project with description Major feature release with new onboarding flow
Batch updates
Update milestone def456 with new target date and set description to Revised deadline based on dependency updates

最佳实践

  • Store LINEAR_API_KEY securely in environment variables or .env files
  • Use JSON output when integrating with scripts or CI/CD pipelines
  • Verify milestone IDs using list commands before performing updates

避免

  • Hardcoding API keys in scripts or version control
  • Using milestone IDs from memory without verification
  • Skipping the --json flag when parsing output programmatically

常见问题

Which AI tools support this skill?
This skill works with Claude, Codex, and Claude Code for milestone management tasks.
What are the rate limits?
Rate limits follow Linear API limits. Check your Linear plan for specific quotas.
How do I integrate with other tools?
Use JSON output with --json flag and pipe to other CLI tools or scripts.
Is my API key secure?
Keys are passed to Linear API only. Never commit keys to version control.
Why is my command failing?
Verify LINEAR_API_KEY is set, project name exists, and milestone IDs are valid UUIDs.
How does this compare to the web UI?
CLI enables faster operations and scripting compared to manual web interface work.

开发者详情

文件结构

📄 skill.json

📄 SKILL.md