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.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans ParamĂštres â CapacitĂ©s â Skills â Importer un skill
Activez et commencez Ă utiliser
Tester
Utilisation de "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'
Résultat attendu:
Created issue ENG-456 in Backend project.
Title: Fix login timeout
Status: Backlog
Priority: No priority
URL: https://linear.app/team/issue/ENG-456
Utilisation de "linear-claude-skill". Update issues ENG-101, ENG-102, ENG-103 to Done
Résultat attendu:
Successfully updated 3 issues:
- ENG-101 â Done
- ENG-102 â Done
- ENG-103 â Done
Audit de sécurité
SûrThis 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.
Facteurs de risque
đ AccĂšs rĂ©seau (4)
đ Variables dâenvironnement (9)
Score de qualité
Ce que vous pouvez construire
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
Essayez ces prompts
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}Bonnes pratiques
- 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
Ăviter
- 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