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.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“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
安全审计
安全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.
风险因素
质量评分
你能构建什么
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 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
最佳实践
- 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