linear
使用 Claude 管理 Linear 问题
Linear 集成使团队能够在不离开开发工作流的情况下创建、更新和跟踪问题。Claude Code 直接与 Linear 的 GraphQL API 交互,管理项目、更新状态并保持项目可见性。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "linear". Create a high priority issue for API timeout bug
النتيجة المتوقعة:
Linear Action Completed
Type: create_issue
Identifier: ENG-456
URL: https://linear.app/your-team/issue/ENG-456
Details: Title - 'API timeout bug', Priority - High (2), Status - Backlog
استخدام "linear". What is the progress on project 'Authentication Revamp'?
النتيجة المتوقعة:
Project Status: Authentication Revamp
- Total Issues: 24
- Completed: 18
- Progress: 75%
- Status: On track
- Remaining: 6 issues (2 in progress, 4 backlog)
استخدام "linear". Add a comment to ENG-234 about deployment timeline
النتيجة المتوقعة:
Linear Action Completed
Type: add_comment
Identifier: ENG-234
URL: https://linear.app/your-team/issue/ENG-234/comment/abc123
Details: Comment added regarding deployment scheduled for next sprint
التدقيق الأمني
مخاطر منخفضةThis skill integrates with Linear's GraphQL API using environment variables for authentication. All static findings are false positives from documentation examples. Network access is legitimate and restricted to Linear API. Environment variable access is required for API authentication. No malicious patterns detected.
مشكلات منخفضة المخاطر (3)
عوامل الخطر
🌐 الوصول إلى الشبكة (2)
📁 الوصول إلى نظام الملفات (1)
⚙️ الأوامر الخارجية (1)
🔑 متغيرات البيئة (2)
درجة الجودة
ماذا يمكنك بناءه
Sprint 规划自动化
开发团队可以从规划文档批量创建问题,根据讨论笔记自动分配优先级,并将问题组织到项目中,无需手动数据录入。
从错误报告创建问题
将错误报告、用户反馈或测试结果直接转换为 Linear 问题,具有适当的格式、相关标签和基于严重性分析的适当优先级。
项目状态报告
查询多个项目以生成综合进度报告,识别受阻问题,并跟踪完成指标以供利益相关者更新,无需手动查看仪表板。
جرّب هذه الموجهات
Create a Linear issue with title 'Fix login validation error' and description 'Users report validation fails with special characters in password field'
Create Linear issues from this feature list: 1) Add dark mode toggle 2) Implement password reset flow 3) Add email notifications. Set all to high priority.
Update issue ENG-123 to 'In Progress' status and add a comment explaining that the database migration is complete and testing has begun
Get the status for project 'Q1 Mobile Launch' and summarize: total issues, completed count, current progress percentage, and any high-priority blocked items
أفضل الممارسات
- 在使用技能之前将 LINEAR_API_KEY 和 LINEAR_TEAM_ID 设置为环境变量,以确保正确的身份验证
- 使用描述性的问题标题和详细描述来维护清晰的项目文档并实现有效的团队协作
- 在创建问题时指定优先级(0-4),以帮助团队专注于关键工作并有效管理工作负载
تجنب
- 避免在提示词或技能配置文件中硬编码 API 密钥或团队 ID,因为这会造成安全漏洞
- 不要在未先检查现有问题的情况下创建重复问题,因为这会使项目看板混乱并使团队成员困惑
- 避免在不添加评论上下文的情况下更新问题状态,因为这会使跟踪决策历史和进度理由变得困难