linear-claude-skill
Manage Linear Issues and Projects
This skill enables Claude to interact with Linear for issue tracking, project management, and team collaboration workflows directly from your development environment.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「linear-claude-skill」。 Create a new issue in the Backend project titled 'Fix login timeout' with description 'Users are being logged out after 5 minutes'
預期結果:
Created issue ENG-456 in Backend project.
Title: Fix login timeout
Status: Backlog
Priority: No priority
URL: https://linear.app/team/issue/ENG-456
正在使用「linear-claude-skill」。 Update issues ENG-101, ENG-102, ENG-103 to Done
預期結果:
Successfully updated 3 issues:
- ENG-101 → Done
- ENG-102 → Done
- ENG-103 → Done
安全審計
安全This is a legitimate Linear integration skill. Static scanner flagged 137 patterns as potential issues, but evaluation reveals all are false positives or legitimate usage. The skill requires network access to communicate with Linear API and environment variable access for API key authentication, which is standard for API integrations. Documentation explicitly includes security best practices for credential handling using varlock.
風險因素
品質評分
你能建構什麼
Development Team Workflow
Create and manage issues directly from Claude when discussing bugs or feature requests during coding sessions
Project Tracking
Update project status and link issues to initiatives without leaving your coding environment
Task Automation
Automate repetitive status updates and bulk issue management through Claude commands
試試這些提示
Create a new issue in Linear with title '{title}' and description '{description}' in the '{project}' projectUpdate the status of issue {issue_id} to {status} (use: Backlog, Todo, In Progress, Done, Cancelled)Update these issues to Done: {issue_list} (e.g., ENG-101, ENG-102, ENG-103)Create a new project named '{project_name}' linked to initiative '{initiative}' and add these issues: {issue_titles}最佳實務
- Always link issues to projects and projects to initiatives for proper traceability
- Use MCP tools when available for most operations; use CLI as fallback
- Keep your Linear API key secure using environment variables, never hardcode it
避免
- Do not create issues in catch-all projects then move them later - create them in the correct project from the start
- Do not expose your Linear API key in terminal output or Claude context
- Avoid using deprecated community MCP servers - use the official Linear MCP server